Embedding a VB 6 standard EXE application in a .NET forns applicat

G

Guest

I am having an existing VB 6 standard .EXE application. Now I am developing a
wrapper application in .Net and I want to launch and execute the VB 6 exe app
in the .Net App window. That is VB 6 App window inside (embedded) in .Net app
window. How do I go about doing this stuff?
 
G

Guest

Thats correct.

Exactly I tried doing the same. I converted the standard exe to ActiveX exe
object in VB 6. I created a client VB 6 application (standard exe) for
testing purposes and added a form to it. Added a OLE control to the form and
tried to bind the ActiveX exe object to it. When I invoked the application,
the application is instantiated in a separate window, instead of emdedding in
the control. I need to get the app embedded inside the client application
window. Hope this clears the point.
 

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