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
Read vertical data
Access 2007 links to SQL Server 2000 tables not updateable
Caluculate if met SLA for completetion of task- Problem
recordset to array
WCF MSMQ unable to serialize interface of DataContract
using a query to combine multiple records into one record
Extracting a portion of a string
Who logged in and what did they do while in CRM 4.0
Get records based on current date
Updating latest date