VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Create shortcut (2 new methods) varius functions from shell32.dll

UserXP  (4 Submissions)   Coding Standards   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

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 Declarations
Private Declare Function GetVersionEx Lib "kernel32" Alias "GetVersionExA" (lpVersionInformation As OSVERSIONINFO) As Long
Reference to shell32.dll

Rate Create shortcut (2 new methods) varius functions from shell32.dll (4(4 Vote))
Create shortcut (2 new methods) varius functions from shell32.dll.bas

Create shortcut (2 new methods) varius functions from shell32.dll Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters