home *** CD-ROM | disk | FTP | other *** search
- Title : "About" dialog with systeminformation
- Keywords: ABOUT INFO DIALOG SYSTEMINFORMATION
-
- INFO.FRM is an about dialog, which shows the following systeminformation:
-
- Windows version (3.0 or 3.1)
- Windows Mode (Enhanced or Standard, Debug or not)
- free memory
- free systemresources
-
- VERY (!) SIMPLE to use:
-
- 1) add INFO.FRM to Your project and fill the labels
- for Your application's text (name, copyright etc.) 2) add "frmDlgInfo.SHOW
- MODAL" anywhere in Your code
-
- Usefull functions included:
- Remove_Items_From_SysMenu (incl. all declares, const)
- LOWORD(), HIWORD(), LOBYTE(), HIBYTE()
-