I want to change the font of my rich text box to a font I downloaded. In the properties the font isn't there, so I tried changing it through the code with this variable declaration
Font MUDFONT = new Font("MUD 10",8, FontStyle.Regul ar);
and then calling it in the text changed function
private void DisplayBox_Text Changed(object sender, EventArgs e)
{
...
User Profile
Collapse
-
Changing the font of a rich text box to specific font - C#
-
I'm not sure at client side, but in c# I connect to a server end database through a telnet connection, and I have a text box that submits my text commands to the server, and It accepts my user and password that way. Although it prompts me for user first, I submit that, then it prompts for password, and I submit that next. I was thinking of having it submit it in a different form, and I thought the easiest way to do it would be to input the username... -
C# Winsock Client
I'm building a mud client, it connects through the winsock control to the server, and it gets the data, sends it back and displays it in a rich text box. I need a way to display the ansi colors that are coded into the mud. Is there a way to grab the color information and display it, or do I have to program each color instance at the client side? If it is something that has to be done on the server end thats fine as well.
Also, the...
No activity results to display
Show More
Leave a comment: