Hello Tony,
I don't think you could remove menu bar in full mode in IDE settings.
However, as Simon mentioned, you may be able to achieve it by developing an
add-in.
BTW, vsnet->IDE should be the best group for this question.
Thanks.
Best regards,
yhhuang
VS.NET, Visual C++
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Got .Net?
http://www.gotdotnet.com
--------------------
!From: "Tony Liu" <
[email protected]>
!References: <
[email protected]>
<
[email protected]>
<
[email protected]>
<
[email protected]>
<
[email protected]>
!Subject: Re: Real Full Screen of the VS IDE
!Date: Thu, 10 Jul 2003 09:35:16 +0800
!Lines: 51
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.3790.0
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
!Message-ID: <
[email protected]>
!Newsgroups: microsoft.public.dotnet.languages.csharp
!NNTP-Posting-Host: cm203-168-247-148.hkcable.com.hk 203.168.247.148
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:168110
!X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
!
!Thanks for reply, do you mean that your can't get the menu bar back even if
!your added isn't loaded? or you just can't get it back during your addin's
!session?
!
!Tony
!
!
!!> Hmm, if anyone's interested I've had a look at a VS.Net plugin to do
!> this.
!>
!> Starting with an Add-In using the wizard, by enumerating through the
!> application command bars and I can get to the "FullScreen" button and
!> subscribe to its 'Click' Event.
!>
!> Inside that, I can find the MenuBar, which is a good start.
!>
!> Setting bar.Visible=false throws an "Unspecified error".
!> Setting bar.Enabled=false gets rid of it as required (I don't know what
!> side-effects it might have).
!>
!> But I can't get it back!
!>
!> Setting enabled to true does nothing. I've been toying with
!> CommandBars.Add, and it appears tantalisingly for a moment, then throws a
!> "The parameter is incorrect" error...
!>
!> Any ideas?
!>
!> Code at
http://www.alysseum.com/vsaddin.html
!>
!> Cheers,
!> Simon.
!>
!> !>
!> > Perhaps time to explore VS.Net Plugins...
![Wink ;) ;)](/styles/default/custom/smilies/wink.gif)
!>
!> > !> >
!> >> Thanks for replying, but I mean the menu bar in the Visual Studio.NET
!> >> itself when I switch to full screen mode.
!> >> Anyways, thanks for replying.
!> >>
!> >> Tony
!>
!
!
!