PC Review


Reply
Thread Tools Rate Thread

Can you turn off the Full Screen toolbar?

 
 
michael.beckinsale
Guest
Posts: n/a
 
      17th Dec 2009
Hi All,

I lam ooking at the possibility of turning Full Screen view on & off
rather than deleting & restoring the users existing menu's.

Can anybody tell me if the floating 'Full Screen' toolbar can be
turned off, and if so what is the code?

Regards

Michael
 
Reply With Quote
 
 
 
 
Peter T
Guest
Posts: n/a
 
      17th Dec 2009
Sub FullScreenBar(bVis As Boolean)
CommandBars("Full Screen").Visible = bVis
End Sub

Regards,
Peter T

"michael.beckinsale" <(E-Mail Removed)> wrote in message
news:119108ac-e6a3-40b9-b849-(E-Mail Removed)...
> Hi All,
>
> I lam ooking at the possibility of turning Full Screen view on & off
> rather than deleting & restoring the users existing menu's.
>
> Can anybody tell me if the floating 'Full Screen' toolbar can be
> turned off, and if so what is the code?
>
> Regards
>
> Michael



 
Reply With Quote
 
michael.beckinsale
Guest
Posts: n/a
 
      17th Dec 2009
Hi Peter,

This menu stuff can be confusing!

Why does your code work and the following does not?

CommandBars("Full Screen").Visible = False

Regards

Michael
 
Reply With Quote
 
Peter T
Guest
Posts: n/a
 
      17th Dec 2009
Absolute no reason for that discrepancy at all, assuming 'bVis = false' it's
exactly the same.
What error message do you get.

Maybe this might be of use to you, but be very careful not to leave user
stranded

Application.DisplayFullScreen = true/false ' read/write

Regards,
Peter T



"michael.beckinsale" <(E-Mail Removed)> wrote in message
news:947714e8-53f0-4b76-ac40-(E-Mail Removed)...
> Hi Peter,
>
> This menu stuff can be confusing!
>
> Why does your code work and the following does not?
>
> CommandBars("Full Screen").Visible = False
>
> Regards
>
> Michael



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FULL SCREEN WITH TOOLBAR ACCESIBILITY Roberta Microsoft Excel Worksheet Functions 1 27th Aug 2009 08:05 PM
Turn off Full Screen -New message options =?Utf-8?B?QW5naWU=?= Microsoft Outlook Discussion 0 1st Aug 2007 08:30 PM
Full screen toolbar Desert Piranha Microsoft Excel Misc 3 12th Jul 2006 03:54 AM
FULL SCREEN TOOLBAR =?Utf-8?B?bWN0YXZpc2g=?= Windows XP Internet Explorer 5 10th Jul 2006 04:01 PM
Pictures turn blurry in full screen =?Utf-8?B?Q2hyaXM=?= Windows XP MovieMaker 4 18th Jan 2005 08:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:35 AM.