what the Active X control substetue in .Net c# ?
i want to create new control with the ability of Active X i have
what should i do?
Printable View
what the Active X control substetue in .Net c# ?
i want to create new control with the ability of Active X i have
what should i do?
If you could explain "control with the ability of Active X i have" then someone may be able to suggest something.
Some suggestions:
Create a new UserControl.
Derive from an existing Control.
Simply use the Active X control as is inside the .NET.
Please elaborate on your needs if these are not enough.