|
Previous Top Next |
Prototype: | (String pApp, Long pW=IT_NULL, <String pOther>, Long pIcon=IT_NULL) |
pApp | Name of the app. This appears after the "Microsoft ® " in the first line on the window body. |
pW | Handle of the parent window. This defaults to IT_NULL. Use PROP:Handle to get the handle of a window if you want to pass it as parameter. |
pOther | String used below the Microsoft's copyright notice. This can be maximum two lines, separated with <13,10> |
pIcon | Handle to an icon to use on the window. |
The AboutShell method displays the standard "About" window. See below.
Example:
ITS ITShellClass
Code
ITS.AboutShell('ShellClassDemo',,'ShellClassDemo ©2009 Icetips Alta LLC<13,10>Port Angeles, Washington')
This code produced the window in the screenshot above.