home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ctlhtmlc / ctlhtml.aps / Text / Intro / 1033.txt
Encoding:
Text File  |  1999-05-10  |  1.4 KB  |  20 lines

  1. <H2 align="center">Welcome to the CtlHTML Control Library Demo Program</H2>
  2. <H3>Introduction</H3>
  3. <P>This program demonstrates the CtlHTML Control Library, which significantly improves the 
  4. capability of the basic Windows controls.  The CtlHTML Control Library helps you create 
  5. dialog boxes and message boxes using rich text with very little effort, resulting in more 
  6. attractive, easier to read user interfaces. Best of all, aside from the rich text capabilities, 
  7. these custom controls and message boxes look exactly like the standard Windows versions, so 
  8. that programs created using the CtlHTML Control Library have the standard Windows look.</P>
  9. <P>The CtlHTML Control Library subclasses the basic Windows controls. This means that you
  10. create dialog boxes using the standard Windows controls. The difference is that you use
  11. HTML tagging in the control captions and call <B>CtlHTMLSubclassDialog</B> in response to
  12. the WM_INITDIALOG message or the <B>OnInitDialog</B> function in MFC.</P>
  13. <P>For example, this dialog box consists of four controls: an icon control, a static text
  14. control, a check box control, and a command button control. All of these controls are 
  15. subclassed by the CtlHTML Control Library. Note that the static text control is a single
  16. control and the text is formatted using HTML tagging. Also note that the text is obtained from
  17. a text resource, avoiding the 255-character limit of standard Windows controls.</P>
  18.  
  19.  
  20.