safe for scripting

  1. W

    VS2005 ActiveX control mark safe for scripting

    I am trying to develop an ActiveX control for deployment on remote machines. The control gets downloaded OK but does not allow scripts to be run. This is the code for the control: Imports System.Runtime.InteropServices <Guid("08B10D76-780A-481E-B08C-58B26DBC9AE3"), _ ComImport(), _...
Back
Top