Click here to Skip to main content
15,896,269 members
Home / Discussions / C#
   

C#

 
GeneralRe: Error while debugging Pin
ayazmingora23-Feb-09 1:50
ayazmingora23-Feb-09 1:50 
Jokehello Pin
amitkumarpratap23-Feb-09 0:07
amitkumarpratap23-Feb-09 0:07 
QuestionClient Pin
mrithula822-Feb-09 23:51
mrithula822-Feb-09 23:51 
AnswerRe: Client Pin
Rob Philpott22-Feb-09 23:59
Rob Philpott22-Feb-09 23:59 
GeneralRe: Client Pin
mrithula823-Feb-09 2:06
mrithula823-Feb-09 2:06 
GeneralRe: Client Pin
Greg Chelstowski23-Feb-09 2:29
Greg Chelstowski23-Feb-09 2:29 
GeneralRe: Client Pin
mrithula823-Feb-09 2:53
mrithula823-Feb-09 2:53 
GeneralRe: Client Pin
Greg Chelstowski23-Feb-09 3:09
Greg Chelstowski23-Feb-09 3:09 
OK.
If you don't know the computer's name, try this:
byte[] zb = { 192, 168, 0, 5 }; //where 192.168.0.5 is the server's IP
            System.Net.IPAddress ipa = new System.Net.IPAddress(zb);
            System.Net.IPEndPoint Ipep = new System.Net.IPEndPoint(ipa, 8006);
            TcpClient tcpCl = new TcpClient();
            tcpCl.Connect(Ipep);


I just figured you would have known your server's name, that's all.
But this works just as well (if not better).
Wink | ;)

var question = (_2b || !(_2b));

GeneralRe: Client Pin
Mel Feik23-Feb-09 10:54
Mel Feik23-Feb-09 10:54 
Question[Message Deleted] Pin
yesu prakash22-Feb-09 23:11
yesu prakash22-Feb-09 23:11 
AnswerRe: Voice conference using socket [modified] Pin
Deresen23-Feb-09 1:49
Deresen23-Feb-09 1:49 
GeneralRe: Voice conference using socket Pin
EliottA23-Feb-09 2:45
EliottA23-Feb-09 2:45 
GeneralRe: Voice conference using socket Pin
yesu prakash1-Mar-09 19:09
yesu prakash1-Mar-09 19:09 
GeneralRe: Voice conference using socket Pin
Deresen1-Mar-09 22:25
Deresen1-Mar-09 22:25 
GeneralRe: Voice conference using socket Pin
Gira Palmer3-Jun-11 3:40
Gira Palmer3-Jun-11 3:40 
QuestionHttpWebResponse timeout subsequently if I do not download the file but looking at the LastModified property only. Pin
Shao Voon Wong22-Feb-09 23:08
mvaShao Voon Wong22-Feb-09 23:08 
AnswerRe: HttpWebResponse timeout subsequently if I do not download the file but looking at the LastModified property only. Pin
Rob Philpott22-Feb-09 23:57
Rob Philpott22-Feb-09 23:57 
Questionan oaep padding error occured in asp.net Pin
venki5422-Feb-09 22:55
venki5422-Feb-09 22:55 
QuestionHello ,Pls help me ,How to retrieve image from database (sqlserver 2005) to imabe button?(Asp.net c#+) [modified] Pin
muhammadafsal22-Feb-09 22:50
muhammadafsal22-Feb-09 22:50 
AnswerRe: Hello ,Pls help me ,How to retrieve image from database (sqlserver 2005) to imabe button?(Asp.net c#+) Pin
Calin Tatar23-Feb-09 0:21
Calin Tatar23-Feb-09 0:21 
GeneralRe: Hello ,Pls help me ,How to retrieve image from database (sqlserver 2005) to imabe button?(Asp.net c#+) Pin
muhammadafsal23-Feb-09 0:36
muhammadafsal23-Feb-09 0:36 
GeneralRe: Hello ,Pls help me ,How to retrieve image from database (sqlserver 2005) to imabe button?(Asp.net c#+) Pin
Calin Tatar23-Feb-09 0:39
Calin Tatar23-Feb-09 0:39 
Questionremote access to sql server 2000 Pin
H.R22-Feb-09 22:44
H.R22-Feb-09 22:44 
AnswerRe: remote access to sql server 2000 Pin
Vimalsoft(Pty) Ltd22-Feb-09 22:52
professionalVimalsoft(Pty) Ltd22-Feb-09 22:52 
AnswerRe: remote access to sql server 2000 Pin
yeminkyi22-Feb-09 22:57
yeminkyi22-Feb-09 22:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.