|
-
Aug 10th, 2006, 06:20 AM
#1
Thread Starter
Member
[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..
-
Aug 10th, 2006, 06:28 AM
#2
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
-
Aug 10th, 2006, 07:38 AM
#3
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.
-
Aug 10th, 2006, 08:20 AM
#4
Thread Starter
Member
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...
-
Aug 10th, 2006, 05:39 PM
#5
Re: [2.0] Open 2 WindowsForms simulatenously
Don't forget to resolve your thread from the Thread Tools menu.
-
Aug 11th, 2006, 09:24 AM
#6
Thread Starter
Member
Re: [RESOLVED] [2.0] Open 2 WindowsForms simulatenously
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
|