blah blah blah is here! blah blah » Close

0
votes
0 answers

experiences with this program?

Hi, I want to download this program, but I'm not sure if its the right choice for me. I could really use some help from u guys, if anyone already has this software. Because of s.pam filters, I leave the html off the end of link. voip-sip-s ...

0
votes
1 answers

The name 'getExternalIp' does not exist in the current context

Hey, I'm making a program to get your external IP, i've already got the external IP working, but now i'm trying to make it call into the Main(), and it says [code] The name 'getExternalIp' does not exist in the current context [/code] ...

1
votes
1 answers

C# TCP/IP Chat

I've seen the demo project on CodeProject for this subject, but I am not understanding it at all. I've done some looking (and I will continue to), but I have not yet found a tutorial/article that explains the matter simply but also in depth ...

0
votes
2 answers

how to retrieve packets and get client's ip from it

can anybody help me how to retrieve client's ip from request packet received at server side?

0
votes
0 answers

how to retrieve packets and get client's ip from it

can anybody help me how to retrieve client's ip from request packet received at server side?

1
votes
1 answers

C# question - textBox1.text needs to have dots inserted every 3 char for IP Address

Hello, I have a textBox1.text that I would like to have it insert a . every three characters. For an IP Address, like 192.168.001.016 [code]private void tbIPVM_TextChanged(object sender, EventArgs e) { if (tbI ...

Feedback