Posted By: Emyr | May 27th @ 11:15 AM
page 1 of 1
Comments: 2 | Views: 411
Emyr
Emyr
In front of my computer....
Very quick question....

I have three forms, and I need to change which form appears first.  How do I do that?

Thanks

Emyr
figuerres
figuerres
???
Emyr wrote:
Very quick question....

I have three forms, and I need to change which form appears first.  How do I do that?

Thanks

Emyr


Er, In your code.

...

well you left a lot out like:

Windows forms? Web? WPF? OtherKind?

Language ? C#, VB.Net, C++, Other?

in a winforms app the app properties settings has a "startup form"
that may be what you are looking for....

in code there is a .Run( FormName) that does that.

page 1 of 1
Comments: 2 | Views: 411