SUMMARY
This article contains information on how to create a modeless dialog or
form in Visual Basic. An example of a modeless dialog is the toolbar in
Microsoft Excel version 5.0 and Word version 6.0. A modeless form
always displays on top of the parent form, but is not bounded by the
parent form nor does it stay on top of all other applications as does
SetWindowPos and HWND_TOPMOST.
For additional information on SetWindowPos, please see the following
article in the Microsoft Knowledge Base:
84251
: How to Create a Topmost or Floating Window in Visual Basic