home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / framctl3.zip / FRAMECTL.IPF < prev    next >
Text File  |  1996-09-18  |  1KB  |  30 lines

  1. :userdoc.
  2. :title.A Picture Perfect Control - The Sequel
  3. :h1 res=300.Frame Extensions Sample
  4. :p.
  5. This sample demonstrates how to implement frame extensions.  The
  6. frame extensions are the following:
  7. :ul.
  8. :li.A graphic button control that is created with the button styles
  9. BS_PUSHBUTTON and BS_BITMAP.
  10. :li.A drop down combo box that is created with the style CBS_DROPDOWNLIST.
  11. :li.A static text control that displays menu selection information.
  12. :li.An animated window control that displays a series of bitmaps.
  13. :eul.
  14. :p.
  15. The first extension which you clicked to bring up this help, is the help
  16. button.  It is positioned between the title bar and the min/max buttons.
  17. It is created with the BS_HELP style which generates a WM_HELP message
  18. when the button is clicked.
  19. :p.
  20. The second extension is the drop down combo box.  It is positioned at the
  21. end of the menu bar.  Use it to change the color of the static text.
  22. :p.
  23. The third is the static text control.  It is positioned below the client,
  24. and displays information about the current menu selection.
  25. :p.
  26. The fourth is the animated window control.  It is positioned below the client,
  27. and displays bitmap images of one of <ack> <ack> our furry friends.
  28.  
  29. :euserdoc.
  30.