programatically disable windows in taskbar

  • Thread starter Thread starter reidarT
  • Start date Start date
R

reidarT

Everytime I install Access on a machine I have to manually edit Tools,
Options and disable Windows in taskbar, disable Confirm queries and so on.
Is it possible to do this programmatically?
reidarT
 
reidarT said:
Everytime I install Access on a machine I have to manually edit Tools,
Options and disable Windows in taskbar, disable Confirm queries and
so on. Is it possible to do this programmatically?
reidarT

Application.SetOption "ShowWindowsInTaskbar", 0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top