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
FTP from Access 2000?
Automatically calling an external hyperlink in Power Point 2007
How to set AutoIncrement Property of a field ?
check date plus 90 days
New Windows 2008 Server - 8 GB of memory, 3gb free nothing on it?
How do I create a new MS Access file when copying linked MSQL Tables to a local MS Access table?
Item not found in collection
Email Observation
Symantec Enterprise Vault - shared mailbox archive access in Outlook
table tables in SSRS?