IT Placement Papers Microsoft Technologies DotNet
This category contains DotNet Interview Questions and Answers |
Using ActiveX Control in .Net
|
|
|
|
|
ActiveX control is a special type of COM component that supports a User Interface. Using ActiveX Control in your .Net Project is even easier than using COM component. They are bundled usually in .ocx files. Again a proxy assembly is made by .Net utility AxImp.exe (which we will see shortly) which your application (or client) uses as if it is a .Net control or assembly.
Only registered users can write comments. Please login or register.
|