www.icetips.com  Icetips Utilities Documentation 6/29/2009    

Shell Class:  AboutShell

Previous  Top  Next  


Prototype: (String pApp, Long pW=IT_NULL, <String pOther>, Long pIcon=IT_NULL)

 

pAppName of the app.  This appears after the "Microsoft ® " in the first line on the window body.
pWHandle 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.
pOtherString used below the Microsoft's copyright notice.  This can be maximum two lines, separated with <13,10>
pIconHandle to an icon to use on the window.

 

The AboutShell method displays the standard "About" window.  See below.

 

ShellClass - About Window

 

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.

 



Direct link to this page: http://www.icetips.com/manuals/utilities/aboutshell_shellclass.htm