PDA

View Full Version : DisableKeys Library


sside
01-31-2007, 10:39 AM
DisableKeys library (DisableKeys.dll) will disable certain key combinations (task keys to be exactly)

Functions:

DisableAltTab
DisableAltEsc
DisableCtrlEsc
DisableAllKeys
IsAltTabDisabled
IsAltEscDisabled
IsCtrlEscDisabled
IsAllKeysDisabled

DisableAllKeys will not disable ctrl+alt+del.

Here (http://ams5.ssideproject.com/downloads/DisableKeys.apz) you can download ams5 project files.
Here (http://ams5.ssideproject.com/downloads/DisableKeys.rar) you can download the compressed exe.

.Net 2.0 required.

With Kind Regards
sside

sside
01-31-2007, 05:19 PM
Added:

DisableAltPrtScr
DisablePrtScr
IsAltPrtScrDisabled
IsPrtScrDisabled

Handy functions in case you have (valuable) images that don't want to be captured using prtscr or alt+prtscr.

Here (http://ams5.ssideproject.com/downloads/DisableKeys.v.1.0.0.1.apz) you can download ams5 project files.
Here (http://ams5.ssideproject.com/downloads/DisableKeys.v.1.0.0.1.rar) you can download the compressed exe.

.Net 2.0 required.

With Kind Regards
sside

sside
04-10-2007, 06:22 PM
Added:
DisableAltF4
DisableKey
IsAltF4Disabled
IsKeyDisabled

Here (http://ams5.ssideproject.com/downloads/DisableKeys.v.1.0.0.2.apz) you can download ams5 project files.

DisableKey will disable any key (a, b, c etc etc).

Keys are not permanently disabled. When the application is shut down, even if you have disabled all keys, they will be enabled again. Or with other words, keys are disabled as long as the application disableing them is up and running.

.Net 2.0 Required.

With Kind Regards
sside

Protocol
07-06-2007, 02:19 PM
You still have this one, ss? The link seems to be dead...

Thanks!

sside
07-06-2007, 03:03 PM
DisableKeys.v.1.0.0.2

http://indigorose.com/forums/showthread.php?t=20220&highlight=DisableKeys.v.1.0.0.2
http://indigorose.com/forums/showthread.php?t=20221&highlight=DisableKeys.v.1.0.0.2

With Kind Regards
sside

Protocol
07-07-2007, 11:34 PM
Each time I click a button, it crashes the app, but I'll play around with it a bit. Thanks for taking the time to create these...I'm sure I'll be able to get them to work!

Protocol

sside
07-08-2007, 04:34 AM
Each time I click a button, it crashes the app


Sad to hear that.

What is your os?
Needless to say, but .net 2.0 is required.

With Kind Regards
sside