IonicWind Software

IWBasic => General Questions => Topic started by: LarryMc on October 22, 2009, 05:38:31 AM

Title: window as child of dialog
Post by: LarryMc on October 22, 2009, 05:38:31 AM
Got a problem with a dialog with child window

I create the window in the initdialog of the dialog.
It works fine when compiled as an exe

If I compile it as a dll and then call the dll to open the dialog the child window initializes ok but the handler is responding wor the window.

I even put a messagebox in the left button down message routine and the message box is never opened.

Any ideas?

Larry