Click here to Skip to main content
15,905,325 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Disable CTRL+ALT+DEL IN Windows Vista & 7 Pin
Yance Lawang5-Jan-11 0:26
Yance Lawang5-Jan-11 0:26 
AnswerRe: Disable CTRL+ALT+DEL IN Windows Vista & 7 Pin
Eddy Vluggen5-Jan-11 0:13
professionalEddy Vluggen5-Jan-11 0:13 
GeneralRe: Disable CTRL+ALT+DEL IN Windows Vista & 7 Pin
Yance Lawang5-Jan-11 0:32
Yance Lawang5-Jan-11 0:32 
GeneralRe: Disable CTRL+ALT+DEL IN Windows Vista & 7 Pin
Eddy Vluggen5-Jan-11 0:50
professionalEddy Vluggen5-Jan-11 0:50 
GeneralRe: Disable CTRL+ALT+DEL IN Windows Vista & 7 Pin
Dalek Dave5-Jan-11 1:30
professionalDalek Dave5-Jan-11 1:30 
GeneralRe: Disable CTRL+ALT+DEL IN Windows Vista & 7 Pin
Eddy Vluggen5-Jan-11 7:01
professionalEddy Vluggen5-Jan-11 7:01 
GeneralRe: Disable CTRL+ALT+DEL IN Windows Vista & 7 Pin
Yance Lawang5-Jan-11 1:46
Yance Lawang5-Jan-11 1:46 
GeneralRe: Disable CTRL+ALT+DEL IN Windows Vista & 7 Pin
Dave Kreskowiak5-Jan-11 4:38
mveDave Kreskowiak5-Jan-11 4:38 
You can't find any code because you can't disable Ctrl-Alt-Del at all. This key combination doesn't even make it to the user desktop. It is handled by WinLogon which is responsible for showing the Secure Attention Sequence desktop.

You can disable or restrict everything you can do in that desktop using Group Policy. Doing it from your code is not a good idea, especially if you are not writing your app as a Windows service.

GeneralRe: Disable CTRL+ALT+DEL IN Windows Vista & 7 Pin
Eddy Vluggen5-Jan-11 6:58
professionalEddy Vluggen5-Jan-11 6:58 
JokeRe: Disable CTRL+ALT+DEL IN Windows Vista & 7 Pin
reto.knaak15-Jan-11 10:32
reto.knaak15-Jan-11 10:32 
GeneralRe: Disable CTRL+ALT+DEL IN Windows Vista & 7 Pin
Eddy Vluggen15-Jan-11 10:44
professionalEddy Vluggen15-Jan-11 10:44 
AnswerRe: Disable CTRL+ALT+DEL in Windows Vista & 7 Pin
Luc Pattyn5-Jan-11 3:04
sitebuilderLuc Pattyn5-Jan-11 3:04 
QuestionProblem to read data when i execute store procedure.... Pin
Saurabh Chandak4-Jan-11 20:20
Saurabh Chandak4-Jan-11 20:20 
AnswerRe: Problem to read data when i execute store procedure.... Pin
Eddy Vluggen5-Jan-11 0:17
professionalEddy Vluggen5-Jan-11 0:17 
QuestionHow to expose a datatable in a strongly typed dataset (without exposing the whole dataset). Pin
Jon_Boy4-Jan-11 1:17
Jon_Boy4-Jan-11 1:17 
AnswerRe: How to expose a datatable in a strongly typed dataset (without exposing the whole dataset). Pin
Jon_Boy5-Jan-11 9:42
Jon_Boy5-Jan-11 9:42 
QuestionGetting an error From Richtextbox1.savefile Pin
Bso_Cool3-Jan-11 11:03
Bso_Cool3-Jan-11 11:03 
AnswerRe: Getting an error From Richtextbox1.savefile Pin
Luc Pattyn3-Jan-11 11:40
sitebuilderLuc Pattyn3-Jan-11 11:40 
Questionquiz website using vb.net [modified] Pin
raisinah2-Jan-11 19:27
raisinah2-Jan-11 19:27 
AnswerRe: quiz website using vb.net Pin
Pradeep K V2-Jan-11 23:19
Pradeep K V2-Jan-11 23:19 
GeneralRe: quiz website using vb.net Pin
raisinah3-Jan-11 14:59
raisinah3-Jan-11 14:59 
AnswerRe: quiz website using vb.net Pin
Nuri Ismail2-Jan-11 23:55
Nuri Ismail2-Jan-11 23:55 
QuestionChange the Date Format at Runtime VB.NET Pin
Noufe1-Jan-11 18:36
Noufe1-Jan-11 18:36 
AnswerRe: Change the Date Format at Runtime VB.NET Pin
thatraja1-Jan-11 18:58
professionalthatraja1-Jan-11 18:58 
AnswerRe: Change the Date Format at Runtime VB.NET Pin
Luc Pattyn1-Jan-11 23:56
sitebuilderLuc Pattyn1-Jan-11 23:56 

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.