Active X

  • Thread starter Thread starter scorpion53061
  • Start date Start date
S

scorpion53061

Is there a way to reference in a namespace an active x control? Every
time I do this:



Public WithEvents TelnetEmulator As New AxDartVt.AxVt



I get the error: Is there anything I can do about it to avoid this?



An unhandled exception of type 'InvalidActiveXStateException' occurred
in axinterop.dartvt.dll



Kelly Martens

2918 S. 9th

Sheboygan WI

53081

920-457-7535

http://www.kjmsolutions.com <http://www.kjmsolutions.com/>
 
Kelly,

You really shouldn't post your address and phone number in forums like this.

All you should have to do to use an ActiveX control is make a COM reference
to it and then you should be able to use it as normal.
 
Back
Top