|
-
Nov 4th, 2003, 02:16 AM
#1
Thread Starter
Fanatic Member
Display a form [RESOLVED]
What code would I use to display a VB.NET form (with the required object reference)?
Last edited by aafuss; Nov 4th, 2003 at 04:43 PM.
A.A. Fussy
Babya Software Group
-
Nov 4th, 2003, 03:16 AM
#2
if you just want to display another form ( eg: from Form1 show Form2 )
VB Code:
[COLOR=blue]Dim[/color] frm2 [color=blue]As New[/color] Form2()
frm2.Show()
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Nov 4th, 2003, 04:42 PM
#3
Thread Starter
Fanatic Member
A.A. Fussy
Babya Software Group
-
Nov 6th, 2003, 06:32 AM
#4
Thread Starter
Fanatic Member
I tried your code-but it still requires a object references, and fails to build successfuly-any ideas?
A.A. Fussy
Babya Software Group
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
|