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
Dialog Box to ask questions to get new users to identify their pathway to various files being used in macro program
Group statement
Script Error; line 2057; res://ieframe.dll.preview.<wbr />js
Unable to join a Win2008 server to a Windows 2008 Domain
Create a speedometer chart in excel
Draw gradient on panel control
MDB, Library MDA, open a 2nd instance of a Form in MDB from MDA.
Disable edit box on PropertyPage from main window
Unicode character retrieval from MS-Access
add ALL in combobox rowsource query