Call a function after showing the dialog.
-
I want a function to be called after dialog box has been shown. I can't write it in OnInitDialog(). From where should I call that funtion? Is there any CDialog method which is called immediately after showing the dialog . Ayesha
-
I want a function to be called after dialog box has been shown. I can't write it in OnInitDialog(). From where should I call that funtion? Is there any CDialog method which is called immediately after showing the dialog . Ayesha
You can create a user message. Use PostMessage from InitDialog() to call the function. (WM_USER+1 and so on) Somethings seem HARD to do, until we know how to do them. ;-) _AnShUmAn_
-
I want a function to be called after dialog box has been shown. I can't write it in OnInitDialog(). From where should I call that funtion? Is there any CDialog method which is called immediately after showing the dialog . Ayesha
Can you be more specific_**
**_
whitesky
-
I want a function to be called after dialog box has been shown. I can't write it in OnInitDialog(). From where should I call that funtion? Is there any CDialog method which is called immediately after showing the dialog . Ayesha
-
Thank you Anil and thank you every one. Ayesha