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
CHECK FOR EXISTENCE:lookup string in external db
System.mdw removed, can no longer access my .mdb
Microsoft Access 2007 Connection String
Sporadic Numeric field overflow
Best practice; Front end Access 2007 Application, updating Back end SQL 2005 DB
Using IEAK8 to deploy IE8 to client computers
Unable to change case in the last column of a table through VBA
Send Object Problem
Problems when using static lib - MS VC++
OLE IDispatch exception code 0 from ?: ?.. from returned COM Object