Windows Forms and Messages
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I am working on a windows application with MDI form(toolbars etc) containing the MDI child form displaying the record one at a time provided with navigation buttons in toolbar. I am accesing the dll which conatains the functionality of Find. This dll displays a Find Form (windows Form). While using the Find functionalty, if user gets any message from Find form it gets displayed on Top. But any message that is from the Application i.e. MDI child, it is sometimes appearing behind the form. Also any other forms getting opened are also going behind the Find Form. Please let me know how should I bring these messages/Forms on Top?