Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-18-2005, 01:55 PM   #1 (permalink)
Soundmaster2.0's Avatar
 
True Techie

Join Date: Mar 2005

Posts: 184

Soundmaster2.0 is on a distinguished road

Question Visual Basic?

Does anyone know how to stop the alt+f4 and ctrl+alt+delete keys from working when you run a vb program as an .exe?
__________________

Aim:Gibsonrocker03
Soundmaster2.0 is offline  
Old 05-18-2005, 04:25 PM   #2 (permalink)
 
Monster Techie

Join Date: May 2004

Location: /usr/root/mn/us

Posts: 1,121

bla!! is on a distinguished road

Default

That's not something you can do very easily or at all through vb.

Those two key combos are operating system interrupts (ctrl + alt + delete has the highest priority of any interrupt).

If you want to get rid of them (or at least their functionality) you should look into some software like Fortress that locks down the operating system.
__________________
<br>
Its a frigging Laptop, not a Labtop!!!!
bla!! is offline  
Old 05-18-2005, 09:06 PM   #3 (permalink)
Soundmaster2.0's Avatar
 
True Techie

Join Date: Mar 2005

Posts: 184

Soundmaster2.0 is on a distinguished road

Default

yea we were going to play a prank on a dude in my class but i guess it wont work
__________________

Aim:Gibsonrocker03
Soundmaster2.0 is offline  
Old 05-18-2005, 09:09 PM   #4 (permalink)
 
Newb Techie

Join Date: May 2005

Posts: 6

blindasfcuk

Default

Im not too sure about VB but C++ allows for the development of keyhooks that you might be able to use to intercept any keys that are pressed and make them perform another action!

btw it sounds like you are tying to code a trojan?
blindasfcuk is offline  
Old 06-08-2005, 07:44 AM   #5 (permalink)
 
Newb Techie

Join Date: Jun 2005

Posts: 18

warrior1981

Default

hey can we write that in a key press event or capture in the key ascii event .... an open suggestion
warrior1981 is offline  
Old 06-09-2005, 08:38 AM   #6 (permalink)
Soundmaster2.0's Avatar
 
True Techie

Join Date: Mar 2005

Posts: 184

Soundmaster2.0 is on a distinguished road

Default

I tried that, the alt, ctrl, and del keys are not in the ascii code
__________________

Aim:Gibsonrocker03
Soundmaster2.0 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On