Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can i make a form's Title bar blinks ?
Message
De
19/09/2001 10:29:20
 
 
À
18/09/2001 19:21:09
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Divers
Thread ID:
00558133
Message ID:
00558321
Vues:
14
This message has been marked as the solution to the initial question of the thread.
>its always like blue, or the color of the windows setting, but i want to change it to my own custom color,, and maybe make it blink like the messenger' title bar, it is possible to do that with VB?
>
>GRACIAS

I don't know about changing the title bar color (you might want to let the user choose colors, instead of forcing them to your own preference), but as far as having the title bar's caption blink, you can add a timer to your form and set the interval property to something like 500 (miliseconds) and add this to the Timer() event:
Me.Caption = IIf(Len(Me.Caption) = 0, "Some blinking text", "")
HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform