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 / Forms / March 2005

Tip: Looking for answers? Try searching our database.

outlook express style toolbar

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Adrian Brown - 20 Mar 2005 22:47 GMT
Is there an easy way (before i create a form and use that) to create tool
bars with large icons on similar to that on outlook express etc?
JohnFol - 21 Mar 2005 11:56 GMT
Yes, have a look for Command Bars

"Microsoft Access includes command bars, which are programmable toolbars and
menu bars. Using command bars, you can create custom toolbars and menus for
your application."

> Is there an easy way (before i create a form and use that) to create tool
> bars with large icons on similar to that on outlook express etc?
JohnFol - 21 Mar 2005 12:34 GMT
Dim cmb As CommandBar
Set cmb = Application.CommandBars.Add("MyCommandBar")
Dim cbc As CommandBarControl
Set cbc = cmb.Controls.Add(msoControlButton)
cbc.Caption = "Button1"
cbc.Style = msoButtonCaption

cmb.Visible = True

> Yes, have a look for Command Bars
>
[quoted text clipped - 4 lines]
>> Is there an easy way (before i create a form and use that) to create tool
>> bars with large icons on similar to that on outlook express etc?
 
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.