"Tray Weeds" wrote:
> I searched around the web for quite a while and could not find any examples
> on creating an ActiveX MFC DLL that would load my <PARAM> tags from a web
> page.
>
> I tried right clicking on my interface in class view in VS08 and creating
> property but I get COM errors when I try to access it in javascript...my
> method calls work fine though...so I think I'm close but I need some nudging.
>
> There are a couple web examples using ATL but I'd prefer not to have to use
> ATL if at all possible. I'm assuming I can sign my AX control to make it
> safe for scripting, as well as have it load <PARAM> tags without the ATL
> IPersistsPropertyBag and IObjectSafety references you would typically see in
> ATL.
>