Adding Shortcuts to Windows 95

If you would like to add a shortcut to your program in the Start Menu, you can use the undocumented API call that is used in the setupkit.

Declarations

You must declare the following in the declarations section of a project.

Declare Function fCreateShellLink Lib "STKIT432.DLL" _
(ByVal lpstrFolderName as String, ByVal lpstrLinkName _
as String, ByVal lpstrLinkPath as String, ByVal _
lpstrLinkArgs as String) As Long

Use

To add a shortcut to the Start Menu, you call the function with these parameters:

For instance, to add a shortcut to the desktop, you would use the following code:

lngResult = fCreateShellLink("....Desktop", _
"Link to my program", "C:\Path\Program.exe","")


500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@lics.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

HTTP/1.1 200 OK Date: Sat, 07 Nov 2009 23:04:18 GMT Server: Apache/1.3.33 (Unix) mod_perl/1.29 Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1 200 OK

OK

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@lics.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.