catventure
14-10-2008, 17:32
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.
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.