Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: what does 0.1 inch mean? Pin
ovidiucucu3-Aug-06 4:16
ovidiucucu3-Aug-06 4:16 
GeneralRe: what does 0.1 inch mean? Pin
includeh103-Aug-06 4:34
includeh103-Aug-06 4:34 
AnswerRe: what does 0.1 inch mean? Pin
ovidiucucu3-Aug-06 4:55
ovidiucucu3-Aug-06 4:55 
AnswerRe: what does 0.1 inch mean? Pin
Blake Miller4-Aug-06 9:42
Blake Miller4-Aug-06 9:42 
Questiondialog in a class Pin
Desmo163-Aug-06 4:03
Desmo163-Aug-06 4:03 
AnswerRe: dialog in a class Pin
Zac Howland3-Aug-06 4:05
Zac Howland3-Aug-06 4:05 
GeneralRe: dialog in a class Pin
Desmo163-Aug-06 4:17
Desmo163-Aug-06 4:17 
GeneralRe: dialog in a class Pin
David Crow3-Aug-06 4:24
David Crow3-Aug-06 4:24 
Are you wanting something like:

#include "MyDialog.h"
 
class myclass
{
    CMyDialog dlg; // derived from CDialog
};



"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

"Judge not by the eye but by the heart." - Native American Proverb


GeneralRe: dialog in a class Pin
Zac Howland3-Aug-06 4:52
Zac Howland3-Aug-06 4:52 
AnswerRe: dialog in a class Pin
Hamid_RT4-Aug-06 6:50
Hamid_RT4-Aug-06 6:50 
QuestionMultiple Handler for same event Pin
Sarath C3-Aug-06 3:54
Sarath C3-Aug-06 3:54 
AnswerRe: Multiple Handler for same event Pin
Zac Howland3-Aug-06 4:03
Zac Howland3-Aug-06 4:03 
GeneralRe: Multiple Handler for same event Pin
Sarath C3-Aug-06 4:06
Sarath C3-Aug-06 4:06 
GeneralRe: Multiple Handler for same event Pin
Zac Howland3-Aug-06 4:13
Zac Howland3-Aug-06 4:13 
GeneralRe: Multiple Handler for same event Pin
ovidiucucu3-Aug-06 4:43
ovidiucucu3-Aug-06 4:43 
GeneralRe: Multiple Handler for same event Pin
Sarath C3-Aug-06 5:41
Sarath C3-Aug-06 5:41 
GeneralRe: Multiple Handler for same event Pin
ovidiucucu3-Aug-06 5:57
ovidiucucu3-Aug-06 5:57 
AnswerRe: Multiple Handler for same event Pin
ovidiucucu3-Aug-06 4:30
ovidiucucu3-Aug-06 4:30 
QuestionTechnology Migration Pin
Chitrack3-Aug-06 3:47
Chitrack3-Aug-06 3:47 
QuestionCommand Prompt commands from vc++ gui [modified] Pin
vineet14083-Aug-06 3:18
vineet14083-Aug-06 3:18 
AnswerRe: Command Prompt commands from vc++ gui Pin
David Crow3-Aug-06 4:20
David Crow3-Aug-06 4:20 
GeneralRe: Command Prompt commands from vc++ gui Pin
vineet14083-Aug-06 8:24
vineet14083-Aug-06 8:24 
QuestionFunction with default arguments Pin
Andy Rama3-Aug-06 3:03
Andy Rama3-Aug-06 3:03 
AnswerRe: Function with default arguments Pin
toxcct3-Aug-06 3:06
toxcct3-Aug-06 3:06 
GeneralRe: Function with default arguments [modified] Pin
Andy Rama3-Aug-06 3:07
Andy Rama3-Aug-06 3:07 

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.