Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Eliminate Child Window Title Bar Pin
Paul M Watt6-May-04 10:12
mentorPaul M Watt6-May-04 10:12 
GeneralRe: How to Eliminate Child Window Title Bar Pin
jerry1211a6-May-04 12:23
jerry1211a6-May-04 12:23 
GeneralRe: How to Eliminate Child Window Title Bar Pin
Paul M Watt6-May-04 12:53
mentorPaul M Watt6-May-04 12:53 
GeneralMenu at runtime (dynamic menu) Pin
marcosvpp6-May-04 9:34
marcosvpp6-May-04 9:34 
GeneralRe: Menu at runtime (dynamic menu) Pin
Anthony_Yio6-May-04 16:21
Anthony_Yio6-May-04 16:21 
GeneralRe: Menu at runtime (dynamic menu) Pin
marcosvpp10-May-04 5:40
marcosvpp10-May-04 5:40 
GeneralRe: Menu at runtime (dynamic menu) Pin
Anthony_Yio10-May-04 16:14
Anthony_Yio10-May-04 16:14 
GeneralRe: Menu at runtime (dynamic menu) Pin
marcosvpp11-May-04 5:45
marcosvpp11-May-04 5:45 
It means that I always have to put some extra-code in my CDialog, CView or CFrameWnd? I can't just make an object that handle the menu messages without put any extra-code?

<br />
// MyApp.h<br />
...<br />
private:<br />
   CMyClass *MyObject;<br />
...<br />
<br />
// MyApp.cpp<br />
...<br />
BOOL MyApp::InitInstance()<br />
{<br />
// All I need? - All I want! <br />
  MyObject = new CMyClass();<br />
...<br />
}<br />


Thanks Anthony


Marcos Vinícius
GeneralRe: Menu at runtime (dynamic menu) Pin
Anonymous11-May-04 15:39
Anonymous11-May-04 15:39 
GeneralMemory Problem with AdoConnection Pin
VietDelphi6-May-04 9:24
VietDelphi6-May-04 9:24 
GeneralMemory Problem with AdoConnection -- Help!!!! Pin
VietDelphi7-May-04 0:51
VietDelphi7-May-04 0:51 
GeneralMemory Problem with AdoConnection -- Help!!!! - 2 Pin
VietDelphi10-May-04 3:40
VietDelphi10-May-04 3:40 
GeneralMFC Application To DLL Pin
Grahamfff6-May-04 9:16
Grahamfff6-May-04 9:16 
GeneralRe: MFC Application To DLL Pin
valikac6-May-04 13:19
valikac6-May-04 13:19 
GeneralList Contol Pin
kpatry6-May-04 8:35
kpatry6-May-04 8:35 
GeneralRe: List Contol Pin
David Crow6-May-04 8:42
David Crow6-May-04 8:42 
GeneralRe: List Contol Pin
Abin6-May-04 17:15
Abin6-May-04 17:15 
GeneralIntellectual property Pin
Jeff Bogan6-May-04 8:08
Jeff Bogan6-May-04 8:08 
GeneralRe: Intellectual property Pin
Christian Graus6-May-04 10:41
protectorChristian Graus6-May-04 10:41 
GeneralRe: Intellectual property Pin
Joe Woodbury6-May-04 11:53
professionalJoe Woodbury6-May-04 11:53 
GeneralMFC:Mnemonic executed without CTRL Pin
MarcoNedwig6-May-04 6:24
MarcoNedwig6-May-04 6:24 
GeneralRe: MFC:Mnemonic executed without CTRL Pin
Jens Doose7-May-04 0:48
Jens Doose7-May-04 0:48 
GeneralEnumDesktopWindows Pin
Member 10350186-May-04 6:01
Member 10350186-May-04 6:01 
GeneralRe: EnumDesktopWindows Pin
David Crow6-May-04 6:26
David Crow6-May-04 6:26 
GeneralRe: EnumDesktopWindows Pin
Member 10350188-May-04 23:13
Member 10350188-May-04 23:13 

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.