Two new methods for creating a shortcut. The one is tested in Win98 and WinXP. The other is general. Both use the shell32.dll
Also, some functions from shell32.dll (Browse for folder, open a file with default program, show the run dialog, search for files/computer, show help, tile windows, minimize all - undo minimize, show time dialog, tray properties dialog, control panel)
API DeclarationsPrivate Declare Function GetVersionEx Lib "kernel32" Alias "GetVersionExA" (lpVersionInformation As OSVERSIONINFO) As Long
Reference to shell32.dll