-
OS_ShellAbout
Hi Eros,
OS_ShellAbout
===========
Description
Shows a standard About window with possibility to specify some addition info.
Syntax
n = OS_ShellAbout(hWnd, sTitle, sOtherStuff, hIcon)
This produces error: "Comma Expected"
Eros, I have found the correct Syntax is:
n = OS_ShellAbout(hWnd, sTitle, sOtherStuff, sOtherStuff2, hIcon)
at least it requires this extra string parameter on Windows Vista Home Basic that is...
Regards,
catventure.
-
Re: OS_ShellAbout
Sorry for the delay.
Yes, you are right: there are two buffers for text that will be concatenated by the function and passed to ShellAbout.
I will fix help right now.
Thanks
Eros