Click here to Skip to main content
16,008,075 members
Home / Discussions / C#
   

C#

 
QuestionDrag and drop function Pin
Joyeo5-Jul-06 1:56
Joyeo5-Jul-06 1:56 
QuestionDate Time in c# Pin
Rajesh_K_Sharma5-Jul-06 1:45
Rajesh_K_Sharma5-Jul-06 1:45 
AnswerRe: Date Time in c# Pin
stancrm5-Jul-06 1:56
stancrm5-Jul-06 1:56 
AnswerRe: Date Time in c# Pin
MCSD-Gandalf5-Jul-06 1:59
MCSD-Gandalf5-Jul-06 1:59 
AnswerRe: Date Time in c# Pin
engsrini5-Jul-06 2:02
engsrini5-Jul-06 2:02 
AnswerRe: Date Time in c# Pin
Gammaza5-Jul-06 2:09
Gammaza5-Jul-06 2:09 
AnswerRe: Date Time in c# Pin
BoneSoft5-Jul-06 4:02
BoneSoft5-Jul-06 4:02 
QuestionProblem with TcpClient connect [modified] Pin
chintu9265-Jul-06 0:47
chintu9265-Jul-06 0:47 
Hi,

Here is the c#.Net code:

TcpClient client = new TcpClient();
client.Connect(clientMc , 9333);
NetworkStream ns = client.GetStream();

Note: clientMc is string storing remote machine name as specified in hostfile.
Problem: If clientMc is localhost, the client is getting connected.
If clientMc is the name of other remote machine, it is not connecting and it is waiting over there.

Could you please suggest me?
Thanks

chintu

-- modified at 8:19 Wednesday 5th July, 2006
AnswerRe: Problem with TcpClient connect Pin
Tim Kohler5-Jul-06 2:48
Tim Kohler5-Jul-06 2:48 
AnswerRe: Problem with TcpClient connect Pin
Daniele Ferrero5-Jul-06 2:55
Daniele Ferrero5-Jul-06 2:55 
QuestionHow to store sessions in first page in asp.net [modified] Pin
Arun Hegde5-Jul-06 0:39
Arun Hegde5-Jul-06 0:39 
AnswerRe: How to store sessions in first page in asp.net Pin
MCSD-Gandalf5-Jul-06 0:55
MCSD-Gandalf5-Jul-06 0:55 
Questionserial port question ? help please ¿ Pin
cmpeng345-Jul-06 0:32
cmpeng345-Jul-06 0:32 
AnswerRe: serial port question ? help please ¿ Pin
engsrini5-Jul-06 1:43
engsrini5-Jul-06 1:43 
Questionsms messages from asp.net application?? Pin
rohitgraycell5-Jul-06 0:19
rohitgraycell5-Jul-06 0:19 
AnswerRe: sms messages from asp.net application?? Pin
synunn5-Jul-06 0:42
synunn5-Jul-06 0:42 
Questionhow to erase a file content with c# ? Pin
cmpeng345-Jul-06 0:02
cmpeng345-Jul-06 0:02 
AnswerRe: how to erase a file content with c# ? Pin
stancrm5-Jul-06 0:09
stancrm5-Jul-06 0:09 
AnswerRe: how to erase a file content with c# ? Pin
engsrini5-Jul-06 0:13
engsrini5-Jul-06 0:13 
QuestionLoaderLock Exception in .net 2.0 Pin
Waqas Nasir4-Jul-06 23:55
Waqas Nasir4-Jul-06 23:55 
Questiondatagrid problem "windows application" Pin
chandra sagar4-Jul-06 23:46
chandra sagar4-Jul-06 23:46 
QuestionSystem Tray Icon with background processes [modified] Pin
synunn4-Jul-06 23:40
synunn4-Jul-06 23:40 
AnswerRe: System Tray Icon with background processes Pin
Guffa5-Jul-06 23:32
Guffa5-Jul-06 23:32 
GeneralRe: System Tray Icon with background processes [modified] Pin
synunn6-Jul-06 6:34
synunn6-Jul-06 6:34 
AnswerRe: System Tray Icon with background processes Pin
Guffa6-Jul-06 11:58
Guffa6-Jul-06 11:58 

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.