im trying to build an active x control to be embeded into a static html
page
the purpose of this control is to take user evens (via javascript) and
write
them to the event viewer
there are a set of active x controls the kiosk manufacturer has provided
to
interact with other devices and they do not bring up the security prompt
(by security prompt i mean the yellow bar that come across the top of IE)
the manufacturer sent me a link to this article on microsoft:
http://sup****t.microsoft.com/kb/182598/
How To Implement IObjectSafety in Visual Basic Controls
i have followed the instructions step by step but this does not seem to
work
so how does one develop active x controls that do not bring up the
security
prompt?