Mdi form problem..............
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I am developing application in which I have 1 mdi parent and 2 child forms. Dim chatWindow As New ChatWindow chatWindow.MdiParent = Me chatWindow.Show() chatWindow.Focus() chatWindow.BringToFront() but chatwindow form is not come on screen it just give one flash effect when I click on chat window menu. Why this so ...please help me. Regards, NAgraj