Results 1 to 2 of 2

Thread: Simple Newbie problem with main()

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2002
    Posts
    35

    Simple Newbie problem with main()

    Hi
    I'm just starting out in vb, i'm using .net and was wondering if there was an option or a small amount of code to make the main() function of a module not quit out.
    At the moment it runs through the code once then stops the application. I want the application to persist indefinatly.
    Is there an easy way to do this?
    I want to use a module or something similar so that i can create multiple instances of a form (and have the rest stay open when one closes)

    Thanks

    J

  2. #2
    Member
    Join Date
    May 2001
    Posts
    39
    Visit MSDN and read the Application.Run method.

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