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

C / C++ / MFC

 
GeneralRe: How to add OnClick event to Progress Bar Control Pin
blackbolek17-Dec-13 10:42
blackbolek17-Dec-13 10:42 
QuestionWin32 Custom GUI design Pin
maqubex16-Dec-13 14:31
maqubex16-Dec-13 14:31 
SuggestionRe: Win32 Custom GUI design Pin
Richard MacCutchan16-Dec-13 22:59
mveRichard MacCutchan16-Dec-13 22:59 
GeneralRe: Win32 Custom GUI design Pin
maqubex17-Dec-13 6:29
maqubex17-Dec-13 6:29 
GeneralRe: Win32 Custom GUI design Pin
Richard MacCutchan17-Dec-13 7:20
mveRichard MacCutchan17-Dec-13 7:20 
QuestionDisplay CDHtmlDialog app inside a Web Browser (IE) Pin
Don Guy16-Dec-13 13:58
Don Guy16-Dec-13 13:58 
GeneralRe: Display CDHtmlDialog app inside a Web Browser (IE) Pin
Richard MacCutchan16-Dec-13 23:45
mveRichard MacCutchan16-Dec-13 23:45 
QuestionC++ Programing with out header files Pin
Sadaf Rehman Najmi15-Dec-13 21:37
Sadaf Rehman Najmi15-Dec-13 21:37 
AnswerRe: C++ Programing with out header files Pin
Jochen Arndt15-Dec-13 22:01
professionalJochen Arndt15-Dec-13 22:01 
AnswerRe: C++ Programing with out header files Pin
Erudite_Eric15-Dec-13 22:14
Erudite_Eric15-Dec-13 22:14 
GeneralRe: C++ Programing with out header files Pin
Sadaf Rehman Najmi16-Dec-13 6:05
Sadaf Rehman Najmi16-Dec-13 6:05 
GeneralRe: C++ Programing with out header files Pin
CPallini16-Dec-13 9:13
mveCPallini16-Dec-13 9:13 
GeneralRe: C++ Programing with out header files Pin
Stefan_Lang16-Dec-13 21:36
Stefan_Lang16-Dec-13 21:36 
AnswerRe: C++ Programing with out header files Pin
Stefan_Lang15-Dec-13 23:31
Stefan_Lang15-Dec-13 23:31 
GeneralRe: C++ Programing with out header files Pin
Richard MacCutchan16-Dec-13 3:30
mveRichard MacCutchan16-Dec-13 3:30 
AnswerRe: C++ Programing with out header files Pin
tgsb22-Dec-13 22:43
tgsb22-Dec-13 22:43 
QuestionOpenGL - Change Torus color into Red instead Grey Color Pin
M Riaz Bashir15-Dec-13 1:29
M Riaz Bashir15-Dec-13 1:29 
AnswerRe: OpenGL - Change Torus color into Red instead Grey Color Pin
AmbiguousName16-Dec-13 22:32
AmbiguousName16-Dec-13 22:32 
QuestionAllegro Dev C++ program crash Pin
ashutoshrambhal14-Dec-13 23:53
ashutoshrambhal14-Dec-13 23:53 
AnswerRe: Allegro Dev C++ program crash Pin
Richard MacCutchan15-Dec-13 0:38
mveRichard MacCutchan15-Dec-13 0:38 
GeneralRe: Allegro Dev C++ program crash Pin
ashutoshrambhal15-Dec-13 2:46
ashutoshrambhal15-Dec-13 2:46 
GeneralRe: Allegro Dev C++ program crash Pin
Richard MacCutchan15-Dec-13 2:59
mveRichard MacCutchan15-Dec-13 2:59 
QuestionRich edit control and caption Pin
RaymondM14-Dec-13 1:43
RaymondM14-Dec-13 1:43 
SuggestionRe: Rich edit control and caption Pin
Richard MacCutchan15-Dec-13 0:34
mveRichard MacCutchan15-Dec-13 0:34 
AnswerRe: Rich edit control and caption Pin
enhzflep15-Dec-13 3:56
enhzflep15-Dec-13 3:56 
What exactly do you mean by "with a caption". RichEdits are the same as a 'standard' edit, in that they don't have a caption. They simply contain text that may be edited by the user. In the case o a RichEdit, formatting and OLE objects are supported too. But captions? Nah, not according to any of the dozens of documents I've ever read on the matter. I've added captions to them, but that's through additional code - not through any inherent functionality of their own.

Any caption that you have is a result of code that you have that we can't see. If you'd like a solution to your problem, you'll have to show us how you got into the predicament in the first place. Or as Richard said, you'll need to show code to get an answer.

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.