Results 1 to 3 of 3

Thread: How to start an application from a hyperlink in a webpage ?

  1. #1

    Thread Starter
    Addicted Member arunb's Avatar
    Join Date
    Jul 2005
    Posts
    131

    How to start an application from a hyperlink in a webpage ?

    Hi,

    I would like to run an VB application from a webpage by clicking on a hyperlink.

    I tried linking an application to a hyperlink but a save As/Run dialog box apperaed, how can I avoid getting that dialog box ?


    thanks
    arunb

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: How to start an application from a hyperlink in a webpage ?

    The application has to be downloaded to the user's computer before the user can run it, which is a bad idea, since the user could be running Linux, a Mac or a pocket PC, which wouldn't be able to run the app. And, if the web server isn't running Windows (most of them run Linux), the app couldn't run there either.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3

    Thread Starter
    Addicted Member arunb's Avatar
    Join Date
    Jul 2005
    Posts
    131

    Re: How to start an application from a hyperlink in a webpage ?

    Thanks for the reply, you have a point

    arunb

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