Click here to Skip to main content
16,010,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Font of text on button with color Pin
Hamid_RT5-Jul-06 20:40
Hamid_RT5-Jul-06 20:40 
GeneralRe: Font of text on button with color [modified] Pin
ashish dogra5-Jul-06 20:50
ashish dogra5-Jul-06 20:50 
GeneralRe: Font of text on button with color Pin
Hamid_RT5-Jul-06 21:29
Hamid_RT5-Jul-06 21:29 
GeneralRe: Font of text on button with color Pin
ashish dogra5-Jul-06 22:21
ashish dogra5-Jul-06 22:21 
GeneralRe: Font of text on button with color Pin
Hamid_RT6-Jul-06 1:00
Hamid_RT6-Jul-06 1:00 
AnswerRe: Font of text on button with color Pin
Sarath C5-Jul-06 21:13
Sarath C5-Jul-06 21:13 
Questionplease tell me what is the breakpoint how we can use this in our progarm [modified] Pin
vasusree5-Jul-06 20:22
vasusree5-Jul-06 20:22 
AnswerRe: please tell me what is the breakpoint how we can use this in our progarm [modified] Pin
Sarath C5-Jul-06 21:06
Sarath C5-Jul-06 21:06 
Breakpoint is related to debugging a software application. as the name resembles, the program will stop (break) execution on that location. now you can watch variable registers, memory and other resources to make sure that the program is running properly and or to track (usually) the bug.

See this[^]

There's a book named "Debugging Applications" by John Robbins to learn more about debugging.

For a basic understanding this book is not required. if you want to develop your debug skills, this books is an ultimate one for debugging windows applications.

SaRath.

"Where I am from, there is no plan B. So, take advantage of today becuase tomorrow is not promised. - 50 Cent"

<blink>My Blog | Understanding State Patte

-- modified at 3:07 Thursday 6th July, 2006

GeneralRe: please tell me what is the breakpoint how we can use this in our progarm Pin
vasusree5-Jul-06 21:16
vasusree5-Jul-06 21:16 
QuestionAccessing control from another dialog.. Pin
sach!!5-Jul-06 19:51
sach!!5-Jul-06 19:51 
AnswerRe: Accessing control from another dialog.. Pin
_AnsHUMAN_ 5-Jul-06 20:07
_AnsHUMAN_ 5-Jul-06 20:07 
GeneralRe: Accessing control from another dialog.. Pin
Uday Janaswamy5-Jul-06 20:19
Uday Janaswamy5-Jul-06 20:19 
GeneralRe: Accessing control from another dialog.. Pin
_AnsHUMAN_ 5-Jul-06 20:34
_AnsHUMAN_ 5-Jul-06 20:34 
GeneralRe: Accessing control from another dialog.. Pin
Uday Janaswamy5-Jul-06 20:38
Uday Janaswamy5-Jul-06 20:38 
GeneralRe: Accessing control from another dialog.. Pin
_AnsHUMAN_ 5-Jul-06 20:47
_AnsHUMAN_ 5-Jul-06 20:47 
GeneralRe: Accessing control from another dialog.. Pin
_AnsHUMAN_ 5-Jul-06 20:53
_AnsHUMAN_ 5-Jul-06 20:53 
GeneralRe: Accessing control from another dialog.. Pin
Rajesh R Subramanian5-Jul-06 20:37
professionalRajesh R Subramanian5-Jul-06 20:37 
GeneralRe: Accessing control from another dialog.. Pin
Uday Janaswamy5-Jul-06 20:41
Uday Janaswamy5-Jul-06 20:41 
GeneralRe: Accessing control from another dialog.. Pin
sach!!5-Jul-06 20:50
sach!!5-Jul-06 20:50 
GeneralRe: Accessing control from another dialog.. [modified] Pin
_AnsHUMAN_ 5-Jul-06 20:55
_AnsHUMAN_ 5-Jul-06 20:55 
GeneralRe: Accessing control from another dialog.. Pin
Uday Janaswamy5-Jul-06 20:54
Uday Janaswamy5-Jul-06 20:54 
GeneralRe: Accessing control from another dialog.. Pin
_AnsHUMAN_ 5-Jul-06 20:59
_AnsHUMAN_ 5-Jul-06 20:59 
QuestionC++ class hierarchy [modified] Pin
Nirmal Khatri5-Jul-06 19:25
Nirmal Khatri5-Jul-06 19:25 
AnswerRe: C++ class hierarchy Pin
_AnsHUMAN_ 5-Jul-06 19:32
_AnsHUMAN_ 5-Jul-06 19:32 
AnswerRe: C++ class hierarchy Pin
toxcct5-Jul-06 21:39
toxcct5-Jul-06 21:39 

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.