home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / WIN_NT / NTCTRL02.ZIP / CUSTGRP.TXT < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.4 KB  |  35 lines

  1.  
  2.         Custom Groupbox Control for Windows NT by Mark Gamber 8/15/92
  3.                                Version 0.2
  4.  
  5.    This is a custom groupbox control for use with the Dialog Editor with
  6. Windows NT. It is a port of the Windows 3.x version with changes made to
  7. support the new Dialog Editor conventions under WinNT. To use the control, copy
  8. CUSTGRP.DLL to your development directory and, from the Dialog Editor, select
  9. "File" and "Open Custom". Select the file from the listbox displayed and you're
  10. ready to begin using it.
  11.  
  12.    You may set the groupbox text and "look" by double-clicking the control,
  13. displaying a settings dialog box.
  14.  
  15.  
  16. Runtime Options:
  17.    BM_SETSTATE: If wParam is 0, the border is lowered. Otherwise it is raised.
  18.  
  19.    BM_SETSTYLE: Sets the text and background colors of the groupbox. If wParam
  20.                 is 0, lParam contains the background RGB value. Otherwise,
  21.                 lParam contains the text RGB value.
  22.  
  23.    BM_GETSTYLE: Returns 0 if border is lowered, 1 if raised.
  24.  
  25.  
  26.    This software is public domain and free for all to use and distribute. By
  27. using the software, the user has sole responsibility for proper use of the
  28. software. The author is not liable for anything. If you cannot agree to this,
  29. you cannot use the software. Period. The author may be reached as follows:
  30.  
  31. America Online E-Mail: PCA MarkG
  32. Compuserve Mail:       76450,2754
  33. Internet E-Mail:       pcamarkg@aol.com
  34.  
  35.