User Profile

Collapse

Profile Sidebar

Collapse
nitehawk416
nitehawk416
Last Activity: Jul 9 '07, 08:13 PM
Joined: May 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Changing the font of a rich text box to specific font - C#

    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)
    {
    ...
    See more | Go to post

  • nitehawk416
    replied to Socket programming in vb.net
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • nitehawk416
    started a topic C# Winsock Client
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...