Adagio
Well-known member
- Joined
- Dec 12, 2005
- Messages
- 162
- Programming Experience
- Beginner
How do you set a form to be on top of the other forms in the application (but not on top of other applications)
So far I have only found two ways to set the application on top:
Me.TopMost = True
and
frm.showDialog
But both sets the form to be on top of all windows, including windows of other applications
So far I have only found two ways to set the application on top:
Me.TopMost = True
and
frm.showDialog
But both sets the form to be on top of all windows, including windows of other applications