G Guest May 3, 2004 #1 Hi How do I set background color for status bar Direct property not available Thank Priy
M Morten Wennevik May 3, 2004 #2 Hi Priya, I think you need to use OwnerDraw for that. Set a StatusBarPanel Style to OwnerDraw and handle the StatusBar's DrawItem event. (Note the position is relative to the statusbar, not the statusbarpanel). Happy coding! Morten Wennevik [C# MVP]
Hi Priya, I think you need to use OwnerDraw for that. Set a StatusBarPanel Style to OwnerDraw and handle the StatusBar's DrawItem event. (Note the position is relative to the statusbar, not the statusbarpanel). Happy coding! Morten Wennevik [C# MVP]
H Herfried K. Wagner [MVP] May 3, 2004 #3 * "=?Utf-8?B?UHJpeWE=?= said: How do I set background color for status bar? Direct property not available. Click to expand... HOW TO: Change the Color and the Font of the StatusBarPanel Object by Using Visual Basic .NET <URL:http://support.microsoft.com/?scid=kb;EN-US;319312>
* "=?Utf-8?B?UHJpeWE=?= said: How do I set background color for status bar? Direct property not available. Click to expand... HOW TO: Change the Color and the Font of the StatusBarPanel Object by Using Visual Basic .NET <URL:http://support.microsoft.com/?scid=kb;EN-US;319312>