Re: How to set Tools Options settings and View Toolbars settings via VBA



UrbanSpaceman wrote:
Take a look at this:

http://msdn2.microsoft.com/en-us/library/aa172326(office.11).aspx

"Bob Alston" <bobalston9@xxxxxxxxx> wrote in message news:Cgsri.12$Id4.3@xxxxxxxxxxxxxxx
Anyone help me set these Tools - Options settings in Access 2003 via VBA
code:

1) Use Windows Themed Controls on forms"

It appears that i could use:
dbengine.setcontrol "db"+"<name of registry entry for this>",false

Can I change this value via this method?

How do I tell the name of the registry entry or the value of the text to
identify the control I am setting?

2) Same issue for setting the settings for View - Toolbars.
My app has custom toolbars. I need to make sure various defaults are
turned off.

thanks

Bob


That is a great reference. thanks.

Now, how about a way to set the View - toolbar settings?

bob
.