Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: show Tooltip from application Pin
Naveen9-Aug-06 0:13
Naveen9-Aug-06 0:13 
GeneralRe: show Tooltip from application Pin
Manjunath S9-Aug-06 0:29
Manjunath S9-Aug-06 0:29 
GeneralRe: show Tooltip from application Pin
Naveen9-Aug-06 0:35
Naveen9-Aug-06 0:35 
AnswerRe: show Tooltip from application Pin
Hamid_RT9-Aug-06 2:51
Hamid_RT9-Aug-06 2:51 
QuestionIME problems Pin
Waldermort8-Aug-06 23:39
Waldermort8-Aug-06 23:39 
AnswerRe: IME problems Pin
A_Fa9-Aug-06 1:43
A_Fa9-Aug-06 1:43 
GeneralRe: IME problems Pin
Waldermort9-Aug-06 2:39
Waldermort9-Aug-06 2:39 
QuestionHow to Remove menu of childframe? [modified] Pin
narayanagvs8-Aug-06 23:31
narayanagvs8-Aug-06 23:31 
Hi
I have an MDI application.I want to remove the default menu bars and toolbar provided and place a customized toolbar instead.So I removed
the added menu bar code and toolbar code from CMainframe::Oncreate().
When I executed the application the toolbar is removed but the menu bar of childframe still exists.

I tried placing setmenu(NULL ) in childframes OnCreate but no use.

int CChildFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CMDIChildWnd::OnCreate(lpCreateStruct) == -1)
return -1;

//(CChildFrame *)(GetParentFrame( ))->SetMenu (NULL);
this->SetMenu (NULL);
this->ShowWindow (SW_SHOWMAXIMIZED);
return 0;
}

Can anybody please tell me what more i can do?

Thanx

Today is a gift, that's why it is called the present


-- modified at 5:31 Wednesday 9th August, 2006
AnswerRe: How to Remove menu of childframe? Pin
Parthi_Appu9-Aug-06 1:08
Parthi_Appu9-Aug-06 1:08 
QuestionTo Logon Remotely to another computer in the same Domain Pin
Deepa N8-Aug-06 23:17
Deepa N8-Aug-06 23:17 
AnswerRe: To Logon Remotely to another computer in the same Domain Pin
David Crow9-Aug-06 3:33
David Crow9-Aug-06 3:33 
QuestionSerializing a vector Pin
AbhishekBK8-Aug-06 23:08
AbhishekBK8-Aug-06 23:08 
AnswerRe: Serializing a vector Pin
toxcct8-Aug-06 23:28
toxcct8-Aug-06 23:28 
AnswerRe: Serializing a vector Pin
Viorel.8-Aug-06 23:59
Viorel.8-Aug-06 23:59 
AnswerA more accurate description of my problem Pin
AbhishekBK9-Aug-06 0:53
AbhishekBK9-Aug-06 0:53 
Questionsome doubts in Sockets. [modified] Pin
uday kiran janaswamy8-Aug-06 22:43
uday kiran janaswamy8-Aug-06 22:43 
AnswerRe: some doubts in Sockets. Pin
David Crow9-Aug-06 3:30
David Crow9-Aug-06 3:30 
QuestionPlease help Pin
Jawad Yasin8-Aug-06 22:34
Jawad Yasin8-Aug-06 22:34 
AnswerRe: Please help Pin
Hamid_RT8-Aug-06 22:36
Hamid_RT8-Aug-06 22:36 
GeneralRe: Please help Pin
Jawad Yasin8-Aug-06 22:41
Jawad Yasin8-Aug-06 22:41 
GeneralRe: Please help Pin
Hamid_RT8-Aug-06 22:56
Hamid_RT8-Aug-06 22:56 
GeneralRe: Please help Pin
Jawad Yasin8-Aug-06 23:17
Jawad Yasin8-Aug-06 23:17 
AnswerRe: Please help Pin
Cedric Moonen8-Aug-06 22:48
Cedric Moonen8-Aug-06 22:48 
GeneralRe: Please help Pin
Jawad Yasin8-Aug-06 22:55
Jawad Yasin8-Aug-06 22:55 
GeneralRe: Please help Pin
Steen Krogsgaard9-Aug-06 0:55
Steen Krogsgaard9-Aug-06 0:55 

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.