Form Display order

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've created windows application with its default form and add my function to
the form then added other form , i need to show the second form before the
default one, i can not get this work?
 
Hi,

Did you check if the main form has TopMost set to true?

Other than that I cannot think of anything, how you are creating/showing the
second form?


cheers,
 
Back
Top