Results 1 to 4 of 4

Thread: Display a form [RESOLVED]

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    635

    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

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    if you just want to display another form ( eg: from Form1 show Form2 )
    VB Code:
    1. [COLOR=blue]Dim[/color] frm2 [color=blue]As New[/color] Form2()
    2. 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]

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    635
    Thanks
    A.A. Fussy
    Babya Software Group

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    635
    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
  •  



Click Here to Expand Forum to Full Width