|
-
January 17th, 2012, 09:00 AM
#4
Re: How to disable default push button message handling
 Originally Posted by Igor Vartanov
Well, did you try to unset default attribute for the button?
No. I wasn't aware about this option. That worked. Thanks.
PS: I found alternative way to do:
SendMessage(hwndDlg,DM_SETDEFID,IDOK,0);
and to ensure that there is no IDOK control in the dialog box.
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
|