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
how to skip tempdb in SP_MSFOREACHTABLE and SP_SPACEUSED
Access - Forms - Maximum number of Fiels
Deploy a change in registry in a terminal server farm
How to call a sub in a seperate class file
using VCOPY
Why am I getting this error message after running spybot
Hide panel navigation bar on Access 2007
VBA Powerpoint 2003/2007 - Align text inside a textbox/Shape
Promoting secondary dns server to primary
Adp Project Linked tables