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
constant scan in execution plan
cannot install hp oem sbs2008 on hp server running esxi 4.0 Update 1
After reinstallation of XP on old system, no networking available
Access XP Popup Form_GotFocus/Form_Activat<wbr />e
SQL to query Order details in GP
Setting up Custom Error Pages in Windows Sharepoint Services. WSS
The remote computer disconnected the session because of an error in the licensing protocol.
Change collation on many tables/columns - SQL Server 2005
MS Access OR SQL Server 2008 Express
Save unbound combobox column value in Access 2007