Click here to Skip to main content
15,884,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: about time Pin
Sarath C7-Jul-06 23:40
Sarath C7-Jul-06 23:40 
AnswerRe: about time Pin
Rilhas9-Jul-06 1:46
Rilhas9-Jul-06 1:46 
QuestionCRichEditCtrl question Pin
YaronNir7-Jul-06 20:51
YaronNir7-Jul-06 20:51 
AnswerRe: CRichEditCtrl question Pin
Naveen7-Jul-06 21:15
Naveen7-Jul-06 21:15 
GeneralRe: CRichEditCtrl question Pin
YaronNir8-Jul-06 3:05
YaronNir8-Jul-06 3:05 
AnswerRe: CRichEditCtrl question Pin
Hamid_RT7-Jul-06 22:52
Hamid_RT7-Jul-06 22:52 
GeneralRe: CRichEditCtrl question Pin
YaronNir8-Jul-06 3:05
YaronNir8-Jul-06 3:05 
Questionhow to add Menu to my window [modified] Pin
LakshmiPathiRao7-Jul-06 20:48
LakshmiPathiRao7-Jul-06 20:48 
i have created a window how to add menu to my window
i have written code like this
int CNode::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CWnd::OnCreate(lpCreateStruct) == -1)
return -1;

// TODO: Add your specialized creation code here
CMenu* pNewMenu = new CMenu;
pNewMenu->LoadMenu( IDR_MENU2 );
SetMenu(pNewMenu);

return 0;
}
and my window style is
DWORD dwStyle = WS_CHILD|WS_VISIBLE|WS_OVERLAPPEDWINDOW|WS_BORDER
but i am not getting menu to my window
can any one help me

B.LakshmipathiRao

-- modified at 3:08 Saturday 8th July, 2006
AnswerRe: how to add Menu to my window Pin
Naveen7-Jul-06 21:12
Naveen7-Jul-06 21:12 
AnswerRe: how to add Menu to my window Pin
NiceNaidu7-Jul-06 21:15
NiceNaidu7-Jul-06 21:15 
QuestionCommand routing Pin
RockyJames7-Jul-06 20:25
RockyJames7-Jul-06 20:25 
AnswerRe: Command routing Pin
NiceNaidu7-Jul-06 20:53
NiceNaidu7-Jul-06 20:53 
GeneralRe: Command routing Pin
RockyJames7-Jul-06 20:59
RockyJames7-Jul-06 20:59 
QuestionIHtmlPopup Error [modified] Pin
Ranjan Banerji7-Jul-06 19:58
Ranjan Banerji7-Jul-06 19:58 
AnswerRe: IHtmlPopup Error Pin
NiceNaidu7-Jul-06 21:49
NiceNaidu7-Jul-06 21:49 
GeneralRe: IHtmlPopup Error Pin
Ranjan Banerji7-Jul-06 22:45
Ranjan Banerji7-Jul-06 22:45 
GeneralRe: IHtmlPopup Error Pin
Stephen Hewitt8-Jul-06 2:54
Stephen Hewitt8-Jul-06 2:54 
GeneralRe: IHtmlPopup Error Pin
Ranjan Banerji8-Jul-06 7:37
Ranjan Banerji8-Jul-06 7:37 
QuestionYow can I serialize Color object (GDI+) Pin
NoName II7-Jul-06 19:34
NoName II7-Jul-06 19:34 
AnswerRe: Yow can I serialize Color object (GDI+) Pin
NiceNaidu7-Jul-06 20:59
NiceNaidu7-Jul-06 20:59 
GeneralRe: Yow can I serialize Color object (GDI+) Pin
NoName II7-Jul-06 21:09
NoName II7-Jul-06 21:09 
GeneralRe: Yow can I serialize Color object (GDI+) Pin
NiceNaidu7-Jul-06 21:18
NiceNaidu7-Jul-06 21:18 
GeneralRe: Yow can I serialize Color object (GDI+) Pin
NoName II7-Jul-06 21:21
NoName II7-Jul-06 21:21 
GeneralRe: Yow can I serialize Color object (GDI+) Pin
NoName II7-Jul-06 21:32
NoName II7-Jul-06 21:32 
GeneralRe: Yow can I serialize Color object (GDI+) Pin
NiceNaidu7-Jul-06 21:52
NiceNaidu7-Jul-06 21:52 

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.