blah blah blah is here! blah blah » Close

0
votes
1 answers

socket programing behinde router

i made a messenger(client + server in a single application) and if a have 2 computer behind a firewall, both talking with someone on the WAN for the two conversations the programs opens just one window on the WAN client. The windows are ...

0
votes
2 answers

socket programming passing through router

how does yahoo messenger pass through the router without any router config and my messenger needs router configuration?

0
votes
0 answers

font changing issue in c#

i figured it out myself. thx tip: if you try to apply a font style to a text with mixt fonts it will remove all other fonts.

0
votes
0 answers

please delete

please delete this question

0
votes
2 answers

copying text from one richtextbox to another

Hello, I'm developing an application in which I need to copy the content of a richtextbox with all its font settings to another richtextbox. the code i use is like this [code] this.chatTxt.SelectionStart = this.chatTxt.Text.Length; ...

Feedback