CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: VB

  1. #1
    Join Date
    Apr 2001
    Location
    Chicago, IL
    Posts
    27

    VB

    I have a pretty basic question. What code do I need to write in order to create an instance of a child form class named Form1 for example, and then store a reference to that instance in the object variable called frmInstance. Thank you for any help.

    Archie Kantzavelos

  2. #2
    Join Date
    Nov 2000
    Location
    Ohio
    Posts
    238

    Re: VB

    dim frmInstance as new Form1



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

Featured