|
-
Sep 1st, 2006, 11:53 AM
#1
Thread Starter
Fanatic Member
Topmost window with SWP_NOACTIVATE
I want to make a form ( mdichild=false ) as top most form in my application.
even if any other mdichild form is loaded , this topmost form should not hide.
i am using the api function ,
SetWindowPos Me.hWnd, HWND_TOPMOST, 0, 0, 100, 100, SWP_NOACTIVATE
i am using SWP_NOACTIVATE . still the focus shifts from the other form.
the top most window only contain labels and don't have a title bar.
Any suggestions
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|