home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic 4 Unleashed
/
Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso
/
source
/
chap20
/
sheldisp.fn
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-09-21
|
269 b
|
7 lines
Declare Function ShellAbout Lib "C:\windows\system\shell.dll" (ByVal hWnd As Integer, ByVal Caption As String, ByVal Copyright As String, ByVal hIcon As Integer) As Integer
Sub Form_Load ()
HInstance% = ShellAbout(hWnd, "My Name", "My Copyright", 0)
End Sub