How to detect if the On-Screen Keyboard is visibleFor Visual Basic, it looks like this: Dim hWnd As Long hWnd = FindWindow("TMainKeyboardForm", vbNullString) If (IsWindowVisible(hWnd)) Then ........ |
Subscribe to NewsMore info
|
How to detect if the On-Screen Keyboard is visibleFor Visual Basic, it looks like this: Dim hWnd As Long hWnd = FindWindow("TMainKeyboardForm", vbNullString) If (IsWindowVisible(hWnd)) Then ........ |
Subscribe to NewsMore info
|