Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

execute code AFTER opening dialog

Status
Not open for further replies.

scienzia

Programmer
Feb 21, 2002
160
IT
I need to execute some code right after a dialog is opened, because I need to use some activex controls that are not available at init time. How can I do this?!?


Thankyou
 
You can do it in the Function OnShowWindow() (it is a handler of Message WM_SHOWWINDOW, You can generate the Handler with class wizard).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top