Click here to Skip to main content
15,914,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWhat do you mean? Pin
12-Nov-01 17:09
suss12-Nov-01 17:09 
AnswerRe: How can I make my Editbox to ignore HTML tags??? Pin
Christian Graus12-Nov-01 17:40
protectorChristian Graus12-Nov-01 17:40 
GeneralMaybe just not to display them. Pin
Karavaev Denis12-Nov-01 19:48
Karavaev Denis12-Nov-01 19:48 
GeneralRe: Maybe just not to display them. Pin
Christian Graus12-Nov-01 21:52
protectorChristian Graus12-Nov-01 21:52 
GeneralRe: Maybe just not to display them. Pin
Rassman13-Nov-01 2:22
Rassman13-Nov-01 2:22 
Generalabout "break" Pin
Maer72712-Nov-01 2:38
Maer72712-Nov-01 2:38 
GeneralRe: about "break" Pin
Tomasz Sowinski12-Nov-01 3:10
Tomasz Sowinski12-Nov-01 3:10 
GeneralRe: about "break" Pin
Christian Graus12-Nov-01 17:25
protectorChristian Graus12-Nov-01 17:25 
You can do one of three things

1/ Use goto - this has the down side of having to sell your soul to the dark side

2/ Use a bool condition to help you know to break twice. This has the downside of being messy

3/ Use try/catch/throw. This has the downside of being good C++ and resulting in lesser mortals feeling jealous and not inviting you to their parties.

Christian

After all, there's nothing wrong with an elite as long as I'm allowed to be part of it!! - Mike Burston Oct 23, 2001

QuestionHow to Change text color in a bitmap image? Pin
chen11-Nov-01 23:04
chen11-Nov-01 23:04 
AnswerRe: How to Change text color in a bitmap image? Pin
Christian Graus12-Nov-01 10:25
protectorChristian Graus12-Nov-01 10:25 
General[VC++]Create Excel sheet Pin
11-Nov-01 21:47
suss11-Nov-01 21:47 
GeneralRe: [VC++]Create Excel sheet Pin
Tomasz Sowinski12-Nov-01 1:07
Tomasz Sowinski12-Nov-01 1:07 
GeneralRe: [VC++]Create Excel sheet Pin
Richard Ellis12-Nov-01 12:48
Richard Ellis12-Nov-01 12:48 
GeneralDll Pin
Deian11-Nov-01 21:33
Deian11-Nov-01 21:33 
GeneralRe: Dll Pin
Michael Dunn11-Nov-01 21:37
sitebuilderMichael Dunn11-Nov-01 21:37 
Generalpath of the users favorites dir Pin
11-Nov-01 21:25
suss11-Nov-01 21:25 
GeneralRe: path of the users favorites dir Pin
Michael Dunn11-Nov-01 21:48
sitebuilderMichael Dunn11-Nov-01 21:48 
Questionhow to allot a big memory? Pin
cococut11-Nov-01 21:09
cococut11-Nov-01 21:09 
AnswerRe: how to allot a big memory? Pin
Tomasz Sowinski12-Nov-01 0:40
Tomasz Sowinski12-Nov-01 0:40 
GeneralUsing comctl v6 manifest on XP Pin
Michael Dunn11-Nov-01 18:19
sitebuilderMichael Dunn11-Nov-01 18:19 
GeneralRe: Using comctl v6 manifest on XP Pin
Matt Newman12-Nov-01 11:11
Matt Newman12-Nov-01 11:11 
GeneralRe: Using comctl v6 manifest on XP Pin
Michael Dunn12-Nov-01 16:07
sitebuilderMichael Dunn12-Nov-01 16:07 
GeneralRe: Using comctl v6 manifest on XP Pin
Michael Dunn14-Nov-01 12:38
sitebuilderMichael Dunn14-Nov-01 12:38 
GeneralRe: Using comctl v6 manifest on XP Pin
Matt Newman15-Nov-01 14:03
Matt Newman15-Nov-01 14:03 
GeneralRe: Using comctl v6 manifest on XP Pin
Michael Dunn15-Nov-01 14:27
sitebuilderMichael Dunn15-Nov-01 14:27 

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.