
Does anyone have the AboutBox API Declaration
Quote:
> Does anyone have the aboutbox API Declaration if so could you please
post
> it or send it to me. Thanks for any assistance...
Searching the VB5.0 API database only returned ShellAbout...
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
Why don't you build a form?