Click here to Skip to main content
15,906,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalc praogramms to disabling CTRL ALT Del keys in windows 2000 Pin
AzNain6-Oct-03 1:17
sussAzNain6-Oct-03 1:17 
GeneralRe: c praogramms to disabling CTRL ALT Del keys in windows 2000 Pin
Rickard Andersson206-Oct-03 1:31
Rickard Andersson206-Oct-03 1:31 
GeneralRe: c praogramms to disabling CTRL ALT Del keys in windows 2000 Pin
David Crow6-Oct-03 3:02
David Crow6-Oct-03 3:02 
GeneralDrop-down menu in a ComboBox Pin
Rickard Andersson206-Oct-03 0:55
Rickard Andersson206-Oct-03 0:55 
GeneralRe: Drop-down menu in a ComboBox Pin
Anand Paranjpe6-Oct-03 1:37
Anand Paranjpe6-Oct-03 1:37 
GeneralRe: Drop-down menu in a ComboBox Pin
Roger Allen6-Oct-03 5:04
Roger Allen6-Oct-03 5:04 
GeneralAttach debugger programatically Pin
jmkhael6-Oct-03 0:46
jmkhael6-Oct-03 0:46 
GeneralRe: Attach debugger programatically Pin
Duncan Edwards Jones6-Oct-03 1:27
professionalDuncan Edwards Jones6-Oct-03 1:27 
Check out the following API calls:-
<br />
Private Declare Function DebugActiveProcess Lib "kernel32" (ByVal dwProcessId As Long) As Long<br />
Private Declare Function WaitForDebugEvent Lib "kernel32" (lpDebugEvent As DEBUG_EVENT_BUFFER, ByVal dwMilliseconds As Long) As Long<br />
Private Declare Function ContinueDebugEvent Lib "kernel32" (ByVal dwProcessId As Long, ByVal dwThreadId As Long, ByVal dwContinueStatus As Long) As Long<br />


I only have this in VB - I'm guessing you want a C/C++ example...

'--8<------------------------
Ex Datis:
Duncan Jones
Merrion Computing Ltd
GeneralRe: Attach debugger programatically Pin
jmkhael6-Oct-03 2:25
jmkhael6-Oct-03 2:25 
GeneralRe: Attach debugger programatically Pin
Steve S6-Oct-03 3:13
Steve S6-Oct-03 3:13 
GeneralRe: Attach debugger programatically Pin
jmkhael6-Oct-03 3:41
jmkhael6-Oct-03 3:41 
GeneralRe: Attach debugger programatically Pin
Mike Dimmick6-Oct-03 4:41
Mike Dimmick6-Oct-03 4:41 
GeneralRe: Attach debugger programatically Pin
Steve S6-Oct-03 5:01
Steve S6-Oct-03 5:01 
GeneralWindow + Dialog Pin
HeiniBlad6-Oct-03 0:20
HeiniBlad6-Oct-03 0:20 
QuestionHow better to create html help to created MFC project ? Pin
vgrigor6-Oct-03 0:17
vgrigor6-Oct-03 0:17 
AnswerRe: How better to create html help to created MFC project ? Pin
KaЯl6-Oct-03 3:14
KaЯl6-Oct-03 3:14 
Generalabout SYSTEMTIME Pin
FlyingDancer5-Oct-03 23:20
FlyingDancer5-Oct-03 23:20 
GeneralRe: about SYSTEMTIME Pin
thowra5-Oct-03 23:48
thowra5-Oct-03 23:48 
GeneralRe: about SYSTEMTIME Pin
geo_m6-Oct-03 0:26
geo_m6-Oct-03 0:26 
GeneralRe: about SYSTEMTIME Pin
FlyingDancer6-Oct-03 2:08
FlyingDancer6-Oct-03 2:08 
GeneralRe: about SYSTEMTIME Pin
geo_m6-Oct-03 2:56
geo_m6-Oct-03 2:56 
GeneralRe: about SYSTEMTIME Pin
vcplusplus6-Oct-03 3:30
vcplusplus6-Oct-03 3:30 
GeneralRe: about SYSTEMTIME Pin
FlyingDancer6-Oct-03 4:25
FlyingDancer6-Oct-03 4:25 
GeneralRe: about SYSTEMTIME Pin
FlyingDancer6-Oct-03 17:26
FlyingDancer6-Oct-03 17:26 
GeneralRe: about SYSTEMTIME Pin
FlyingDancer6-Oct-03 3:31
FlyingDancer6-Oct-03 3:31 

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.