CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2008
    Posts
    10

    Customize Font Dialog

    I need to customize the font dialog to display only font type size and color.
    Can someone please point me to tutorials on the same

    Thanks

  2. #2
    Join Date
    Oct 2008
    Posts
    47

    Re: Customize Font Dialog

    Shounds like you are looking for a good CSS tutorial, alhtough I cannot be sure as your post isn't very detailed... here is the tutorial I refer to when I am designing...

    http://www.w3schools.com/css/

    Hope this helps,

    Larry Darrah
    MS Architect Evangelist

  3. #3
    Join Date
    Jun 2008
    Posts
    10

    Re: Customize Font Dialog

    Looks like you are in the wrong place. This is not web designing I am talking about.
    If you know C++ then you would know what the question means

  4. #4
    Join Date
    Oct 2008
    Posts
    19

    Thumbs up Re: Customize Font Dialog

    fontDialog->ShowEffects = false;
    fontDialog->ShowHelp = false;

    try that

    *oh and replace the name of fontdialog with the name of your actual font dialog.
    = )
    Last edited by Dj_Saturn; January 5th, 2009 at 03:17 AM. Reason: *

  5. #5
    Join Date
    Jun 2008
    Posts
    10

    Re: Customize Font Dialog

    Can you suggest on how to customize the ColorDialog also?
    I wish to show a color swatch just like in Windows Live Messenger.

    Also if you have looked into Yahoo Messenger for Vista, the font selection they have is quite neat, any possibilty on how that can de done?

    Thanks a ton

  6. #6
    Join Date
    Oct 2008
    Posts
    19

    Unhappy Re: Customize Font Dialog

    im not sure if you could customize it in that way, however,

    check out the ColorDialog Properties MSDN and you can see exactly how it works...

    [link]http://msdn.microsoft.com/en-us/library/system.windows.forms.colordialog_properties.aspx[/link]

    Your probably gonna have to make a new separate form and uhh, "reinvent" it over again.

  7. #7
    Join Date
    Jun 2008
    Posts
    10

    Re: Customize Font Dialog

    thanks

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