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 Tech Support » Prof-UIS image editor Collapse All
Subject Author Date
Riadh Munjy Jun 29, 2006 - 6:45 AM

I am using Visual 6.0 . How can I activate and use the Prof-UIS image editor and icon editor?

Thanks

Technical Support Jun 29, 2006 - 11:07 AM

The image editor is represented by the CExtImageEditWnd class. It is used as the base class for the child view window in the BitmapEditor sample. The icon editor dialog is represented by the CExtIconEditDlg class which uses the CExtImageEditWnd window. You can see how it is used in the CMainDlg::OnButtonEdit() method of the IconEditor sample. Please let us know more details about your task so we can provide you with help and advice.