Super Dave 123
Member
- Joined
- Sep 3, 2008
- Messages
- 19
- Programming Experience
- 1-3
I have written a VB.Net program consisting of 10 forms. On the main form used in the application, when the user presses one of the keys on the main form, another form will appear on top of the main form. When I click back on the main form while the second form is being displayed, the second form disappears (i.e. minimized to taskbar). How can I prevent the second form from disappearing? That is, I would like to have both forms appearing on the screen even when I click on the main or second form.
Thanks.
Thanks.