ActiveX Control not working with .NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I am developing an application in which i am using an activex control (Codemax code editor control provided winmain).The control works well in Windows form .But doesn't work properly ie no events and some properties cannot be accessed)when used with .NET component .Why it is so ?
 
sivaraj said:
Hi
I am developing an application in which i am using an activex control (Codemax code editor control provided winmain).The
control works well in Windows form .But doesn't work properly ie no events and some properties cannot be accessed)when used with
..NET component .Why it is so ?


Are you trying to put an ActiveX control on a .Net UserControl? Attempting to do that
will produce error messages. Or, what do you mean by 'used with .NET component' ?

LFS
 
Back
Top