Print Page | Close Window

How can i hide/show menu bar?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=11765
Printed Date: 29 April 2025 at 1:29pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How can i hide/show menu bar?
Posted By: wolfmax
Subject: How can i hide/show menu bar?
Date 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
 
 



Replies:
Posted By: wolfmax
Date Posted: 08 August 2008 at 3:50am
^^
 
I got it now!
 
Use SetVisible(BOOL) method



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net