borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Subclass for An About Box)Next Topic (TAPI online resources.) New Topic New Poll Post Reply
AndreaVB Forum : API : Shell About Box!
Poster Message
vbgen
Level: Moderator

Registered: 10-10-2002
Posts: 876

icon Shell About Box!

this is how you can isplay the windows About Box using ShellAbout API ...

declaration and code:

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()
ShellAbout hWnd, "My Project Name ", _
  "This product was developed by Me!", hIcon
End Sub


try it, and tell me if you encounter any bugs... okay? have fun!

____________________________
Been busy trying to take a second degree <--it's not working out...

29-11-2002 at 11:55 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : API : Shell About Box!
Previous Topic (Subclass for An About Box)Next Topic (TAPI online resources.) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder