Click here to Skip to main content
15,913,104 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalcontrolling a webcam Pin
PotatisPulver24-Mar-04 6:04
PotatisPulver24-Mar-04 6:04 
Generalcompile from command line Pin
skoizumi2911024-Mar-04 5:56
sussskoizumi2911024-Mar-04 5:56 
GeneralRe: compile from command line Pin
Steve S24-Mar-04 6:26
Steve S24-Mar-04 6:26 
GeneralRe: compile from command line Pin
skoizumi2911024-Mar-04 6:35
sussskoizumi2911024-Mar-04 6:35 
GeneralRe: compile from command line Pin
John M. Drescher24-Mar-04 6:49
John M. Drescher24-Mar-04 6:49 
GeneralRe: compile from command line Pin
vancouver77726-Mar-04 11:09
vancouver77726-Mar-04 11:09 
GeneralListening to Keyboard Input Pin
0v3rloader24-Mar-04 5:29
0v3rloader24-Mar-04 5:29 
GeneralRe: Listening to Keyboard Input Pin
Dudi Avramov24-Mar-04 5:48
Dudi Avramov24-Mar-04 5:48 
Read about hooking starting from SetWindowsHookEx using WH_KEYBOARD_LL hook type.
You can hook ALT+CTRL+DEL by i think that the OS won't let yu block it. The dialog will be opened anyway.
However,you can disable the buttons of the opened window by setting some values in the registry Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer.
Read Disable Windows NT alt-ctrl-del dialog button
GeneralRe: Listening to Keyboard Input Pin
0v3rloader24-Mar-04 7:39
0v3rloader24-Mar-04 7:39 
GeneralRe: Listening to Keyboard Input Pin
Steve S24-Mar-04 6:34
Steve S24-Mar-04 6:34 
General'class' type redefinition error Pin
Mughi24-Mar-04 5:13
Mughi24-Mar-04 5:13 
GeneralRe: 'class' type redefinition error Pin
David Crow24-Mar-04 7:56
David Crow24-Mar-04 7:56 
QuestionC++ Generic Autorun app ? Pin
Marc Piulachs24-Mar-04 4:38
Marc Piulachs24-Mar-04 4:38 
AnswerRe: C++ Generic Autorun app ? Pin
jhwurmbach24-Mar-04 5:34
jhwurmbach24-Mar-04 5:34 
QuestionHow to use CryptExportkey blob Pin
chakra_r24-Mar-04 3:32
chakra_r24-Mar-04 3:32 
General_control87 and signal(SIGFPE....) Pin
prcarp24-Mar-04 3:03
prcarp24-Mar-04 3:03 
GeneralGetDIBits and 98 Problem Pin
Ceri24-Mar-04 2:43
Ceri24-Mar-04 2:43 
GeneralHelp - CPrintDialog as a child Pin
Jason Carter24-Mar-04 2:41
Jason Carter24-Mar-04 2:41 
GeneralOverloading operator [ ] Pin
Imtiaz Murtaza24-Mar-04 0:58
Imtiaz Murtaza24-Mar-04 0:58 
GeneralRe: Overloading operator [ ] Pin
Mike Dimmick24-Mar-04 2:20
Mike Dimmick24-Mar-04 2:20 
GeneralRe: Overloading operator [ ] Pin
David Crow24-Mar-04 2:36
David Crow24-Mar-04 2:36 
GeneralRe: Overloading operator [ ] Pin
Ryan Binns24-Mar-04 3:44
Ryan Binns24-Mar-04 3:44 
GeneralSystem performance comparison Pin
Shree24-Mar-04 0:55
Shree24-Mar-04 0:55 
GeneralMFC Views Documents, and Modal windows :_-) Pin
_psh_24-Mar-04 0:41
_psh_24-Mar-04 0:41 
QuestionWhen does it occur the worst case in Quicksort algorithm ? Pin
nguyen_nd24-Mar-04 0:34
nguyen_nd24-Mar-04 0:34 

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.