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 » Application icon missing, when Alt+Tab is chosen Collapse All
Subject Author Date
Debabrata Mukherjee Mar 18, 2008 - 12:28 AM

After Prof-UI integration and implementaion of CExtTabPageContainerWnd etc, the application icon when seen by pressing ALT+TAB has gone blank.Any solutions to that would be very helpful

Technical Support Mar 18, 2008 - 1:36 PM

Did you invoke SetIcon() to apply big/small icons of your main window?

HICON hIcon = pApp->LoadIcon( IDR_MAINFRAME );
            ASSERT( hIcon != NULL );
            SetIcon( hIcon, TRUE );
            SetIcon( hIcon, FALSE );