Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How To change color of statusbar in a form
Message
De
23/05/2003 15:52:59
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
How To change color of statusbar in a form
Divers
Thread ID:
00792404
Message ID:
00792404
Vues:
38
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))
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform