VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Automatic About Form

Troy Blake  (3 Submissions)   Windows API Call/Explanation   Visual Basic 3.0   Beginner   Wed 3rd February 2021

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

Rate Automatic About Form (4(4 Vote))
Automatic About Form.bas

Automatic About Form Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters