|
-
Jan 17th, 2004, 09:54 AM
#1
Thread Starter
Fanatic Member
frm1 to frm2
what is the statement to show form2 from form1 when click a cmd button in frm1?
-
Jan 17th, 2004, 10:40 AM
#2
Frenzied Member
dim frm2 as New Form2
frm2.showdialog
-
Jan 17th, 2004, 10:40 AM
#3
Addicted Member
frm1 to frm2
Hi,
Dim f As New Form2()
f.Show()
Have a nice day
-
Jan 17th, 2004, 11:45 AM
#4
and just to show yet another huge variation in code:
dim frm as new form2
frm.show
I suggest you rename cmd to Button1
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!!
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
|