EVC++
-
Hi... I am currently working on embedded vc++ and I have created a mfc single document exe application .Now in the resource I add a dialog box and also in the menu I add a new menu button.On pressing it I want the dialog box.For that I have added a command handler to the toll bar.Now what should I write in the command handler for the dialog box to be executed .
-
Hi... I am currently working on embedded vc++ and I have created a mfc single document exe application .Now in the resource I add a dialog box and also in the menu I add a new menu button.On pressing it I want the dialog box.For that I have added a command handler to the toll bar.Now what should I write in the command handler for the dialog box to be executed .
Basically I completed the steps given in this site: http://www.justppc.com/evc2.shtml
-
Hi... I am currently working on embedded vc++ and I have created a mfc single document exe application .Now in the resource I add a dialog box and also in the menu I add a new menu button.On pressing it I want the dialog box.For that I have added a command handler to the toll bar.Now what should I write in the command handler for the dialog box to be executed .
CMyDialog dlg; dlg.DoModal(); or CMyDialog *dlg = new CMyDialog(); dlg->Create(ID_DILOG); DLG->ShowWindow(;)
-
CMyDialog dlg; dlg.DoModal(); or CMyDialog *dlg = new CMyDialog(); dlg->Create(ID_DILOG); DLG->ShowWindow(;)
-
It gives the Error that CAboutDialog class doesnot exist.I had added the dialog box and its name was CAboutDialog
-
Hi... I am currently working on embedded vc++ and I have created a mfc single document exe application .Now in the resource I add a dialog box and also in the menu I add a new menu button.On pressing it I want the dialog box.For that I have added a command handler to the toll bar.Now what should I write in the command handler for the dialog box to be executed .
Nice to know that u work on EVC++ we are plannig to go for a project in VOIP with WinCE & EVC . Can u please prvoide guidence for EVC+ or WinCE. Any help will be nice Vikas Amin Embin Technology Bombay vikas.amin@embin.com