Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
hi,please tell me how can i use .ocx file in asp.net with vb.net programing?
I have a .ocx file that control a string i want use it in web project?(client)
1 Answer
- 1 decade agoFavorite Answer
Bad news, you can't use an .ocx file in asp.net.
An .ocx file is a compiled ActiveX control built by a VB3,4,5,6 version of Visual Basic. You can use an ocx in VB.NET by adding it to a Winforms application. >Net will create an interop wrapper assembly to talk to the .OCX in .net, but .ocx controls cannot be used in an ASP.NET webform. You need to re-write it into a .ascx file