Disabling Alt-Tab using RegsterHotkey for Windows 98
C / C++ / MFC
3
Posts
3
Posters
2
Views
1
Watching
-
I have tried using RegisterHotkey for Windows XP to disable Alt-Tab and it worked properly. But when i tried using the same code for Windows 98, the Alt-Tab is still working. How do you do this in Windows 98? Thank You.
You can't assign a hotkey to Alt+Tab on any OS prior to XP. You'd need to use a keyboard hook. --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | 1ClickPicGrabber | NEW~! CP SearchBar v3.0 | C++ Forum FAQ
-
I have tried using RegisterHotkey for Windows XP to disable Alt-Tab and it worked properly. But when i tried using the same code for Windows 98, the Alt-Tab is still working. How do you do this in Windows 98? Thank You.
Global keyboard hooks would do the trick for you. Cheers, Vishal