473,472 Members | 1,747 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Hide the Menu Bar from view obstacle!

Access2k non runtime.

In a previous post, I mentioned that I wanted to hide the Access 'Menu
Bar' from view. That means that I DO NOT want to be able to see the
MenuBar, even as a momentary flash during the load of my project!

I thought I had accomplished this using the:
CommandBars("Menu Bar").Enabled = False In conjunction with a custom
blankmenu. But, as it turns out, it removed the default menuBar from
Access itself. This is not acceptable!

By this I mean that when Access is run without an app, the MenuBar is
absent. I can Restore the MenuBar at the close of my app, but this
causes it to be seen at the ReStart of the app, and then it becomes
removed.

It seems there is no way to accomplish this. This would have given my
app a clean load appearance, without revealing any sign of MS Access
at the startup since I also eliminated the Access Banner, Icon, and
other items successfully. This remains the ONLY obstacle, and it
seems MS could have easily provided this option.

May 14 '07 #1
3 4987
On May 14, 12:24 pm, "ApexD...@gmail.com" <ApexD...@gmail.comwrote:
Access2k non runtime.

In a previous post, I mentioned that I wanted to hide the Access 'Menu
Bar' from view. That means that I DO NOT want to be able to see the
MenuBar, even as a momentary flash during the load of my project!

I thought I had accomplished this using the:
CommandBars("Menu Bar").Enabled = False In conjunction with a custom
blankmenu. But, as it turns out, it removed the default menuBar from
Access itself. This is not acceptable!

By this I mean that when Access is run without an app, the MenuBar is
absent. I can Restore the MenuBar at the close of my app, but this
causes it to be seen at the ReStart of the app, and then it becomes
removed.

It seems there is no way to accomplish this. This would have given my
app a clean load appearance, without revealing any sign of MS Access
at the startup since I also eliminated the Access Banner, Icon, and
other items successfully. This remains the ONLY obstacle, and it
seems MS could have easily provided this option.

Why not write and use a custom (empty?) menu and use that as the menu
for the form(s) and or report(s) in question?

May 14 '07 #2
Why not write and use a custom (empty?) menu and use that as the menu
for the form(s) and or report(s) in question?
I tried that David:
>CommandBars("Menu Bar").Enabled = False
In conjunction with a custom blankmenu.
It did not work to eliminate what I'm trying to accomplish:
I DO NOT want to be able to see the
MenuBar, even as a momentary flash during the load of my project!

May 14 '07 #3
Well, my solution is to use the /runtime switch on start-up, and provide a
custom menu bar...

that way, you don't get the ms-access menu bar flashing by....

You do get a windows menu bar file, edit, windows..etc. On the other hand,
for the last 16 years, virtually every application I purchased had a menu
bar...not like you going to shock anyone!!!

in fact, if you don't use the runtime switch, then you see the ms-access
icon during start-up EVEN IF you specify a custom icon for the start up.

So, if you success hide the menu bar, you will still see the ms-access icon.

I would simply provide a decent looking menu bar, and specify that for your
application. Along with the runtime switch, then they not know it
ms-access.....

further, the /runtime switch has the added bonus of disabling the shift key
by-pass.

It seems strange that you trying to get a windows like look, and then yet
forgot to add a custom menu bar that 99.9999% of all applications you
purchased have one!!!

if you looking to build something that has a commercial feel, then you need
to build with the runtime in mind. further, by proving custom menus, you
control he look and feel, and father have a "ready" made application that
can be deployed without your client need to purchase ms-access, but running
on a runtime. This means the targer mahcine will not need ms-access...

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
May 15 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: jeff | last post by:
Hello, I am coding a web application to be used on an internal Intranet. I have already coded a menubar for the application using DHTML. I want to get rid of the standard menubar in Mozilla...
5
by: Steve | last post by:
Visual Studio 2003 C# Windows: I have a tree view control as my main menu control down the left side of my application. This has 2 Parent Nodes on it (Jobs and Employees). beneath these 2 main...
13
by: Fernando Fernández | last post by:
Hi people :)) I am Fernando and I have made a web application with HTML and JavaScript. Now I would like to hide the source code, or at least my JavaScript source code. Is it possible? is there...
2
by: MOHSEN KASHANI | last post by:
Hi, I am trying to hide some form elements in a form by default and show/hide depending on which radio button is clicked. This is what I have but it is not working: <head> <style> ..noshow {...
1
by: Mary Ann | last post by:
I would like to write code in the On Open property of a form that hides the main menu bar toolbar. I have already customized the menu bar to all for showing/hiding but have no clue how to write...
12
by: Ray Cassick \(Home\) | last post by:
Ok, I have finally decided that there is ONE big thing about VB.NET (not sure if this same thing exists in C# yet) that really ticks me off. Either I am missing the point here or I have not found...
3
by: prakashwadhwani | last post by:
When my application starts 2 toolbars still remain open 1) Form View and 2) Formatting (Form/Report) Toolbar Also ... Access's default Menu-Bar also remains open. How to switch it off at...
0
Denburt
by: Denburt | last post by:
This code is for a Toggle Button layout on a form, with this code you can set a number of toggle buttons visible and have multiple submenus that will stay hidden when not in use. My main menu is set...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.