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
write a IF_And_Then, OR statement correctly
SQL Reporting - Join Multiple Strings Returned From a Dataset
Recordset in adp
RD Gateway and Apple Mac RDP Client
Restoring SQL server .MDF file, without .LDF file (cannot load database)
upgrade from Office 2000 Professional to Office 2007 Standard
Bluetooth PAN configuration on windows mobile 6.5
How to export data from Access database?
export wordperfect 8 file to file from FoxPro General Field
COleDateTime::GetCurrentTi<wbr />me when used with Other than Main Thread Gives Exception and strange behaviour