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.
http://tab.thinbasic.com - Home Of The ThinBasic Adventure Builder Project. (Interactive Fiction/Text Adventure Maker)
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
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Bookmarks