![]() |
How can i hide/show menu bar? |
Post Reply
|
| Author | |
wolfmax
Newbie
Joined: 08 August 2008 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Topic: How can i hide/show menu bar?Posted: 08 August 2008 at 3:26am |
|
CXTPCommandBars* pCommandBars = GetCommandBars();
pCommandBars->GetMenuBar()->ShowWindow(SW_HIDE); I can hide by upper code
but menubar window can not hide, just menu text can hide
|
|
![]() |
|
wolfmax
Newbie
Joined: 08 August 2008 Status: Offline Points: 3 |
Post Options
Thanks(0)
Quote Reply
Posted: 08 August 2008 at 3:50am |
|
^^
I got it now!
Use SetVisible(BOOL) method
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |