Newbie to MFC in windows CE!!!
I was trying out an example from a tutorial but it doesnt happen to
work.The code section where i am getting error is this,pls help me
out.I have created a menu item called Runwcefirstdialog and in the
pocket Pc 2003 emulator i am getting the menu but wen i click on
Runwcefirstdialog i am not getting the dialog box ' WCE First Dialog '
with progress control.The class name for the dialog resource is '
CWCEFirstDialog '.
void CMainFrame::OnToolsRunwcefirstdialog()
{
// TODO: Add your command handler code here
CWCEFirstDialog *pDlg = new CWCEFirstDialog();
pDlg->DoModal();
delete pDlg;
}
Re: Newbie to MFC in windows CE!!!
I think you'll be more likely to get an answer if you post your
question in microsoft.public.pocketpc.developer. I don't use MFC, and
think this is largely an MFC question, so I can't help much.
On 11 Jan 2006 22:29:06 -0800, "wowsmarties"
<soniaiqbal1212@gmail.com> wrote:
[color=blue]
>I was trying out an example from a tutorial but it doesnt happen to
>work.The code section where i am getting error is this,pls help me
>out.I have created a menu item called Runwcefirstdialog and in the
>pocket Pc 2003 emulator i am getting the menu but wen i click on
>Runwcefirstdialog i am not getting the dialog box ' WCE First Dialog '
> with progress control.The class name for the dialog resource is '
>CWCEFirstDialog '.
>
>void CMainFrame::OnToolsRunwcefirstdialog()
>{
> // TODO: Add your command handler code here
> CWCEFirstDialog *pDlg = new CWCEFirstDialog();
> pDlg->DoModal();
> delete pDlg;
>}[/color]
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
[url]www.penfact.com[/url]