If I have a bitmap in my application and the user clicks on it, I'd like the dialog to go away...
How would one do that?
This is a happy little advertisement dialog I'm working on, I'll post the source/project when it's done..
When user clicks this control I want the dialog to go bye bye.
------------------
Scott
mailto:[email protected][email protected]</A>
MCSE, MCP+Internet
How would one do that?
This is a happy little advertisement dialog I'm working on, I'll post the source/project when it's done..
When user clicks this control I want the dialog to go bye bye.
Code:
Control Add Image, hDlg, %ID_IMAGE1,"#2101",-1,-1,ImagexPos, ImageYPos 'In the DialogProc this is what I was thinking: Case %ID_IMAGE1 If CbLparam = %BN_CLICKED Then Dialog End hDlg,1
Scott
mailto:[email protected][email protected]</A>
MCSE, MCP+Internet
Comment