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
FRSDiag ERROR_ACCESS_DENIED and EPT_S_NOT_REGISTERED
Error 607
Access 2007 Switchboard Error 2950
MS Access 2007 Query
DropDownBox Null Value
Using qsort with a CArray
Excel #VALUE error fix required
Service is not saving the start parameter
To Virtualize or not
SQL - Trim letters out of a field where the length is unknown