Create an OCX control in dot net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to create an OCX control in dot net?
Are there any examples available?

I want to create an OCX control for a web page. I know you can use a dot net
windows control on the web page but there seems to be quite a few security
implications involved in getting this to work with events.
Is there a good source for all these security implications?
I'm trying to find out exactly what is required.

Thank you
 
OCX controls cannot be created in .NET. You have to resort to VB 6 or
earlier or VC++...

Is it possible to create an OCX control in dot net?
Are there any examples available?

I want to create an OCX control for a web page. I know you can use a dot net
windows control on the web page but there seems to be quite a few security
implications involved in getting this to work with events.
Is there a good source for all these security implications?
I'm trying to find out exactly what is required.

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top