open winform from wen application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • purnimakhamri
    New Member
    • Aug 2008
    • 13

    open winform from wen application

    hi, can any body tell how to open winform from web application. if i write in winform

    system.Diognast ics.process.sta rt("URL");

    means its opening web apllication .but i want to write the code in web application to open winform, i tried like this


    Response.write( "Form1.cs") ; and one more
    Response.Write( ".../From1.cs");

    these two methods are not working, it showing error

    can u plzzz any body help it will be great

    thank u
  • JamieHowarth0
    Recognized Expert Contributor
    • May 2007
    • 537

    #2
    Hi there,

    It's not possible to open a Winform on the client from a web page, otherwise hackers would run amok.

    The best you can achieve is turn your Winform into a web form and then open a pop-up window.

    Hope this helps.

    codegecko

    Comment

    • purnimakhamri
      New Member
      • Aug 2008
      • 13

      #3
      oh,Thank u ,thanks a lot

      Comment

      Working...