December 9th, 2008 08:35 PM
#1
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
December 30th, 2008 02:59 PM
#2
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
January 5th, 2009 01:24 AM
#3
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
January 5th, 2009 02:17 AM
#4
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 02:17 AM .
Reason: *
January 5th, 2009 02:58 AM
#5
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
January 5th, 2009 02:49 PM
#6
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.
January 6th, 2009 12:11 AM
#7
Re: Customize Font Dialog
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks