InternetShortcut
read/write property Sets/gets Boolean value that indicates the type
of the shortcut. True means Internet shortcut, False means local
shortcut.
Syntax:
object.InternetShortcut = value
variable = object.InternetShortcut
Remarks:
Note that Internet shortcuts have .url file extensions while local
shortcuts have .lnk extensions. While starting a browser with an URL
as argument will do the same as an Internet shortcut pointing to that
URL there is a difference - the Internet shortcut will start the
default handler for the URL while local shortcut will always start the
program you choose.
Keep in mind the limitations mentioned in the main
page of the object!
Applies to: SFShellLink object
Supported on:
Windows 95/NT and later
|