Hi,
Is it possible to intercept the window transition event to the background/foreground ?
Use the WM_ACTIVATE message in the application's main window procedure. This message indicates window activation changes (activating/deactivating).
Combine with the LOWORD of wParam to check the activation state (e.g., WA_INACTIVE for background).
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 78 guests