|
-
February 28th, 2013, 06:12 AM
#2
Re: How to pass a struct to a dialog (winapi)
Didn't you read the CreateDialogParam documentation? 
It describes it very clear:
dwInitParam [in]
Type: LPARAM
The value to be passed to the dialog box procedure in the lParam parameter in the WM_INITDIALOG message.
So handle WM_INITDIALOG message and check the LPARAM!
Victor Nijegorodov
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
|