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 » what is equivalent control in prof-ui for picture control in MFC? Collapse All
Subject Author Date
parikshit nangre Mar 12, 2008 - 12:07 AM

i have to use equivalent picture control using prof-ui

Technical Support Mar 17, 2008 - 4:59 AM

You can use either the standard MFC’s CStatic class or its Prof-UIS enhanced version CExtLabel.

There is also a CExtImageEditWnd class that allows you to show and 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.