Click here to Skip to main content
15,920,217 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to develop editor in window application. In which I should able to select font in word. So how to develop
Posted

The font is the property of every control. See the properties System.Windows.Forms.Control.Font and System.Windows.Forms.Control.DefaultFont. "Font in word" — what is that? (I hope, not Microsoft Word, which has nothing to do with your editor :-)) If you need structured text with different fonts, use System.Windows.Forms.RichTextBox.

See http://msdn.microsoft.com/en-us/library/system.windows.forms.control.aspx[^], http://msdn.microsoft.com/en-us/library/system.windows.forms.richtextbox.aspx[^].

I would say, if you want to ask a question about each property you don't know at the moment, you won't go far. Get a habit of asking MSDN — it's faster. Ask CodeProject only about real problems.

—SA
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900