Hello all,
I previously attempted to attach an ActiveX.dll control to my form in VB2005 and VB6 without success.
When in VB6 the control reference is made and I am able to place the control on my form, however, when I run it the IDE crashes with a Window Error. I only place the control on my form and press F5 to run and the IDE crashes. I don't know if I can get any error messages to determine the reason for the crash.
Since this control is windowless and called with javascript from HTML page, I wonder if I should be using javascript or vbscript so I could use this ActiveX.dll control in my project. I am new to vbscript, so any help is greatly appreciated.
Thank you.