This is a discussion on Is it possible to open windows form from web page? within the ASP and ASP.NET Programming forums, part of the Web Development category; Is it possible to open winforms from web page?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Is it possible to open winforms from web page? |
| Sponsored Links |
| |||
| hi, i tried to open winform from my aspx page, i got this solution: System.Windows.Forms.Application.EnableVisualStyle s(); System.Windows.Forms.Application.Run(new System.Windows.Forms.Form()); but this open a new form only... Regards Manivannan.s |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/asp-asp-net-programming/3549-possible-open-windows-form-web-page.html | |||
| Posted By | For | Type | Date |
| form to html | This thread | Trackback | 08-30-2007 09:54 AM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I reset the value of form fields if the page is revisted? | itbarota | HTML, CSS and Javascript Coding Techniques | 2 | 12-05-2007 04:48 AM |
| How can a form button take you to another page? | itbarota | HTML, CSS and Javascript Coding Techniques | 2 | 11-13-2007 10:11 PM |
| In an HTML form I have a Button which makes us to open another page in 15 sec. How... | oxygen | Java Programming | 1 | 07-27-2007 04:11 AM |
| Why do my links open new windows rather than update an existing frame? | oxygen | HTML, CSS and Javascript Coding Techniques | 1 | 07-27-2007 03:59 AM |
| How do I submit a form or a part of a form without a page refresh in ASP.Net using C# | mobilegeek | ASP and ASP.NET Programming | 1 | 07-23-2007 10:38 PM |