PDA

View Full Version : OS_ShellAbout



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.

ErosOlmi
15-10-2008, 17:41
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