473,471 Members | 2,140 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Is it possible to display WinForm in a WebForm?

Is it possible to insert a WinForm in a WebForm?

I'd like for example to insert a managed directx viewer in a webform,
that would display 3d graphics on the form?
Is this possible?

Regards,
Z.
Nov 17 '05 #1
6 2627
Thanks! Unfortunately the puzzle sample does not work and I cannot
figure out why.
I have found another example too and it does not work either.
The list box example works.

It would be nice if it is possible to embed windows forms controls in a
html page just like any java applet or activex control, so that they
work without IIS. It would be very useful for HTML based applications:
like mutlimedia presentation CD-ROMs, catalogues on a CD, etc. I have
seen such to use java applets but I'd prefer to develop myself .NET
based multimedia CDs but only if the windows forms controls could run
from a CD without the need of Windows 2000+ with IIS installed and
properly configured.

Thank you!

Z.
"Craig Deelsnyder" <cd******@NOSPAMyahoo.com> wrote in message
news:eV**************@TK2MSFTNGP12.phx.gbl...
Well, not a whole form, but you can use win controls in a webform:

http://msdn.microsoft.com/msdnmag/is...h/default.aspx

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
"Zingam" <hr********@hotmail.com> wrote in message
news:OM*************@tk2msftngp13.phx.gbl...
Is it possible to insert a WinForm in a WebForm?

I'd like for example to insert a managed directx viewer in a webform, that would display 3d graphics on the form?
Is this possible?

Regards,
Z.


Nov 17 '05 #2
Thanks! Unfortunately the puzzle sample does not work and I cannot
figure out why.
I have found another example too and it does not work either.
The list box example works.

It would be nice if it is possible to embed windows forms controls in a
html page just like any java applet or activex control, so that they
work without IIS. It would be very useful for HTML based applications:
like mutlimedia presentation CD-ROMs, catalogues on a CD, etc. I have
seen such to use java applets but I'd prefer to develop myself .NET
based multimedia CDs but only if the windows forms controls could run
from a CD without the need of Windows 2000+ with IIS installed and
properly configured.

Thank you!

Z.
"Craig Deelsnyder" <cd******@NOSPAMyahoo.com> wrote in message
news:eV**************@TK2MSFTNGP12.phx.gbl...
Well, not a whole form, but you can use win controls in a webform:

http://msdn.microsoft.com/msdnmag/is...h/default.aspx

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
"Zingam" <hr********@hotmail.com> wrote in message
news:OM*************@tk2msftngp13.phx.gbl...
Is it possible to insert a WinForm in a WebForm?

I'd like for example to insert a managed directx viewer in a webform, that would display 3d graphics on the form?
Is this possible?

Regards,
Z.



Nov 17 '05 #3
guess I forgot to mention that it only works in IE. I wonder if you could
somehow use this in a similar way, though, by just referencing the .dll as a
filepath (not using http)? Don't see why not; all this code is really doing
is checking the local app/GAC for the dll referenced; if not there, it
follows the http path given....worth a try

you can still use ActiveX controls, btw

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
"Zingam" <hr********@hotmail.com> wrote in message
news:Ob**************@TK2MSFTNGP12.phx.gbl...
Thanks! Unfortunately the puzzle sample does not work and I cannot
figure out why.
I have found another example too and it does not work either.
The list box example works.

It would be nice if it is possible to embed windows forms controls in a
html page just like any java applet or activex control, so that they
work without IIS. It would be very useful for HTML based applications:
like mutlimedia presentation CD-ROMs, catalogues on a CD, etc. I have
seen such to use java applets but I'd prefer to develop myself .NET
based multimedia CDs but only if the windows forms controls could run
from a CD without the need of Windows 2000+ with IIS installed and
properly configured.

Thank you!

Z.
"Craig Deelsnyder" <cd******@NOSPAMyahoo.com> wrote in message
news:eV**************@TK2MSFTNGP12.phx.gbl...
Well, not a whole form, but you can use win controls in a webform:

http://msdn.microsoft.com/msdnmag/is...h/default.aspx

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
"Zingam" <hr********@hotmail.com> wrote in message
news:OM*************@tk2msftngp13.phx.gbl...
Is it possible to insert a WinForm in a WebForm?

I'd like for example to insert a managed directx viewer in a webform, that would display 3d graphics on the form?
Is this possible?

Regards,
Z.



Nov 17 '05 #4
Hi,

Not just IE but installation of .Net framework on the client. Anyway it
works fine, I have application that use Windows Custom and user controls
for enhanced visualization (of links) and GIS.

Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #5
Hi,

Not just IE but installation of .Net framework on the client. Anyway it
works fine, I have application that use Windows Custom and user controls
for enhanced visualization (of links) and GIS.

Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 17 '05 #6
ah, yes, can't wait til we're all on server 2003; sometimes forget the .NET
part of it all :-)

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
"Natty Gur" <na***@dao2com.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

Not just IE but installation of .Net framework on the client. Anyway it
works fine, I have application that use Windows Custom and user controls
for enhanced visualization (of links) and GIS.

Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: John | last post by:
Hi, Is there any control (free) that has same functionality as IE to display the XML document without having to create a physical file? if using Webbrowser control (ActiveX control) I have to...
4
by: Bill Todd | last post by:
Is there any way to display the RowState of each row in a computed column in the DataTable? -- Bill
0
by: Thom Little | last post by:
..NET Framework 1.1 I have a C# WinForm that invokes a C# WebForm using System.Diagnostics.Process.Start( ) to invoke the default browser and access a specific URL. This works great but I can...
4
by: acool | last post by:
I want the ability to fill in the public properties of a given class in a webform pump that class into a session variable and then recreate a new instance of that class in order to grab those same...
0
by: nobody | last post by:
I am running Microsoft's example of a windows form in aspx. http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx The only way I can get the example to run is by opening up the...
6
by: IntraRELY | last post by:
I have an WinForm (VB.NET) that is launched from an ASP.NET page that uses Form Authentication. After the WinForm is lauched it calls a web service. I want to use the credentials stored in the...
7
by: Dean Slindee | last post by:
I would like to hear some practical comments about how to decide whether a new application becomes a Winform vs a Webform application. Would you say that every app should be, by default, a Winform...
11
by: jjbutera | last post by:
I know how to use the ErrorProvider in my winforms..or do I? I validate the values and set the ErrorProvider in the validating event. If not valid, I set e.Cancel = True. I clear the ErrorProvider...
9
by: Victory | last post by:
Hi, Our group has to develop a new UI. We are using a third party and have them develop this since we don't have a lot of experience in doing this. We want it to be accessible through the web...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.