Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to show font bar into my textbox that a person could change font size and font family.
Posted
Comments
Sergey Alexandrovich Kryukov 30-Sep-13 12:42pm    
What does it mean "show font bar into textbox"? How it should look and work, and what's the problem?
—SA
Muhamad Faizan Khan 30-Sep-13 12:51pm    
if in a application user want to increas the size of text then what should he do?? for this reason a font bar will help. as you select bigger size of font or change font family then change will effect the text box
Sergey Alexandrovich Kryukov 30-Sep-13 12:54pm    
Please, why are you shifting the topic. No, this is a bad idea to solve the size/layout problem with the change of font. Just think about it.
Do yourself a favor, forget about changing a font (which is easy anyway).
—SA
Muhamad Faizan Khan 30-Sep-13 12:59pm    
specific text box font changing? by end user.
how will you do this?
Sergey Alexandrovich Kryukov 30-Sep-13 13:01pm    
Why?!! And you do it by assigning the new object to the property Font.
—SA

1 solution

I think you need to care about a FontDialog[^].
And,also you can use that for a richtextbox,not for a textbox like you want,like this way..
Changing font using a font dialog c#[^]
 
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