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
UrbanSpaceman - 31 Jul 2007 00:13 GMT
Take a look at this:
http://msdn2.microsoft.com/en-us/library/aa172326(office.11).aspx
> Anyone help me set these Tools - Options settings in Access 2003 via VBA
> code:
[quoted text clipped - 16 lines]
>
> Bob
Bob Alston - 31 Jul 2007 01:31 GMT
> Take a look at this:
>
[quoted text clipped - 20 lines]
>>
>> Bob
That is a great reference. thanks.
Now, how about a way to set the View - toolbar settings?
bob