does anyone know how to...

fatbaby

Banned
May 7, 2001
6,427
1
0
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
 

fatbaby

Banned
May 7, 2001
6,427
1
0
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
 

VBboy

Diamond Member
Nov 12, 2000
5,793
0
0
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 :))
 

sohcrates

Diamond Member
Sep 19, 2000
7,949
0
0


<< I think you can find the same program written in C++ (so it will be a few KB in size :)) >>



good call! check out this