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

Thread: common control

  1. #1
    Guest

    common control

    hi,

    I´d like to use a font-selection-common-control; When I call ShowFont a message appears that no fonts are installed. Do I have to insert some flags in edit mode?

    thanks, Seb


  2. #2
    Join Date
    Feb 2000
    Location
    london
    Posts
    16

    Re: common control

    yes, it's like this

    dialog1.flag = cdlCFScreenFonts Or cdlCFPrinterFonts Or cdlCFBoth 'your choice
    dialog1.showfont




    hope was of help
    ivan


  3. #3
    Guest

    Re: common control

    Great, thank you!

    Seb


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