Click here to Skip to main content
16,005,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to change IP address? Pin
Hari Om Prakash Sharma25-Apr-06 8:10
Hari Om Prakash Sharma25-Apr-06 8:10 
GeneralRe: how to change IP address? Pin
cybercoaster25-Apr-06 9:57
cybercoaster25-Apr-06 9:57 
AnswerRe: how to change IP address? Pin
Hari Om Prakash Sharma26-Apr-06 7:23
Hari Om Prakash Sharma26-Apr-06 7:23 
AnswerRe: how to change IP address? Pin
Sunglow25-Apr-06 14:22
Sunglow25-Apr-06 14:22 
GeneralRe: how to change IP address? Pin
Dave Kreskowiak26-Apr-06 1:12
mveDave Kreskowiak26-Apr-06 1:12 
QuestionHow to lock the Ctrl+alt+Del key and clock screen on computer start, ? Pin
groupitvn25-Apr-06 4:05
groupitvn25-Apr-06 4:05 
AnswerRe: How to lock the Ctrl+alt+Del key and clock screen on computer start, ? Pin
Guffa25-Apr-06 5:05
Guffa25-Apr-06 5:05 
AnswerRe: How to lock the Ctrl+alt+Del key and clock screen on computer start, ? Pin
Eric Dahlvang25-Apr-06 8:19
Eric Dahlvang25-Apr-06 8:19 
Guffa wrote:
You can't.


Actually, you can.

See: http://www.codeproject.com/win32/AntonioWinLock.asp[^]

Ctrl+Alt+Del

There are several ways to disable this key combination:

1. Disable Task Manager. This doesn't trap the key combination, it simply disables the application (Task Manager) that pops up when this key combination is pressed. See below how to do this.
2. Trap the keys using a keyboard device driver. For this, you need the DDK installed. I will not describe this method here.
3. Write a GINA stub. GINA is the DLL that Winlogon uses to perform user authentication. I'm not going to discuss this method here, but you can find out how to do it here [16].
4. Subclass the SAS window of the Winlogon process. For this, you must inject code into the Winlogon process and then subclass its Window Procedure. Two techniques for doing this are described later.


----------
There go my people. I must find out where they are going so I can lead them.
- Alexander Ledru-Rollin

GeneralRe: How to lock the Ctrl+alt+Del key and clock screen on computer start, ? Pin
Guffa25-Apr-06 8:33
Guffa25-Apr-06 8:33 
GeneralRe: How to lock the Ctrl+alt+Del key and clock screen on computer start, ? Pin
Dave Kreskowiak25-Apr-06 10:03
mveDave Kreskowiak25-Apr-06 10:03 
GeneralRe: How to lock the Ctrl+alt+Del key and clock screen on computer start, ? Pin
Eric Dahlvang25-Apr-06 11:48
Eric Dahlvang25-Apr-06 11:48 
GeneralRe: How to lock the Ctrl+alt+Del key and clock screen on computer start, ? Pin
Dave Kreskowiak25-Apr-06 15:30
mveDave Kreskowiak25-Apr-06 15:30 
GeneralRe: How to lock the Ctrl+alt+Del key and clock screen on computer start, ? Pin
Eric Dahlvang26-Apr-06 6:06
Eric Dahlvang26-Apr-06 6:06 
GeneralRe: How to lock the Ctrl+alt+Del key and clock screen on computer start, ? Pin
Dave Kreskowiak26-Apr-06 6:18
mveDave Kreskowiak26-Apr-06 6:18 
AnswerRe: How to lock the Ctrl+alt+Del key and clock screen on computer start, ? Pin
Eric Dahlvang25-Apr-06 8:16
Eric Dahlvang25-Apr-06 8:16 
QuestionClosing MDI event cause closing Child Event Pin
Rizwan Bashir25-Apr-06 3:58
Rizwan Bashir25-Apr-06 3:58 
AnswerRe: Closing MDI event cause closing Child Event Pin
paas25-Apr-06 4:14
paas25-Apr-06 4:14 
GeneralRe: Closing MDI event cause closing Child Event Pin
Rizwan Bashir25-Apr-06 21:33
Rizwan Bashir25-Apr-06 21:33 
Questionupload file Pin
Amit Agarrwal25-Apr-06 3:53
Amit Agarrwal25-Apr-06 3:53 
AnswerRe: upload file Pin
Sunglow25-Apr-06 14:18
Sunglow25-Apr-06 14:18 
Questionhow can i add Pin
Mr kilany25-Apr-06 3:37
Mr kilany25-Apr-06 3:37 
AnswerRe: how can i add Pin
Christian Graus25-Apr-06 9:58
protectorChristian Graus25-Apr-06 9:58 
Questioni ask you too much Pin
Mr kilany25-Apr-06 3:36
Mr kilany25-Apr-06 3:36 
AnswerRe: i ask you too much Pin
Dave Kreskowiak25-Apr-06 9:58
mveDave Kreskowiak25-Apr-06 9:58 
GeneralRe: i ask you too much Pin
Mr kilany25-Apr-06 21:09
Mr kilany25-Apr-06 21:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.