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 create a button which derived from CExtButton onto the gird cell? Collapse All
Subject Author Date
mai mike Jul 26, 2007 - 8:07 AM

Dear:
How to add a image(bitmap and icon)on this button?
How to create a button which derived from CExtButton onto the gird cell?
thx
Mike.Mai

Technical Support Jul 26, 2007 - 11:49 AM

There is a CExtGridCellButton class that implements a cell button (see screenshot). The cell button is demonstrated in the ProfUIS_Controls sample (on the Grid page).

mai mike Jul 26, 2007 - 8:32 PM

Dear:
Thank you in advance.

And if i want to popup a menu and/or a dialog. how can i implement it?

Thank you

Mike.Mai

Technical Support Jul 27, 2007 - 9:16 AM

You should override the CExtGridCellButton::OnButtonPressed() virtual method. The following thread should help you with this.