Click here to Skip to main content
15,909,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: restricting to type in CEdit Pin
Member 42425926-Aug-03 22:10
Member 42425926-Aug-03 22:10 
GeneralRe: restricting to type in CEdit Pin
henchook26-Aug-03 22:11
henchook26-Aug-03 22:11 
GeneralRe: restricting to type in CEdit Pin
David Crow27-Aug-03 4:24
David Crow27-Aug-03 4:24 
GeneralProgramatically copying files Pin
Scozturk26-Aug-03 21:16
professionalScozturk26-Aug-03 21:16 
GeneralRe: Programatically copying files Pin
Johnny ²26-Aug-03 21:25
Johnny ²26-Aug-03 21:25 
GeneralRe: Programatically copying files Pin
henchook26-Aug-03 22:21
henchook26-Aug-03 22:21 
GeneralGenerate Ctrl-Alt-Del programmatically Pin
Chintan26-Aug-03 20:58
Chintan26-Aug-03 20:58 
GeneralRe: Generate Ctrl-Alt-Del programmatically Pin
David Crow27-Aug-03 4:33
David Crow27-Aug-03 4:33 
It's not an easy one to solve. That key combination is special. When you press the Ctrl+Alt+Del keys on the keyboard, the keyboard driver is detecting that and passing the instructions on to the OS, rather than any application(s). Trying to stuff the keyboard buffer does not get "low enough" in the hierarchy.

These two articles don't directly answer your question, but they might help you get started:

http://www.codeproject.com/useritems/preventclose.asp
http://www.codeproject.com/useritems/GINA_SPY.asp
GeneralAdd/Remove Programs under XP Pin
HeiniBlad26-Aug-03 20:48
HeiniBlad26-Aug-03 20:48 
GeneralRe: Add/Remove Programs under XP Pin
Michael P Butler27-Aug-03 1:42
Michael P Butler27-Aug-03 1:42 
GeneralUse VS .Net to Write & Compile old MFC42 code Pin
HeiniBlad26-Aug-03 20:38
HeiniBlad26-Aug-03 20:38 
GeneralRe: Use VS .Net to Write & Compile old MFC42 code Pin
igor196026-Aug-03 21:14
igor196026-Aug-03 21:14 
Generalstatic const data member -> Compiler error C2057. Pin
Neville Franks26-Aug-03 20:37
Neville Franks26-Aug-03 20:37 
GeneralRe: static const data member -> Compiler error C2057. Pin
Michael Dunn26-Aug-03 21:57
sitebuilderMichael Dunn26-Aug-03 21:57 
GeneralRe: static const data member -> Compiler error C2057. Pin
Neville Franks27-Aug-03 1:24
Neville Franks27-Aug-03 1:24 
GeneralRe: static const data member -> Compiler error C2057. Pin
Serge Krynine26-Aug-03 22:56
Serge Krynine26-Aug-03 22:56 
GeneralRe: static const data member -> Compiler error C2057. Pin
Neville Franks27-Aug-03 1:21
Neville Franks27-Aug-03 1:21 
QuestionActiveX keeps running after closing IE ? Pin
suninwater26-Aug-03 20:33
suninwater26-Aug-03 20:33 
AnswerRe: ActiveX keeps running after closing IE ? Pin
suninwater27-Aug-03 14:39
suninwater27-Aug-03 14:39 
GeneralAdding existing files to a DLL Pin
Marina Aronchik26-Aug-03 20:08
Marina Aronchik26-Aug-03 20:08 
QuestionHow i can recognize which thread launch current thread??? Pin
El'Cachubrey26-Aug-03 20:05
El'Cachubrey26-Aug-03 20:05 
AnswerRe: How i can block one thread from another Pin
Joey Bloggs26-Aug-03 20:44
Joey Bloggs26-Aug-03 20:44 
Generalneed help again...IS file or directory Pin
rohit.dhamija26-Aug-03 20:02
rohit.dhamija26-Aug-03 20:02 
GeneralRe: need help again...IS file or directory Pin
henchook26-Aug-03 22:26
henchook26-Aug-03 22:26 
GeneralRe: need help again...IS file or directory Pin
rohit.dhamija27-Aug-03 1:25
rohit.dhamija27-Aug-03 1:25 

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.