|
-
April 23rd, 1999, 10:46 PM
#1
Topmost modeless dlg
I tried all of this
CWnd::SetWindowPos(NULL, rect.left, rect.top, rect.bottom, rect.right, WS_EX_TOPMOST );
CWnd::SetWindowPos(&CWnd::wndTopMost, rect.left, rect.top, rect.bottom, rect.right, WS_EX_TOPMOST );
CWnd::SetWindowPos(&CWnd::wndTop, rect.left, rect.top, rect.bottom, rect.right, WS_EX_TOPMOST );
Nothing worked and I am getting very wierd result using number 3
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
|