H
Hakùna kù
Hello everybody,
i need to use an ActiveX in Windows Form application
So I have add it as a Reference :
Reference => Add => COM => MyActiveX file
I have instanced it , in a WinForm but no active x
control is shows in my Form :-(
So , i have try to added it in a control :
myForm.Controls.Add(myActivex);
But it isn't an Control and i can't add it ...
I haven't understand how I can do it .
I know that i can derive from AxHost with a .EXE utility :
but there are other way to do it ?
Hakù
i need to use an ActiveX in Windows Form application
So I have add it as a Reference :
Reference => Add => COM => MyActiveX file
I have instanced it , in a WinForm but no active x
control is shows in my Form :-(
So , i have try to added it in a control :
myForm.Controls.Add(myActivex);
But it isn't an Control and i can't add it ...
I haven't understand how I can do it .
I know that i can derive from AxHost with a .EXE utility :
but there are other way to do it ?
Hakù