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 » Question Collection(There are many question included) Collapse All
Subject Author Date
Blalala lalalala Mar 26, 2007 - 7:41 PM

Q1:How to paint image in the CExtControlBar?Which control could take this job?And How?
Q2:How to change the CheaderCtrl color in the ListCtrl to according to the whole programe UI color?
Q3:How to remove the resizing gripper of CExtStatusControlBar?
Q4:Can i add a button on the CExtStatusControlBar?And How?

Technical Support Mar 27, 2007 - 7:49 AM

1) There is a CExtImageEditWnd class that allows you to edit bitmap images and/or icons. It includes a set of drawing tools and undo/redo feature support. You can use this control in the read-only mode. To insert a CExtImageEditWnd to the control bar just create it as a child window.

2) Although there is no enhanced version of CListCtrl in Prof-UIS, there are two much more feature rich classes, CExtGridWnd and CExtReportGridWnd, which can be used as a good replacement for CListCtrl.

3) If you mean CExtResizableDialog, you can do this using the ShowSizeGrip( FALSE ) method.

4) This is demonstrated in the StatusPanes sample.