Wednesday, April 29, 2009

Shell About Me

'About ME



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



Private Sub Form_Load()

'Show an about window

ShellAbout Me.hWnd, "About RockessAlpha.blogspot.com", _

"Created by Rockess Alpha", ByVal 0&

End Sub



 

No comments:

Post a Comment