Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flashing title bar
Message
From
05/09/2005 11:23:25
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
05/09/2005 10:45:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01046787
Message ID:
01046790
Views:
19
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform