
how can i add menu and button bar to a dialog
Quote:
> hello,everybody
> now,I need develop a new application with Visual C++,but I have little
> experience for it.
> I want to know how I can add a menu to a modal or no modal Dialog. and I
> want to the dialog can like a new application which can open file,save
> file,print file,etc.
If you use
MFC see the Dlgcbr32 MFC sample in MSDN. It is a dialog app
with menu, toolbar and status bar.
--
Scott McPhillips [VC++ MVP]