Click to See Complete Forum and Search --> : Displaying VB form in ASP


nikhilrk
September 19th, 2003, 10:51 PM
hi, I want to display a VB6.0 form in ASP. How should i do that.

I have a ActiveX control that has a function which generates a VB form. When i call this function it open the form on the Server machine instead of opening the form in the Internet Explorer. Please if anyone can tell me how to bring that form in IE.

regards,
Nikhil.

ZoSoo7
September 22nd, 2003, 10:51 AM
You can't; since the dll is running on the server, the form1 will be instanciated on the server as well. You'll have to have the dll/ocx running on the client via client side script. Is this an OCX?