Click here to Skip to main content
15,921,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get the ASCII-decimal-value of an character? Pin
David Crow26-Sep-05 2:31
David Crow26-Sep-05 2:31 
AnswerRe: How to get the ASCII-decimal-value of an character? Pin
Kenan Aksoy26-Sep-05 4:51
Kenan Aksoy26-Sep-05 4:51 
QuestionProblem in CWinApp::Initinstance of SDI App Pin
Manfred Staiger26-Sep-05 2:26
Manfred Staiger26-Sep-05 2:26 
AnswerRe: Problem in CWinApp::Initinstance of SDI App Pin
prasad_som26-Sep-05 2:49
prasad_som26-Sep-05 2:49 
GeneralMy own fault Pin
Manfred Staiger26-Sep-05 3:43
Manfred Staiger26-Sep-05 3:43 
QuestionHow to get the HANDLE of the running EXE? Pin
Amarelia26-Sep-05 2:18
Amarelia26-Sep-05 2:18 
AnswerRe: How to get the HANDLE of the running EXE? Pin
David Crow26-Sep-05 2:22
David Crow26-Sep-05 2:22 
AnswerRe: How to get the HANDLE of the running EXE? Pin
bugDanny26-Sep-05 2:57
bugDanny26-Sep-05 2:57 
EnumWindows() will cycle through every single window on the machine. Your program should be in there somewhere. You need to provide EnumWindows with a function to call for each window handle. Then try using GetWindowText() or GetClassName(). Most times you can figure out which Window Text or Class Name you are looking for if you use Spy++ (comes with Visual Studio).

Hope this helps!

Danny
AnswerRe: How to get the HANDLE of the running EXE? Pin
ThatsAlok26-Sep-05 5:57
ThatsAlok26-Sep-05 5:57 
QuestionClose application from task manager Pin
Anonymous26-Sep-05 2:15
Anonymous26-Sep-05 2:15 
AnswerRe: Close application from task manager Pin
David Crow26-Sep-05 2:27
David Crow26-Sep-05 2:27 
AnswerRe: Close application from task manager Pin
bugDanny26-Sep-05 3:02
bugDanny26-Sep-05 3:02 
QuestionFont , DPI settings Pin
Pazzuzu26-Sep-05 1:35
Pazzuzu26-Sep-05 1:35 
QuestionSet Time For a ToolTip before it Appears Pin
swarnamanoo26-Sep-05 1:24
swarnamanoo26-Sep-05 1:24 
AnswerRe: Set Time For a ToolTip before it Appears Pin
FarPointer26-Sep-05 1:40
FarPointer26-Sep-05 1:40 
QuestionCAN I OVERRIDE DDX_ Pin
FarPointer26-Sep-05 1:03
FarPointer26-Sep-05 1:03 
AnswerRe: CAN I OVERRIDE DDX_ Pin
Rage26-Sep-05 1:14
professionalRage26-Sep-05 1:14 
GeneralRe: CAN I OVERRIDE DDX_ Pin
FarPointer26-Sep-05 1:19
FarPointer26-Sep-05 1:19 
AnswerRe: CAN I OVERRIDE DDX_ Pin
PJ Arends26-Sep-05 9:14
professionalPJ Arends26-Sep-05 9:14 
QuestionHow to assign classname or caption? Pin
Amarelia26-Sep-05 0:54
Amarelia26-Sep-05 0:54 
AnswerRe: How to assign classname or caption? Pin
Eytukan26-Sep-05 1:02
Eytukan26-Sep-05 1:02 
AnswerRe: How to assign classname or caption? Pin
Rage26-Sep-05 1:08
professionalRage26-Sep-05 1:08 
AnswerRe: How to assign classname or caption? Pin
FarPointer26-Sep-05 1:09
FarPointer26-Sep-05 1:09 
GeneralRe: How to assign classname or caption? Pin
bugDanny26-Sep-05 3:04
bugDanny26-Sep-05 3:04 
AnswerRe: How to assign classname or caption? Pin
khan++26-Sep-05 1:15
khan++26-Sep-05 1:15 

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.