|
-
Dec 13th, 2003, 01:52 PM
#1
Thread Starter
New Member
Returning to form1
ok i want to make a program that has website characteristics.
for instance i want form 1 to have a bunch of buttons that lead to other forms like from form1 to form 2.
i have gotyten that part down and now my problem is getting back to form1.
when i try to do it the same way it say there is an error with
MyBase.New
thank you for listening
-
Dec 13th, 2003, 02:07 PM
#2
Hyperactive Member
Not tooo sure whether this ius the right answer or not:
Howver assuming you are writing a windows appplication.
To get to the next formy ou willeither use the:
The form show method
or the form showdialog method
The difference between the 2 is that form show will simply show the form and then go to the next statement in you program, whilst showdialog, will not execute the next statement until you close the form.
Just to give you an idea.
I wasn't sure about your problem with MyBase.New,
post something more specicific and maybeyou canget a better response.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|