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
Microsoft, Office, 2007, Change User Menus & interfaces to English
Renumbering Primary key after delete
Printing via Terminal Services
How Can I Create a Unique Sequential Number for Only Those Records in a Table That Meet a Criteria
Error Calling Stored Proc
Using Stored Procedure
Append csv text to table
Mapping drives via script, setting the drives and subfolders for Offline Availability & clearing current Oflline Files Cache
Change default editor in Outlook 2010 Beta.
Importing Text files into Access VBA