Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » How to response the message of button? Collapse All
Subject Author Date
waftxls Dec 17, 2002 - 7:31 AM

Hello:
I want to create a resizeblebar with my dialog,
there are some buttons and edits in this dialog,
and I can show this resizeblebar with dialog.
but how to response the click message of buttons
in the dialog.

Thank you!

Yours
wang feng

Sergiy Lavrynenko Dec 18, 2002 - 2:41 AM

Dear Wang Feng,

In the resizable bar you should create an object of the class derived from CDialog or CExtResizableDialog and add the OnMyButtonclicked() handler method to this dialog. That can be done with the Visual C++ class wizard.

Best regards,
Sergiy Lavrynenko.