README.md
December 4, 2022 ยท View on GitHub
Description
Detects if a window is Hung (Not responding) or not.
More Info
| Submitted On | 2007-09-17 17:30:02 |
| By | Mohammed Sayed |
| Level | Beginner |
| User Rating | 5.0 (10 globes from 2 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0, VBA MS Access |
| Category | Windows API Call/ Explanation |
| World | Visual Basic |
| Archive File | FYI_IsHung2083639172007.zip |
API Declarations
Declare Function IsHungAppWindow Lib "user32" (ByVal hwnd As Long) As Long