I have an application using a Telnet control that I need to send a Ctrl-C character. I was thinking I could use a Chr$(X) where X is the ASCII value of a Ctrl-C, but I don't know what that value is, and can't find it in any of my books. Can anyone help me out? Or is there a better way to do this?