Form Display order

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Raed Sawalha

    Form Display order

    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?
  • Ignacio Machin \( .NET/ C# MVP \)

    #2
    Re: Form Display order

    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,

    --
    Ignacio Machin,
    ignacio.machin AT dot.state.fl.us
    Florida Department Of Transportation



    "Raed Sawalha" <RaedSawalha@di scussions.micro soft.com> wrote in message
    news:2C9090CD-C4DB-424F-97ED-503E23B7AA84@mi crosoft.com...[color=blue]
    > 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?[/color]


    Comment

    Working...