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.