i'm working on WinForms right now..
my question is : is it possible to open two winForms simultaneously when the program execute ?
thx..
Printable View
i'm working on WinForms right now..
my question is : is it possible to open two winForms simultaneously when the program execute ?
thx..
What is the meaning of simultaneous here? Do you want both the Forms to open at once.
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.
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...:p
Don't forget to resolve your thread from the Thread Tools menu.
ok...