|
Navigation: thinBasic language > Modules > OS (Operating System) > OS_ShellAbout |
![]() ![]()
|
Description
Shows a standard About window with possibility to specify some addition info.
Syntax
n = OS_ShellAbout(hWnd, sTitle, sOtherStuff, hIcon)
Returns
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Window handle to a parent window. This parameter can be NULL. |
sTitle |
String |
No |
Text that will be displayed in the title bar. |
sOtherStuff |
String |
No |
String containing text that will be displayed in the dialog box after the version and copyright information. |
hIcon |
Number |
No |
|
Remarks
Restrictions
See also
Examples
| © 2004-2008 thinBasic. All rights reserved. | Version 1.6.0.10 | Web Site: http://www.thinbasic.com |