Microsoft
Software
Hardware
Network
Question : VFP code to make minimized app blink in taskbar?
can you provide a snippet of Visual Foxpro code that will force an application that is minimized in the taskbar to blink?
Answer : VFP code to make minimized app blink in taskbar?
Try this:
DECLARE INTEGER FlashWindow IN user32 INTEGER lnHwnd, INTEGER lnInvert
FOR lnI = 1 TO 10
= FlashWindow(_vfp.HWnd, 1)
WAIT "" TIMEOUT 0.25
NEXT
= FlashWindow(_vfp.HWnd, 0)
Random Solutions
Access 2003 NOT IN (select subquery) doesn't work
Access project - How to undo changes in a continuous form
IE 7.0 failed to surf any website
Timer function to automate Access
exchange 2007
OrkAudio
How to get COM interface API definitions after importing a type library
how to remove all spaces in an EXCEL column
access 2007 relationships
How Do I download AJAX Futures?