CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Posts
    146

    windows form to the web

    Do you know any tool to be able to use my desktop application via web ?

    Many thanks

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: windows form to the web

    I don't think there is anyway that you can achieve it. The solution would be to design a web-application.

  3. #3
    Join Date
    Aug 2005
    Location
    Seattle, Wa
    Posts
    179

    Re: windows form to the web

    Running inside the browser? No...

    Launched via the browser, and requiring (or not) an Internet connection, sure:
    http://msdn.microsoft.com/en-us/libr...3d(VS.80).aspx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured