Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To change color of statusbar in a form
Message
From
23/05/2003 15:52:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
How To change color of statusbar in a form
Miscellaneous
Thread ID:
00792404
Message ID:
00792404
Views:
40
I would like to know how to change the color of a statusbar control dropped in a Top-Level form ...

Thanks in advance for your help

I have tried several approches, including the following code, but get no result :

In the Form.Init procedure

DECLARE INTEGER SendMessage IN user32;
INTEGER hWnd,;
INTEGER Msg,;
INTEGER wParam,;
INTEGER lParam

#DEFINE SB_SETBKCOLOR 2001

*-- Call API to Change Color of Status Bar
= SENDMESSAGE (THISFORM.StatusBar1.hWnd, SB_SETBKCOLOR, 0, RGB(246,246,246))
Next
Reply
Map
View

Click here to load this message in the networking platform