VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Display the windows About Box using ShellAbout API

by Karthikeyan (187 Submissions)
Category: Windows API Call/Explanation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 15th December 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Display the windows About Box using ShellAbout API

API Declarations


Alias "ShellAboutA" (ByVal hWnd As Long, ByVal szApp As String, _
ByVal szOtherStuff As String, ByVal hIcon As Long) As Long


Rate Display the windows About Box using ShellAbout API



ShellAbout hWnd, "Karthikeyan ", "For More Details contact KARTHIKEYAN", hIcon
End
End Sub

Download this snippet    Add to My Saved Code

Display the windows About Box using ShellAbout API Comments

No comments have been posted about Display the windows About Box using ShellAbout API. Why not be the first to post a comment about Display the windows About Box using ShellAbout API.

Post your comment

Subject:
Message:
0/1000 characters