Help Online Content

  • Thread starter Gary''s Student
  • Start date
G

Gary''s Student

Is there any way, using VBA, to determine if the user has enabled or disabled
online content in Help?
 
K

Karl E. Peterson

Gary''s Student said:
Is there any way, using VBA, to determine if the user has enabled or disabled
online content in Help?

So often, especially with MSFT products, user preferences are stored in the
registry. The easiest way to test a question such as this would be to fire up a
copy of regmon, and try toggling the setting in question, to see what happens. More
often than not, you have your answer right there!

RegMon: http://technet.microsoft.com/en-us/sysinternals/bb896652.aspx
 
G

Gary''s Student

Thank you Karl. I found the registry key. Too bad the setting is not
directly exposed in the Object Model.

Thanks again!
 

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

Top