PDA

Click to See Complete Forum and Search --> : Internet shortcuts in application


Caggs
Jul 4th, 1999, 01:50 AM
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....

atjs
Jul 4th, 1999, 05:42 AM
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.