home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / IOC / MSGBOX / MSGBOX.HLP (.txt) < prev    next >
OS/2 Help File  |  1995-05-21  |  1KB  |  18 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. C++ Message Box Help ΓòÉΓòÉΓòÉ
  3.  
  4. This file contains the help for the C++ Message Box sample application. 
  5.  
  6.  
  7. ΓòÉΓòÉΓòÉ 1.1. C++ Message Box Sample - Message Box Help ΓòÉΓòÉΓòÉ
  8.  
  9. This is the help panel for helpId=100. The message box help button is connected 
  10. to this help panel by the following steps within the AMsgBoxDemo class 
  11. implementation in the msgbox.cpp file: 
  12.  
  13.      The message box and help window are owned by the same frame window. 
  14.      The IHelpWindow::addLibraries function is used to identify the 
  15.       appropriate help library file, msgbox.hlp. 
  16.      The helpId, 100, is specified, using a symbolic definition, on the 
  17.       message box show function. 
  18.