Click here to Skip to main content
15,891,621 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAddPrinter() fails with Error Code 126 Pin
dubbele onzin22-Nov-07 2:32
dubbele onzin22-Nov-07 2:32 
GeneralRe: AddPrinter() fails with Error Code 126 Pin
Nelek5-Dec-07 4:02
protectorNelek5-Dec-07 4:02 
QuestionIs that possible to run an EXE file that is placed inside a data file ? Pin
sdancer7522-Nov-07 2:12
sdancer7522-Nov-07 2:12 
AnswerRe: Is that possible to run an EXE file that is placed inside a data file ? Pin
Iain Clarke, Warrior Programmer22-Nov-07 3:44
Iain Clarke, Warrior Programmer22-Nov-07 3:44 
GeneralRe: Is that possible to run an EXE file that is placed inside a data file ? Pin
sdancer7523-Nov-07 3:57
sdancer7523-Nov-07 3:57 
GeneralRe: Is that possible to run an EXE file that is placed inside a data file ? Pin
Iain Clarke, Warrior Programmer23-Nov-07 4:30
Iain Clarke, Warrior Programmer23-Nov-07 4:30 
GeneralRe: Is that possible to run an EXE file that is placed inside a data file ? Pin
sdancer7523-Nov-07 6:34
sdancer7523-Nov-07 6:34 
QuestionChecking a CWnd pointer Pin
Hadi Dayvary22-Nov-07 1:38
professionalHadi Dayvary22-Nov-07 1:38 
Hi How to find that a CWnd pointer is a CEdit* or a CButton* or ant other Cwnd drived classes?
I tested it this way :

if(pWnd->GetRuntimeClass() == RUNTIME_CLASS(CEdit))<br />
    pWnd->ShowWindow(SW_HIDE);


but it did not work.
Thanks
AnswerRe: Checking a CWnd pointer Pin
Paresh Chitte22-Nov-07 1:43
Paresh Chitte22-Nov-07 1:43 
GeneralRe: Checking a CWnd pointer Pin
Hadi Dayvary22-Nov-07 2:02
professionalHadi Dayvary22-Nov-07 2:02 
AnswerRe: Checking a CWnd pointer Pin
jhwurmbach22-Nov-07 5:43
jhwurmbach22-Nov-07 5:43 
GeneralRe: Checking a CWnd pointer Pin
Iain Clarke, Warrior Programmer22-Nov-07 6:09
Iain Clarke, Warrior Programmer22-Nov-07 6:09 
QuestionDisable Activex Controls on Another Application Pin
narayanagvs22-Nov-07 0:52
narayanagvs22-Nov-07 0:52 
QuestionHow do I create a CDialog object without showing it? Pin
arnold_w22-Nov-07 0:26
arnold_w22-Nov-07 0:26 
AnswerRe: How do I create a CDialog object without showing it? Pin
CPallini22-Nov-07 0:42
mveCPallini22-Nov-07 0:42 
GeneralRe: How do I create a CDialog object without showing it? Pin
arnold_w22-Nov-07 1:37
arnold_w22-Nov-07 1:37 
GeneralRe: How do I create a CDialog object without showing it? Pin
CPallini22-Nov-07 2:00
mveCPallini22-Nov-07 2:00 
GeneralRe: How do I create a CDialog object without showing it? Pin
Malli_S22-Nov-07 2:13
Malli_S22-Nov-07 2:13 
GeneralRe: How do I create a CDialog object without showing it? Pin
CPallini22-Nov-07 2:21
mveCPallini22-Nov-07 2:21 
GeneralRe: How do I create a CDialog object without showing it? Pin
arnold_w22-Nov-07 2:22
arnold_w22-Nov-07 2:22 
GeneralRe: How do I create a CDialog object without showing it? Pin
arnold_w22-Nov-07 2:16
arnold_w22-Nov-07 2:16 
AnswerRe: How do I create a CDialog object without showing it? Pin
Malli_S22-Nov-07 2:09
Malli_S22-Nov-07 2:09 
GeneralRe: How do I create a CDialog object without showing it? Pin
arnold_w22-Nov-07 2:19
arnold_w22-Nov-07 2:19 
QuestionDynamic Port allocation Pin
Shreyas Ganesh22-Nov-07 0:24
Shreyas Ganesh22-Nov-07 0:24 
AnswerRe: Dynamic Port allocation Pin
Moak29-Nov-07 23:50
Moak29-Nov-07 23:50 

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.