home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / framctl2.zip / FRAMECTL.HLP (.txt) < prev    next >
OS/2 Help File  |  1996-10-07  |  1KB  |  18 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Frame Extensions Sample ΓòÉΓòÉΓòÉ
  3.  
  4. This sample demonstrates how to implement frame extensions.  The frame 
  5. extensions are the following: 
  6.  
  7.      A graphic button control that is created with the button styles 
  8.       BS_PUSHBUTTON and BS_BITMAP. 
  9.  
  10.      A drop down combo box that is created with the style CBS_DROPDOWNLIST. 
  11.  
  12.  The first extension which you clicked to bring up this help, is the help 
  13.  button.  It is positioned between the title bar and the min/max buttons. It is 
  14.  created with the BS_HELP style which generates a WM_HELP message when the 
  15.  button is clicked. 
  16.  
  17.  The second extension is the drop down combo box.  It is positioned at the end 
  18.  of the menu bar.  Use it to change the color of the static text.