Results 1 to 2 of 2

Thread: Internet shortcuts in application

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 1999
    Posts
    2

    Post

    can someone out there help me please...

    i would like to have internet shortcuts in my application but don't really know how to go about it....i would like the user to be able to click various buttons/images which will launch their default browser and load up pre-defined url's....your help would be greatly appreciated

    thanx for your time....

  2. #2
    Member
    Join Date
    Jun 1999
    Location
    Singapore
    Posts
    32

    Post

    You may place this code into your button's _Click() sub:

    Shell "start URL", vbHide

    You may replace 'URL' with your actual internet address you wish to link to. 'vbHide' causes VB not to display an MS-DOS window when executing Start.Exe.

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