CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Edit and List Boxes' Data

    Is there a way to force a particular Edit box and/or List box to display
    a preferred font style and color?
    I have a dialog-based application with an editbox and a listbox. And i want
    the edit box to have a different font settings with the listbox.

    Thanks,
    Alex



  2. #2
    Join Date
    Jun 1999
    Posts
    319

    Re: Edit and List Boxes' Data

    Use the SetFont from the CWdm.
    Hope this helps you.
    Best regards,
    Faby


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured