Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Flashing title bar
Message
De
05/09/2005 11:23:25
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
05/09/2005 10:45:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01046787
Message ID:
01046790
Vues:
18
>i have 2 questions
>
>1. Can I make my title bar flash, especially when minimised something like what happens in MSN.
>
>2. Can I change the colour of my title bar depending on some parameters like User Level or any other.
set library to home()+"foxtools.fll" additive
FoxWnd = MainHwnd()
declare integer FlashWindow in Win32API integer hWnd,	integer bInvert
declare integer MessageBeep in Win32API integer 
MessageBeep(0x2)
FlashWindow(FoxWnd,1)
2) Then you'd need to remove titlebar and use your custom title handler (ie: a container that looks and behaves like a titlebar). I don't suggest.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform