Microsoft & .NETVisual BasicCreating Internet Shortcuts with VB5/6

Creating Internet Shortcuts with VB5/6

Developer.com content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

Author: Chris Eastwood
Author’s WebSite: http://www.eastwood60.freeserve.co.uk

This article builds on the code detailed in Accessing the Special Folder paths

By utilising the class module from that article it is possible to create internet shortcuts and any other kind of file in the specified folders.

The example code in this download shows how to create an internet short-cut file in either the users favourites folder, or their desktop folder.

An internet shortcut file is basically a text file with an ini-file structure. An example internet shortcut file could be :

Filename=CodeLibrary Homepage.url

[InternetShortcut]
URL=http://www.eastwood60.freeserve.co.uk

Download Zipped Project file (8k)

Posted On: 26-Aug-1999

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Latest Posts

Related Stories