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: [email protected]
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
 
Top