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!
 
Top