Click here to Skip to main content
15,902,492 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralFiring a RaiseEvent Pin
firefalls4-Jan-04 14:36
firefalls4-Jan-04 14:36 
GeneralRe: Firing a RaiseEvent Pin
Dave Kreskowiak5-Jan-04 3:51
mveDave Kreskowiak5-Jan-04 3:51 
GeneralRe: Firing a RaiseEvent Pin
firefalls7-Jan-04 15:01
firefalls7-Jan-04 15:01 
GeneralRe: Firing a RaiseEvent Pin
Dave Kreskowiak8-Jan-04 10:15
mveDave Kreskowiak8-Jan-04 10:15 
GeneralRe: Firing a RaiseEvent Pin
firefalls8-Jan-04 19:06
firefalls8-Jan-04 19:06 
QuestionHow to disable Ctrl+Alt+Del in window XP with VB Pin
nnaye4-Jan-04 5:22
nnaye4-Jan-04 5:22 
AnswerRe: How to disable Ctrl+Alt+Del in window XP with VB Pin
Duncan Edwards Jones4-Jan-04 5:39
professionalDuncan Edwards Jones4-Jan-04 5:39 
AnswerRe: How to disable Ctrl+Alt+Del in window XP with VB Pin
Dave Kreskowiak4-Jan-04 8:12
mveDave Kreskowiak4-Jan-04 8:12 
What your looking for is right here[^] in the second question. Be warned, it is NOT written in VB.

You can either set the registry key to disable C-A-D, but that will disable it for every user on the machine, or you can write a keyboard hook to trap the key sequence and eat it. I've done both, but I did mine in VC++ and did it in about 7 lines of code. VB will be considerably longer.


RageInTheMachine9532
AnswerRe: How to disable Ctrl+Alt+Del in window XP with VB Pin
Charlie Williams4-Jan-04 10:26
Charlie Williams4-Jan-04 10:26 
GeneralRe: How to disable Ctrl+Alt+Del in window XP with VB Pin
cnurse4-Jan-04 14:11
cnurse4-Jan-04 14:11 
GeneralRe: How to disable Ctrl+Alt+Del in window XP with VB Pin
Dave Kreskowiak5-Jan-04 3:41
mveDave Kreskowiak5-Jan-04 3:41 
GeneralExamining bytes returned from an ATL component Pin
Aby Philip4-Jan-04 3:23
Aby Philip4-Jan-04 3:23 
GeneralRe: Examining bytes returned from an ATL component Pin
Vi25-Jan-04 0:25
Vi25-Jan-04 0:25 
QuestionShadow Effects? Pin
Bus Clocking4-Jan-04 1:21
Bus Clocking4-Jan-04 1:21 
QuestionPackage and Deployment ? Pin
Member 7660843-Jan-04 21:51
Member 7660843-Jan-04 21:51 
AnswerRe: Package and Deployment ? Pin
elRaptor8-Jan-04 7:15
elRaptor8-Jan-04 7:15 
QuestionMenu -Help ? Pin
Member 7660843-Jan-04 21:49
Member 7660843-Jan-04 21:49 
AnswerRe: Menu -Help ? Pin
elRaptor8-Jan-04 7:38
elRaptor8-Jan-04 7:38 
GeneralHelp - Disable Ctrl - Esc Pin
Anonymous3-Jan-04 18:41
Anonymous3-Jan-04 18:41 
GeneralRe: Help - Disable Ctrl - Esc Pin
Dave Kreskowiak4-Jan-04 8:14
mveDave Kreskowiak4-Jan-04 8:14 
GeneralSending to a Web Form Pin
ProjectInsanity3-Jan-04 17:19
ProjectInsanity3-Jan-04 17:19 
GeneralBasic VB Excel Chart data selection Pin
mitreviper3-Jan-04 16:13
mitreviper3-Jan-04 16:13 
GeneralDatagrid "Edit Only" Pin
pchak3-Jan-04 8:12
pchak3-Jan-04 8:12 
GeneralRe: Datagrid "Edit Only" Pin
Guillermo Rivero3-Jan-04 17:24
Guillermo Rivero3-Jan-04 17:24 
GeneralHelp required Pin
emmshazi3-Jan-04 4:27
emmshazi3-Jan-04 4:27 

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.