|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help a Newb Out
How do I transfer (using a button) to my second form. My second form is for options and I created a button on the first form called "Options" but I don't know the code to load the second form. Can anyone help?
|
|
#2
|
|||
|
|||
|
load formname
You can find out specifics in the VB documentation, it's no further away than the F1 key in the VB IDE.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
Dim formOptions as new <formname>
formOptions.show ? |
|
#4
|
||||
|
||||
|
jst use
unload form1 form2.show
__________________
Do, or do not. There is no 'try'. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Help a Newb Out |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|