Re: Menu on Dialog
- From: "Guido Stercken-Sorrenti [MVP VC++]" <mspbn@xxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 28 Apr 2005 13:44:58 +0200
> I have Dialog appl with menu.
>
> For couple of this menus handlers are implemented as UPDATE_COMMAND_UI
> because I need to enable/disable them.
>
> Code inside these handlers work only when these handlers implemented
> in App.CPP.
>
> When these handlers implemented in Dialog.cpp code does't work.
An MFC "dialog-based" app with menus is not really a good idea. Why don't
you use an SDI app instead?
Take a look at the following FAQ on CodeGuru:
http://www.codeguru.com/forum/showthread.php?s=&threadid=267664
--
Guido Stercken-Sorrenti
MVP - Visual Developer / Visual C++
.
- References:
- Menu on Dialog
- From: dave
- Menu on Dialog
- Prev by Date: Re: Properties for Form-based appl
- Next by Date: Re: Controlling User Input
- Previous by thread: Re: Menu on Dialog
- Next by thread: Difference in RedrawWindow() & UpdateWindow()
- Index(es):
Relevant Pages
|
Loading