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 » CExtTabMdiWnd wnd Icon changing Collapse All
Subject Author Date
Itay Shahaf Nov 29, 2007 - 5:57 AM

Hi,

I want to change dynamically the icon on the top of CExtTabMdiWnd tab. I actually want each tab to have a different icon.

How can I do it ?

Thanks, Itay.

Technical Support Nov 29, 2007 - 2:18 PM

By default MDI tabs have icons retrieved from the corresponding MDI child frame windows. If you need custom icons, you should use your own CExtTabMdiWnd-derived class which implements the CExtTabWnd::OnTabWndQueryItemIcon() virtual method.