Click here to Skip to main content
15,902,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CTreeCtrl Pin
ThatsAlok30-May-10 22:15
ThatsAlok30-May-10 22:15 
QuestionForground Window in WinXP and Win7 both Pin
rahul.kulshreshtha28-May-10 21:59
rahul.kulshreshtha28-May-10 21:59 
AnswerRe: Forground Window in WinXP and Win7 both Pin
rahul.kulshreshtha28-May-10 22:15
rahul.kulshreshtha28-May-10 22:15 
AnswerRe: Forground Window in WinXP and Win7 both Pin
gothic_coder28-May-10 23:15
gothic_coder28-May-10 23:15 
GeneralRe: Forground Window in WinXP and Win7 both Pin
rahul.kulshreshtha28-May-10 23:17
rahul.kulshreshtha28-May-10 23:17 
GeneralRe: Forground Window in WinXP and Win7 both Pin
gothic_coder28-May-10 23:22
gothic_coder28-May-10 23:22 
GeneralRe: Forground Window in WinXP and Win7 both Pin
rahul.kulshreshtha28-May-10 23:46
rahul.kulshreshtha28-May-10 23:46 
GeneralRe: Forground Window in WinXP and Win7 both Pin
gothic_coder29-May-10 0:04
gothic_coder29-May-10 0:04 
GeneralRe: Forground Window in WinXP and Win7 both Pin
rahul.kulshreshtha29-May-10 0:21
rahul.kulshreshtha29-May-10 0:21 
QuestionInstall IIS Pin
gothic_coder28-May-10 21:39
gothic_coder28-May-10 21:39 
AnswerRe: Install IIS Pin
Hristo-Bojilov29-May-10 0:16
Hristo-Bojilov29-May-10 0:16 
GeneralRe: Install IIS Pin
gothic_coder29-May-10 0:39
gothic_coder29-May-10 0:39 
GeneralRe: Install IIS Pin
Hristo-Bojilov29-May-10 0:47
Hristo-Bojilov29-May-10 0:47 
GeneralRe: Install IIS Pin
gothic_coder29-May-10 0:53
gothic_coder29-May-10 0:53 
GeneralRe: Install IIS Pin
gothic_coder3-Jun-10 0:17
gothic_coder3-Jun-10 0:17 
QuestionWhy C++ doesn't use the parent's class function? (C++ question) Pin
Green Fuze28-May-10 21:10
Green Fuze28-May-10 21:10 
AnswerRe: Why C++ doesn't use the parent's class function? (C++ question) Pin
Green Fuze28-May-10 21:11
Green Fuze28-May-10 21:11 
GeneralRe: Why C++ doesn't use the parent's class function? (C++ question) Pin
eusto28-May-10 23:20
eusto28-May-10 23:20 
GeneralRe: Why C++ doesn't use the parent's class function? (C++ question) Pin
Green Fuze29-May-10 1:33
Green Fuze29-May-10 1:33 
GeneralRe: Why C++ doesn't use the parent's class function? (C++ question) Pin
eusto29-May-10 8:44
eusto29-May-10 8:44 
Questionproblem with creating model-less dialog as a child of CFormView Pin
m_code28-May-10 18:54
m_code28-May-10 18:54 
Hi,
I want to create a model-less dialog as a child of CFormView class.
what I did is as follow :
m_pDlg = new CMyDlg(this);
if(! m_pDlg->Create(IDD_DIALOG_DIAGRAM, this))
{
	::AfxMessageBox(L"An unknown error occurred while creating the window.");
	return;
}

I have created a Dialog with the ID of IDD_DIALOG_DIAGRAMbut in my resource editor And also I override the necessary methods to have model-less dialog But It always fail.
When I trace the dialog creation note that the
BOOL bResult = CreateIndirect(hTemplate, pParentWnd, hInst);
returns the error.
What is my problem?
AnswerRe: problem with creating model-less dialog as a child of CFormView Pin
Richard MacCutchan28-May-10 22:26
mveRichard MacCutchan28-May-10 22:26 
GeneralRe: problem with creating model-less dialog as a child of CFormView Pin
m_code29-May-10 8:39
m_code29-May-10 8:39 
Questionabout Hook WriteProcessMemory Pin
rockago28-May-10 12:30
rockago28-May-10 12:30 
AnswerRe: about Hook WriteProcessMemory Pin
Garth J Lancaster28-May-10 14:02
professionalGarth J Lancaster28-May-10 14:02 

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.