Results 1 to 6 of 6

Thread: [RESOLVED] [2.0] Open 2 WindowsForms simulatenously

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2006
    Location
    Taiwan
    Posts
    37

    Resolved [RESOLVED] [2.0] Open 2 WindowsForms simulatenously

    i'm working on WinForms right now..
    my question is : is it possible to open two winForms simultaneously when the program execute ?

    thx..

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: [2.0] Open 2 WindowsForms simulatenously

    What is the meaning of simultaneous here? Do you want both the Forms to open at once.
    Use [code] source code here[/code] tags when you post source code.

    My Articles

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2.0] Open 2 WindowsForms simulatenously

    You can't open two forms simultaneously, but you can have forms open simultaneously. You just open one, then open the other. You can only have one startup form though, so you would have the startup form open the second form.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    Member
    Join Date
    Jul 2006
    Location
    Taiwan
    Posts
    37

    Re: [2.0] Open 2 WindowsForms simulatenously

    yes, i mean to open two forms at once when the program starts.
    But open the second form after open the first form already solve my problem
    now.

    thx...

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2.0] Open 2 WindowsForms simulatenously

    Don't forget to resolve your thread from the Thread Tools menu.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6

    Thread Starter
    Member
    Join Date
    Jul 2006
    Location
    Taiwan
    Posts
    37

    Re: [RESOLVED] [2.0] Open 2 WindowsForms simulatenously

    ok...

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