all groups > asp.net webcontrols > april 2004 >
You're in the

asp.net webcontrols

group:

WebControls, IE and Windows Forms



WebControls, IE and Windows Forms JamesBrady
4/30/2004 1:01:05 PM
asp.net webcontrols: I really need your help

In VB6, it was possible to create a dll that could be added to a web page (.asp) then called remotely from a browser (IE). In VB6, it was possible to use Forms (now called Windows Forms) that would open in the browser, and act just like an application running as a local .exe. Do you follow me

Is this still possible in VB.NET? It seems to be. I have created a WebControl that opens a Windows Form. I have placed this contral on a Web Form (an .aspx form). When I select "View In Broswer" within the IDE, the control acts as expected, the window opens, everthing's fine

Then, when I try to do the same thing using just IE, (that is, while not in the IDE) the window does not open, and I'm left with a blank page in IE

Has this capability (using Windows Forms in a WebControl) been taken out of VB.NET? Why does it work in the IDE but not in IE? And if the capability has been removed, then why is it even possible to add Windows Forms to a WebControl project

RE: WebControls, IE and Windows Forms Ravikanth[MVP]
5/3/2004 5:46:04 AM
H

Check out the following lin
http://www.mugh.net/mtc/FA_April.htm

RE: WebControls, IE and Windows Forms James Brady
5/3/2004 9:21:03 AM
RE: WebControls, IE and Windows Forms James Brady
5/3/2004 12:36:04 PM
In any case, if that's what you meant, then it didn't work for me

I need to know how to use a Web Custom Control in an ASP.NET page that displays a WinForm. Is this possible? It works in the IDE but not in IE. Why not

AddThis Social Bookmark Button