ShowAboutBox Method (Utility Control)
   Windows - Visual C++
   Description
   The ShowAboutBox method displays a 
   dialog box showing NewsObjects version and system information.  
   
   Syntax
   long result = ShowAboutBox();
The ShowAboutBox syntax has these parts:
| Part | Description | 
| result | Return value. A long integer containing 0 if successful and -1 if not. | 
    Remarks
   Diagnostic utility which contains 
   the following information:
    Physical Memory: physical memory 
    available to system
    
Back to: Utility Methods