This code sample allows you to display an About form for your application with a couple of lines of code.
Assumes
Uses API call ShellAbout
API Declarations'Insert in General Declarations
Private Declare Function ShellAbout Lib "shell32.dll" Alias "ShellAboutA" (ByVal hwnd As Long, ByVal szApp As String, ByVal szOtherStuff As String, ByVal hIcon As Long) As Long