MDI Form in vb.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • somaskarthic
    New Member
    • Aug 2006
    • 60

    MDI Form in vb.net

    Hi,

    I am using MDI form in vb.net.In the MDI form i put flash control.When i call a new form it is not coming to the topmost,it opens behind the flash control.
    I tried Zorder functions but it fails.Let me know the solution.


    By,
    somas
  • bplacker
    New Member
    • Sep 2006
    • 121

    #2
    With an MDI form, i beleive you have to call any other forms as form1.ShowDialo g(), which opens the form modally, and it should be on top.

    Comment

    Working...