The information in this article applies to:
SUMMARYThe SetWindowPos API function can be used to set a window so that it stays on the top of all other windows. However, the window will not stay on top in the Visual Basic design environment. RESOLUTIONThere is no workaround to keep a window TopMost while in the Design Environment. However, when the application is compiled to an EXE, invoking the SetWindowPos function to keep a Visual Basic form TopMost will correctly work. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATION
In the Design environment, making a form TopMost causes it to stay on top
of other Visual Basic Design Environment windows, such as the Properties
window and Debug window until another application is switched to. Once
another application has been made active, the form in Visual Basic loses
its TopMost attribute, and when the focus returns to Visual Basic, it even
stays behind the other windows within Visual Basic.
Steps To Reproduce
Additional query words: kbVBp400bug kbVBp500fix kbVBp kbdsd kbDSupport kbNoKeyWord
Keywords : kbVBp400bug kbVBp500fix kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |