Click here to Skip to main content
16,005,149 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Do I use wrong directshow includes? Pin
Mark Salsbery27-Oct-06 6:51
Mark Salsbery27-Oct-06 6:51 
GeneralRe: Do I use wrong directshow includes? Pin
Talemin27-Oct-06 7:43
Talemin27-Oct-06 7:43 
GeneralRe: Do I use wrong directshow includes? Pin
Mark Salsbery27-Oct-06 7:53
Mark Salsbery27-Oct-06 7:53 
GeneralRe: Do I use wrong directshow includes? Pin
Mark Salsbery27-Oct-06 7:56
Mark Salsbery27-Oct-06 7:56 
GeneralRe: Do I use wrong directshow includes? Pin
Talemin27-Oct-06 11:43
Talemin27-Oct-06 11:43 
GeneralRe: Do I use wrong directshow includes? Pin
Mark Salsbery27-Oct-06 13:37
Mark Salsbery27-Oct-06 13:37 
GeneralRe: Do I use wrong directshow includes? Pin
Talemin3-Nov-06 6:56
Talemin3-Nov-06 6:56 
QuestionIs this correct initialization of MFC controls? Pin
Lord Kixdemp26-Oct-06 10:50
Lord Kixdemp26-Oct-06 10:50 
Hello everyone!
I have this:

CEdit *m_em_errorMsg     = (CEdit *) GetDlgItem(IDC_ERROR_MSG);


Is that a correct form of initialization? I don't want to use Create() because I'm using the dialog designer...

That code's giving me some errors, and the debugger's Watch 1 window has a lot of class (CEdit/CWnd) members with "expression cannot be evaluated" errors on them, so that's why I'm assuming the init is the problem... Is it wrong? Thanks! Wink | ;)





Windows Calculator told me I will die at 28. Frown | :(

AnswerRe: Is this correct initialization of MFC controls? Pin
David Crow26-Oct-06 10:58
David Crow26-Oct-06 10:58 
GeneralRe: Is this correct initialization of MFC controls? Pin
Lord Kixdemp26-Oct-06 11:33
Lord Kixdemp26-Oct-06 11:33 
GeneralRe: Is this correct initialization of MFC controls? Pin
Hamid_RT26-Oct-06 20:44
Hamid_RT26-Oct-06 20:44 
GeneralRe: Is this correct initialization of MFC controls? Pin
Lord Kixdemp27-Oct-06 8:15
Lord Kixdemp27-Oct-06 8:15 
GeneralRe: Is this correct initialization of MFC controls? Pin
Hamid_RT27-Oct-06 21:28
Hamid_RT27-Oct-06 21:28 
AnswerRe: Question about modeless dialog box Pin
David Crow26-Oct-06 11:02
David Crow26-Oct-06 11:02 
QuestionNeed a worker thread wait timer.. Pin
aquawicket26-Oct-06 8:24
aquawicket26-Oct-06 8:24 
AnswerRe: Need a worker thread wait timer.. Pin
led mike26-Oct-06 8:29
led mike26-Oct-06 8:29 
AnswerRe: Need a worker thread wait timer.. Pin
Mark Salsbery26-Oct-06 8:30
Mark Salsbery26-Oct-06 8:30 
GeneralRe: Need a worker thread wait timer.. Pin
led mike26-Oct-06 8:35
led mike26-Oct-06 8:35 
GeneralRe: Need a worker thread wait timer.. Pin
Mark Salsbery26-Oct-06 8:41
Mark Salsbery26-Oct-06 8:41 
GeneralRe: Need a worker thread wait timer.. Pin
aquawicket26-Oct-06 9:09
aquawicket26-Oct-06 9:09 
GeneralRe: Need a worker thread wait timer.. Pin
ThatsAlok28-Oct-06 1:26
ThatsAlok28-Oct-06 1:26 
QuestionSimple Picture Control Usage Pin
jerry1211a26-Oct-06 8:05
jerry1211a26-Oct-06 8:05 
AnswerRe: Simple Picture Control Usage Pin
Mark Salsbery26-Oct-06 8:40
Mark Salsbery26-Oct-06 8:40 
GeneralRe: Simple Picture Control Usage Pin
jerry1211a26-Oct-06 8:45
jerry1211a26-Oct-06 8:45 
GeneralRe: Simple Picture Control Usage Pin
Mark Salsbery26-Oct-06 8:49
Mark Salsbery26-Oct-06 8:49 

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.