0
votes

Is it possible to call VB6 form through activex dll using ASP.net. I am able to call the activex dll (vb6) and test it locally with success. The DLL has a class that has From1.Show vbModal. When deploying the application IE just spins. I have registered the DLL as well. Any advice? Or can this not be completed?

1
blog.lextudio.com/… The form is shown in session 0, which is invisible to you. - Lex Li

1 Answers

0
votes

Unfortunately for you, you simply cannot do what you are trying to do, unless you have access to the DLL source and can remove the use of Forms.