Click here to Skip to main content
16,017,069 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to combine to dialog boxes and a formview in a single application .. Pin
mirraa15-May-07 19:27
mirraa15-May-07 19:27 
AnswerRe: how to combine to dialog boxes and a formview in a single application .. Pin
Nelek15-May-07 21:57
protectorNelek15-May-07 21:57 
GeneralRe: how to combine to dialog boxes and a formview in a single application .. Pin
mirraa16-May-07 1:11
mirraa16-May-07 1:11 
GeneralRe: how to combine to dialog boxes and a formview in a single application .. Pin
Nelek16-May-07 1:30
protectorNelek16-May-07 1:30 
GeneralRe: how to combine to dialog boxes and a formview in a single application .. Pin
mirraa18-May-07 20:43
mirraa18-May-07 20:43 
GeneralRe: how to combine to dialog boxes and a formview in a single application .. Pin
Nelek19-May-07 23:02
protectorNelek19-May-07 23:02 
QuestionHow to use debugger Pin
Jerry Burns15-May-07 17:23
Jerry Burns15-May-07 17:23 
AnswerRe: How to use debugger Pin
_AnsHUMAN_ 15-May-07 18:01
_AnsHUMAN_ 15-May-07 18:01 
You can set a break point in a function. While executing the application in debug mode(you can run the application by pressing F5 key) the application would run to the first breakpoint encountered. After that you can step into debugger for line by line debugging by pressing F10 to execute a statement.
You can also search for other debugging techniques that are scattered on the Web but I don't think you would find a point where you get to know all the tips and tricks under one topic.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

AnswerRe: How to use debugger Pin
Hamid_RT15-May-07 19:35
Hamid_RT15-May-07 19:35 
Questionlarge numbers Pin
locoone15-May-07 17:00
locoone15-May-07 17:00 
AnswerRe: large numbers Pin
Naveen15-May-07 17:45
Naveen15-May-07 17:45 
GeneralRe: large numbers Pin
locoone16-May-07 17:12
locoone16-May-07 17:12 
AnswerRe: large numbers Pin
Nelek15-May-07 21:53
protectorNelek15-May-07 21:53 
GeneralRe: large numbers Pin
locoone16-May-07 17:14
locoone16-May-07 17:14 
GeneralRe: large numbers Pin
Nelek19-May-07 23:03
protectorNelek19-May-07 23:03 
QuestionDebug vs Release Configuration Pin
Oliver12315-May-07 16:31
Oliver12315-May-07 16:31 
AnswerRe: Debug vs Release Configuration Pin
David Crow15-May-07 17:09
David Crow15-May-07 17:09 
GeneralRe: Debug vs Release Configuration Pin
Oliver12315-May-07 17:28
Oliver12315-May-07 17:28 
GeneralRe: Debug vs Release Configuration Pin
_AnsHUMAN_ 15-May-07 17:45
_AnsHUMAN_ 15-May-07 17:45 
GeneralRe: Debug vs Release Configuration Pin
dharani15-May-07 18:10
dharani15-May-07 18:10 
QuestionNeed help with Keyboard device drivers Pin
Willian Tell15-May-07 15:06
Willian Tell15-May-07 15:06 
QuestionProblem with serializing Propeties of an ActiveX Control [modified] Pin
TheInfernalCrow15-May-07 12:13
TheInfernalCrow15-May-07 12:13 
QuestionPlaySound() in Vista [modified] Pin
Ryan Sikma15-May-07 11:29
Ryan Sikma15-May-07 11:29 
AnswerRe: PlaySound() in Vista Pin
Hans Dietrich15-May-07 15:12
mentorHans Dietrich15-May-07 15:12 
GeneralRe: PlaySound() in Vista Pin
Ryan Sikma15-May-07 20:19
Ryan Sikma15-May-07 20:19 

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.