Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > WebControls, IE and Windows Forms

Reply
Thread Tools

WebControls, IE and Windows Forms

 
 
JamesBrady
Guest
Posts: n/a
 
      04-30-2004
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

TIA
 
Reply With Quote
 
 
 
 
Ravikanth[MVP]
Guest
Posts: n/a
 
      05-03-2004
H

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

Ravikanth[MVP]
 
Reply With Quote
 
 
 
 
James Brady
Guest
Posts: n/a
 
      05-03-2004
So, essentially, what you're saying is that I need to use an Object tab on a regular .htm page rather than a WebControl on a .apsx page?
 
Reply With Quote
 
James Brady
Guest
Posts: n/a
 
      05-03-2004
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

TIA
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
forms authentication -- expired forms cookie vs. not provided forms cookie Eric ASP .Net Security 2 01-27-2006 10:09 PM
How to determine if context is Windows Forms or Web Forms Arsen V. ASP .Net 7 08-06-2005 09:24 AM
embedded windows forms into web forms for control =?Utf-8?B?ZGF2aWQ=?= ASP .Net 2 04-10-2005 01:07 PM
Forms Authentication question: How to have some pages open and some requiring forms authentication Eric ASP .Net 2 02-13-2004 02:14 PM
Web Forms VS Windows Forms Brendan Miller ASP .Net 2 08-11-2003 09:05 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57