• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

does anyone know how to...

fatbaby

Banned
disable the alt-tab and alt-space keyboard functions in winxp home?????? i use a different key config for games n its really messing me up!!

thx,
~fat
 
uh not that, everytime i play a 3d game n press alt-space or alt-tab it exits the window

but thx...
anything else??

~fat
 
Wow, 1.2 MB of a little program... Hmm.

That program simply makes a call to a Win32 function and passes it a constant SPI_SCREENSAVERRUNNING. That tricks Windows into thinking that a screen-saver is running. That tells Windows not to respond to hotkeys such as Ctrl+Alt+Del. That does not work for Windows NT, and probably won't work on XP. That was a little undocumented trick that people used on 9x/Me...

I think you can find the same program written in C++ (so it will be a few KB in size 🙂)
 
Back
Top