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 » How to display a bitmap in the pane of the status bar? Collapse All
Subject Author Date
Gevork Odabashyan Oct 5, 2004 - 4:33 AM

Hello...


How to display a bitmap in the pane of the status bar?


Thank You, Ruslan

Technical Support Oct 5, 2004 - 8:36 AM

The status panes may keep only icons (not bitmaps). To assign an icon to the status bar, please use the following code:

CStatusBar::GetStatusBarCtrl().SetIcon(
    the_index_of_the_pane,
    the_HICON_handle_or_NULL_to_remove
);

Gevork Odabashyan Oct 6, 2004 - 8:39 AM

Thanks a lot...


Ruslan