how to restrict user when he tries to view the ActiveX Ctrl's Properties Window?

A

Ahmad Jalil Qarshi

hi!

i have an activex control for Word. i dont want user to see and modify the
properties of my active control. Is it possible?

Thanks in advance.

Ahmad Jalil Qarshi
 
A

Alexander Nickolov

Remove [bindable] from your properties in the IDL file. Note
your users can still use your control's own property page to
modify properties (whatever you give them access to) and
these are also accessible programmatically. This only hides
the properties from the container's property browser.

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: (e-mail address removed)
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
 

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