Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / May 2007

Tip: Looking for answers? Try searching our database.

>> Windows in Task Bar with Runtime

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jonathan - 30 May 2007 04:24 GMT
Hi, do you know how to turn off the windows in task bar option for Access
Runtime versions.

Many thanks, Jonathan
Albert D. Kallal - 30 May 2007 08:40 GMT
> Hi, do you know how to turn off the windows in task bar option for Access
> Runtime versions.
>
> Many thanks, Jonathan

Here is what I use for runtime start-up (a2003)

     Application.SetOption "ShowWindowsInTaskbar", False
     Application.SetOption "Themed Form Controls", True
     Application.SetOption "Show Startup Dialog Box", False
     Application.CommandBars.AdaptiveMenus = False

The first option is the one you want....

Signature

Albert D. Kallal    (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKallal@msn.com

Jonathan - 30 May 2007 21:41 GMT
Many thanks Albert.

Jonathan

> > Hi, do you know how to turn off the windows in task bar option for Access
> > Runtime versions.
[quoted text clipped - 9 lines]
>
> The first option is the one you want....
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.