Click here to Skip to main content
15,880,469 members
Home / Discussions / C#
   

C#

 
AnswerRe: Recive data from sensor circuit Pin
OriginalGriff28-Jun-09 22:23
mveOriginalGriff28-Jun-09 22:23 
GeneralRe: Recive data from sensor circuit Pin
sebogawa28-Jun-09 22:27
sebogawa28-Jun-09 22:27 
QuestionFormat a float value in sql query Pin
arun_pk28-Jun-09 21:14
arun_pk28-Jun-09 21:14 
AnswerRe: Format a float value in sql query Pin
Christian Graus28-Jun-09 21:18
protectorChristian Graus28-Jun-09 21:18 
AnswerRe: Format a float value in sql query Pin
OriginalGriff28-Jun-09 21:20
mveOriginalGriff28-Jun-09 21:20 
AnswerRe: Format a float value in sql query Pin
PIEBALDconsult29-Jun-09 5:33
mvePIEBALDconsult29-Jun-09 5:33 
QuestionNeed to Learn that How to send message to Particular client Pin
M Riaz Bashir28-Jun-09 21:04
M Riaz Bashir28-Jun-09 21:04 
AnswerRe: Need to Learn that How to send message to Particular client Pin
Christian Graus28-Jun-09 21:28
protectorChristian Graus28-Jun-09 21:28 
M Riaz Bashir wrote:
for(int i = 0; i < m_clientCount; i++){
if(m_workerSocket[i] != null){
if(m_workerSocket[i].Connected){
m_workerSocket[i].Send (byData);
}
}
}



I have two reasons to believe that you really have not the slightest idea what you're doing.

1 - you posted a ton of useless boilerplate code
2 - if you can't work out from this how to send to only one user, then you should take a class, read a book, do SOMETHING to create a basic understanding of programming before you play with other people's code. I assume you're playing with something you found online to teach yourself, I can't see how this could be work or school. So, take a step back, buy a book, and learn how to read some basic code before you start trying to mash up other people's.

Christian Graus

Driven to the arms of OSX by Vista.

"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

GeneralRe: Need to Learn that How to send message to Particular client Pin
Moim Hossain29-Jun-09 7:35
Moim Hossain29-Jun-09 7:35 
QuestionShowing webcam preview in picturebox Problem.... Pin
S K Y28-Jun-09 20:00
S K Y28-Jun-09 20:00 
AnswerRe: Showing webcam preview in picturebox Problem.... Pin
Christian Graus28-Jun-09 20:05
protectorChristian Graus28-Jun-09 20:05 
GeneralRe: Showing webcam preview in picturebox Problem.... Pin
S K Y28-Jun-09 20:27
S K Y28-Jun-09 20:27 
GeneralRe: Showing webcam preview in picturebox Problem.... Pin
Christian Graus28-Jun-09 20:30
protectorChristian Graus28-Jun-09 20:30 
GeneralRe: Showing webcam preview in picturebox Problem.... Pin
S K Y28-Jun-09 20:50
S K Y28-Jun-09 20:50 
GeneralRe: Showing webcam preview in picturebox Problem.... Pin
Christian Graus28-Jun-09 21:03
protectorChristian Graus28-Jun-09 21:03 
GeneralRe: Showing webcam preview in picturebox Problem.... Pin
S K Y28-Jun-09 21:39
S K Y28-Jun-09 21:39 
GeneralRe: Showing webcam preview in picturebox Problem.... Pin
Christian Graus28-Jun-09 21:48
protectorChristian Graus28-Jun-09 21:48 
QuestionDisplaying a image in crystal report Pin
vijaylumar28-Jun-09 19:34
vijaylumar28-Jun-09 19:34 
AnswerRe: Displaying a image in crystal report Pin
KIDYA28-Jun-09 21:49
KIDYA28-Jun-09 21:49 
GeneralRe: Displaying a image in crystal report Pin
vijaylumar28-Jun-09 22:04
vijaylumar28-Jun-09 22:04 
QuestionHow to sort datatable values???? Pin
swetha_insoft28-Jun-09 19:31
swetha_insoft28-Jun-09 19:31 
AnswerRe: How to sort datatable values???? Pin
padmanabhan N28-Jun-09 19:47
padmanabhan N28-Jun-09 19:47 
GeneralRe: How to sort datatable values???? Pin
swetha_insoft28-Jun-09 20:06
swetha_insoft28-Jun-09 20:06 
GeneralRe: How to sort datatable values???? Pin
dan!sh 28-Jun-09 20:15
professional dan!sh 28-Jun-09 20:15 
GeneralRe: How to sort datatable values???? Pin
swetha_insoft28-Jun-09 20:21
swetha_insoft28-Jun-09 20:21 

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.