I want to send a modal dialog one or two messages just before showing. The idea is to send two longs, one a number representing what I am doing with the dialog, and the other a pointer to a string that I want to use to hold the return. All this is to avoid two more global variables.
I have tried dialog send with a wm_user + 1 but the dialog callback does not seem to receive the message, or I am not reading it correctly.
Lance etal. While you are considering the setting of the default dialog font, how about letting us send a parameter too?
[email protected]
I have tried dialog send with a wm_user + 1 but the dialog callback does not seem to receive the message, or I am not reading it correctly.
Lance etal. While you are considering the setting of the default dialog font, how about letting us send a parameter too?
[email protected]
Comment