CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    Put an application to web page

    I have a standard window application. Is it possible to put it into a web page and let user to download?

    Thanks

    Alex


  2. #2
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: Put an application to web page

    Alex,
    Follow the steps -
    1. Make the installation programe. (I hope it is already there)
    2. Again convert into single .Zip or .EXE file. This file should reside on the web server.
    3. Make the link on your page page. In front page, etc. There is visual way to link. When you link, give the path to your EXE or Zip file.
    Following is the HTML link which down load an applet, you should use the complete path to access the file.
    <a href="fphover.class"> Download Java Applet</a>
    On clicking the "Download Java Applet the computer will download it.
    I hope this will solve the problem.

    Santulan

  3. #3
    Guest

    Re: Put an application to web page

    Thank you Santulan, I will try it out.

    Alex


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