|
-
Jun 2nd, 2002, 03:57 AM
#1
Thread Starter
New Member
Trouble with forms
I'm a total newbie at VB7, been programming a little VB6, but not much.
Anyhow, my question is:
I made a simple form, with a menu. When i click on a menu, it is supposed to open(show) a new form.
In VB6 it was easy, a simple frmAbout.Show and you were there. How does it work in VB7?
Thx in advance
Kindred
-
Jun 2nd, 2002, 04:19 AM
#2
-
Jun 2nd, 2002, 04:22 AM
#3
Thread Starter
New Member
-
Jun 2nd, 2002, 04:43 AM
#4
hehe I dont know what's showDialog for
so the show method worked?
oh and enjoy your stay on the forums
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jun 2nd, 2002, 11:10 AM
#5
Thread Starter
New Member
ShowDialog makes the form Modal.
Modal is when you can't hide the form, unless you close it :-)
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
|