Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create OCX in .NET

Status
Not open for further replies.

Jengo

Programmer
Apr 17, 2000
100
0
0
US
Everyone,

This may seem like a simple question but....

How do you create an OCX file in .NET?

Zac
 
You can't create an OCX file in .Net. .Net provides a means for creating custom controls for use in .Net Forms and Web Apps, but there is no way to develop legacy OCX files in .Net except through C++ of course.

stravis
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top