Hi!
After spending hours, I have giving this up...
1. How can I get a vb-appl. with a MDI-form staying on top? I find using HWND not possible with a MDI-form...
2. Is it possible to convert a form into a MDI?
Thanks!
Ole
Private Declare Function SetWindowPos _
Lib "user32" _
(ByVal hwnd As Long, ByVal hWndInsertAfter As Long, _
ByVal x As Long, ByVal y As Long, _
ByVal cx As Long, ByVal cy As Long, _
ByVal wFlags As Long) As Long
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.