home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / toolkt21 / c / samples / vmm / vmm.hlp (.txt) < prev    next >
Encoding:
OS/2 Help File  |  1993-04-26  |  4.7 KB  |  140 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. About VMM ΓòÉΓòÉΓòÉ
  3.  
  4.  The VMM application is a sample Presentation Manager application which 
  5. demonstrates the use of virtual memory manegerment. First, it demonstrates the 
  6. standard menus and dialogs that most PM applications will contain.  The Demo 
  7. menu calls dialog boxes that demonstrate all of the controls available for use 
  8. in a dialog box.  There is also a dialog box which demonstrates the setting and 
  9. removing of control Presentation Parameters.  Finally, the demo menu also has 
  10. menu items that demonstrate the various types of message boxes that the system 
  11. supports. 
  12.  
  13.  
  14. ΓòÉΓòÉΓòÉ 2. Help Menu ΓòÉΓòÉΓòÉ
  15.  
  16. Use the choices on the Help pull-down to display: 
  17.  
  18. Help index 
  19.      Displays the index of help menu. 
  20.  
  21. General Help 
  22.      Displays some information about VMM sample program. 
  23.  
  24. Keys Help 
  25.      Displays a list of keys usage. 
  26.  
  27. Using Help 
  28.      Provides detailed information on the kinds of help available and how to 
  29.      use help. 
  30.  
  31.  
  32. ΓòÉΓòÉΓòÉ 3. General Help ΓòÉΓòÉΓòÉ
  33.  
  34. Use this choice to get general help for the program. General help provides 
  35. general information about the VMM sample program. 
  36.  
  37.  
  38. ΓòÉΓòÉΓòÉ 4. Extended ΓòÉΓòÉΓòÉ
  39.  
  40. Use this choice to obtain information on how to use the Help facility. 
  41.  
  42.  
  43. ΓòÉΓòÉΓòÉ 5. Tutorial of Keys ΓòÉΓòÉΓòÉ
  44.  
  45. Use this choice to see a list of keys and a description of the function of the 
  46. keys. 
  47.  
  48.  
  49. ΓòÉΓòÉΓòÉ 5.1. Key Assigments ΓòÉΓòÉΓòÉ
  50.  
  51. The list of keys is arranged in groups. 
  52.  
  53. ACCELERATOR KEYS 
  54.  
  55. HELP KEYS 
  56.  
  57.    F1 
  58.         Get help 
  59.  
  60.    Esc 
  61.         Previous Help Panel, or End help if only one panel 
  62.  
  63.    Alt 
  64.         Switch IN/OUT action bar 
  65.  
  66.    Alt+F4 
  67.         End help or End program 
  68.  
  69.   SYSTEM KEYS 
  70.  
  71.    Alt+Esc 
  72.         Switch to the next program, including full-screen programs 
  73.  
  74.    Ctrl+Esc 
  75.         Switch to the Task List 
  76.  
  77.   WINDOW KEYS 
  78.  
  79.    Underlined letter 
  80.         Move among the choices on the action bar and pull-downs submenu or 
  81.         execut the function chosen 
  82.  
  83.  
  84. ΓòÉΓòÉΓòÉ 6. Index ΓòÉΓòÉΓòÉ
  85.  
  86. Use this choice to display the help index. 
  87.  
  88. The help index lists the titles of the help information that is available. 
  89.  
  90.  
  91. ΓòÉΓòÉΓòÉ 7. Information ΓòÉΓòÉΓòÉ
  92.  
  93. This dialog displays information about the application, such as version number 
  94. and copyright notice. 
  95.  
  96.  
  97. ΓòÉΓòÉΓòÉ 8. Information ΓòÉΓòÉΓòÉ
  98.  
  99. The OK button closed dialog box. 
  100.  
  101.  
  102. ΓòÉΓòÉΓòÉ 9. Information ΓòÉΓòÉΓòÉ
  103.  
  104. This key will display a memory-allocate dialog box, which you can select 
  105. attributes and size of allocated memory. 
  106.  
  107.  
  108. ΓòÉΓòÉΓòÉ 10. Information ΓòÉΓòÉΓòÉ
  109.  
  110. The OK button closed dialog box and allocated the virtual memory. 
  111.  
  112.  
  113. ΓòÉΓòÉΓòÉ 11. Information ΓòÉΓòÉΓòÉ
  114.  
  115. This key will display a free-memory dialog box, which you can free the 
  116. allocated memory by typing the address. 
  117.  
  118.  
  119. ΓòÉΓòÉΓòÉ 12. Information ΓòÉΓòÉΓòÉ
  120.  
  121. This key will display a set-attributes dialog box, which you can change the 
  122. selected memory attributes by typing the address. 
  123.  
  124.  
  125. ΓòÉΓòÉΓòÉ 13. Information ΓòÉΓòÉΓòÉ
  126.  
  127. The OK button closed dialog box and display another dialog box which contains 
  128. memory attributes and access table. 
  129.  
  130.  
  131. ΓòÉΓòÉΓòÉ 14. Information ΓòÉΓòÉΓòÉ
  132.  
  133. This key will display a write-to-memory dialog box, which you can type the 
  134. memory address that you attempt to write to. 
  135.  
  136.  
  137. ΓòÉΓòÉΓòÉ 15. Information ΓòÉΓòÉΓòÉ
  138.  
  139. This key will display a read-from-memory dialog box, which you can type the 
  140. memory address that you attempt to read from.