nati33
February 19th, 2006, 02:19 AM
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?
Sahir
February 19th, 2006, 11:08 AM
If you could explain "control with the ability of Active X i have" then someone may be able to suggest something.
jhammer
February 19th, 2006, 11:34 AM
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.