Adding VB6 Forms(in an ActiveX DLL) to a C# app as MDI Child windows

E

Ed Corcoran

I have a number of VB6 ActiveX DLL's that contain forms. The fornt end
is VB6 at this point and the forms are dispalyed as MDI child windows.
I am attempting to convert the front end to C# and would like to use
these forms.

I have been able to load the forms and set the parent, but the C# app
seems to hang once the form is added. The forms are modal.

I have seen a number of posts related to this topic. I am not sure
that this is the best method.

Any ideas or suggestions would be appreciated.
 

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