Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC++ and VB Pin
Johan Rosengren5-Jul-04 5:51
Johan Rosengren5-Jul-04 5:51 
GeneralRe: VC++ and VB Pin
V.5-Jul-04 4:21
professionalV.5-Jul-04 4:21 
QuestionHow to give application to proccess all things Pin
Anonymous5-Jul-04 0:30
Anonymous5-Jul-04 0:30 
AnswerRe: How to give application to proccess all things Pin
Mayank Goyal5-Jul-04 1:18
Mayank Goyal5-Jul-04 1:18 
GeneralRe: How to give application to proccess all things Pin
Anonymous5-Jul-04 1:29
Anonymous5-Jul-04 1:29 
GeneralRe: How to give application to proccess all things Pin
Stlan5-Jul-04 1:40
Stlan5-Jul-04 1:40 
AnswerRe: How to give application to proccess all things Pin
Adi Narayana5-Jul-04 2:58
Adi Narayana5-Jul-04 2:58 
GeneralUsing Help with MFC Pin
sweep1235-Jul-04 0:28
sweep1235-Jul-04 0:28 
I created a MFC application and opted for Help, but I have now included a Menu and want to place the Help option there.

The Help button on the dialog had no code behind it but when actioned it called up a Help file.

I just want the Menu item to call up this Help file. but cant find any code/options to change.

All I have done so far is move the

ON_COMMAND(ID_HELP, CWinApp::OnHelp)

in the App file into the dlg file, like this:-

ON_COMMAND(ID_HELP, CDialog::OnHelp)

What else do I need to do? I have created an event on the Menu-> Help item, but what goes in it.

Note the application has the Help files automatically generated.

GeneralRe: Using Help with MFC Pin
Antony M Kancidrowski5-Jul-04 2:11
Antony M Kancidrowski5-Jul-04 2:11 
GeneralRe: Using Help with MFC Pin
Roger Allen5-Jul-04 3:50
Roger Allen5-Jul-04 3:50 
Generalproblem while adding strings into an ownerdraw listbox created at runtime Pin
Abul Fasal .N5-Jul-04 0:09
sussAbul Fasal .N5-Jul-04 0:09 
GeneralRe: problem while adding strings into an ownerdraw listbox created at runtime Pin
AbulFasal5-Jul-04 0:50
AbulFasal5-Jul-04 0:50 
GeneralODBC AND C++ Pin
SuzannaS4-Jul-04 23:37
SuzannaS4-Jul-04 23:37 
GeneralRe: ODBC AND C++ Pin
Stlan5-Jul-04 1:45
Stlan5-Jul-04 1:45 
GeneralRe: ODBC AND C++ [edited] Pin
Antony M Kancidrowski5-Jul-04 2:13
Antony M Kancidrowski5-Jul-04 2:13 
GeneralRe: ODBC AND C++ Pin
Michael P Butler5-Jul-04 10:19
Michael P Butler5-Jul-04 10:19 
GeneralListControl Problem Pin
Pazzuzu4-Jul-04 23:09
Pazzuzu4-Jul-04 23:09 
GeneralManage SwapFile Pin
Mike Melnikov4-Jul-04 23:06
Mike Melnikov4-Jul-04 23:06 
Generalimage content based retrieval Pin
amirait4-Jul-04 22:56
amirait4-Jul-04 22:56 
GeneralGenerate report using C++ (MFC) Pin
xiAoYJia4-Jul-04 22:36
xiAoYJia4-Jul-04 22:36 
GeneralRe: Generate report using C++ (MFC) Pin
Antony M Kancidrowski4-Jul-04 23:31
Antony M Kancidrowski4-Jul-04 23:31 
GeneralRe: Generate report using C++ (MFC) Pin
Jose Cezar S. Ynion5-Jul-04 17:48
Jose Cezar S. Ynion5-Jul-04 17:48 
GeneralRe: Generate report using C++ (MFC) Pin
xiAoYJia5-Jul-04 18:17
xiAoYJia5-Jul-04 18:17 
GeneralRe: Generate report using C++ (MFC) Pin
Jose Cezar S. Ynion5-Jul-04 19:41
Jose Cezar S. Ynion5-Jul-04 19:41 
GeneralCreateFont() Pin
Poorniselva4-Jul-04 21:38
Poorniselva4-Jul-04 21:38 

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.