|
-
July 25th, 2010, 02:52 PM
#1
Sticky dialog
I have a dialog with a button, when it is clicked, it will display another dialog that is moved around when the mouse cursor moves. I right-click to pick a "Close" menu item I added in the context menu but this dialog doesn't go away.
in the windowproc I do this
case ID_APP_CLOSE:
{
this->PostMessageW(WM_CLOSE);
}
I change WM_CLOSE into WM_DESTROY, it still there at the mouse cursor, also I am quite sure this line of code has been processed though
Thanks
-
July 27th, 2010, 03:57 AM
#2
Re: Sticky dialog
Been whole day without a reply !
-
July 27th, 2010, 05:29 AM
#3
-
July 27th, 2010, 05:53 AM
#4
Re: Sticky dialog
Not yet, but I will, yes will
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
|