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
Exchange server 2007
Turn On Shortcut keys selectively to export report.
Change CommonProgramFiles
Can I disable ListView column resizing?
ASP.NEt Error : "An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file "
SUMPRODUCT not working
Windows 2008 certutil -keyrecover fails when I try to recover a key.
Access 2003 image browser form?
import file lising into Access with VB
how can i in Java language update a VFP table dbf