Convert VB6 ActiveX EXE to VB.NET app

J

John

Hi all,

I have an app in VB6 and plan to convert it to VB.NET. This is an ActiveX
EXE application. What option do I have in VB.NET to do this. Please advise.
Thanks
 
P

Paul Clement

¤ Hi all,
¤
¤ I have an app in VB6 and plan to convert it to VB.NET. This is an ActiveX
¤ EXE application. What option do I have in VB.NET to do this. Please advise.
¤ Thanks
¤

There isn't an equivalent to an ActiveX EXE in VB.NET. For remote objects you will need to port to a
Web Service or Web (Binary) Remote object.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

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

Top