Re: How to set Tools Options settings and View Toolbars settings via VBA
- From: "UrbanSpaceman" <smccall@xxxxxxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 00:13:07 +0100
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
.
- Follow-Ups:
- References:
- How to set Tools Options settings and View Toolbars settings via VBA
- From: Bob Alston
- How to set Tools Options settings and View Toolbars settings via VBA
- Prev by Date: Re: Playing a sound file from VBA?
- Next by Date: Re: Making an autonumber field start at a set number
- Previous by thread: How to set Tools Options settings and View Toolbars settings via VBA
- Next by thread: Re: How to set Tools Options settings and View Toolbars settings via VBA
- Index(es):