Click here to Skip to main content
16,011,428 members
Home / Discussions / C#
   

C#

 
GeneralRe: string matching(Please Help) Pin
Xmen Real 9-Dec-07 2:03
professional Xmen Real 9-Dec-07 2:03 
GeneralRe: string matching(Please Help) Pin
Adeel Chaudhry9-Dec-07 5:11
Adeel Chaudhry9-Dec-07 5:11 
GeneralRe: string matching(Please Help) Pin
mshahrouri9-Dec-07 20:39
mshahrouri9-Dec-07 20:39 
GeneralRe: string matching(Please Help) [modified] Pin
Jimmanuel9-Dec-07 9:01
Jimmanuel9-Dec-07 9:01 
GeneralRe: string matching(Please Help) Pin
mycsharpcorner10-Dec-07 4:24
mycsharpcorner10-Dec-07 4:24 
Generalcustimizing repeater controls Pin
Imran Adam9-Dec-07 1:08
Imran Adam9-Dec-07 1:08 
GeneralTCP/IP (Listener, Client and Raw Sockets) Pin
half-life8-Dec-07 22:29
half-life8-Dec-07 22:29 
GeneralRe: TCP/IP (Listener, Client and Raw Sockets) Pin
Anthony Mushrow9-Dec-07 0:00
professionalAnthony Mushrow9-Dec-07 0:00 
Connect, Accept, Send, adn Receive, are all blocking methods, when you call them it will just wait until you have Connected, Accepted a connection, Sent data, or Received data.

Begin... are asynchronous, which means they get called, and then the rest of your code is executed. When you call them you supply a callback function, so then when something happens, the callback function gets executed, and you deal with the send / receive etc. in there, and then usually call EndConnect, etc.

If you hop on over to google, and type in these methods, one of the top reults will be MSDN, which will tell you in alot more detail what each of them does.

My current favourite word is: Bauble!
-SK Genius


GeneralRe: TCP/IP (Listener, Client and Raw Sockets) Pin
half-life9-Dec-07 0:11
half-life9-Dec-07 0:11 
GeneralDataGridView Maximum Number of Rows Pin
Shaahinm8-Dec-07 22:14
Shaahinm8-Dec-07 22:14 
GeneralRe: DataGridView Maximum Number of Rows Pin
Xmen Real 9-Dec-07 1:56
professional Xmen Real 9-Dec-07 1:56 
QuestionHow to open a file in .dll Pin
Strategic_Thinker8-Dec-07 21:41
Strategic_Thinker8-Dec-07 21:41 
AnswerRe: How to open a file in .dll Pin
Christian Graus8-Dec-07 21:45
protectorChristian Graus8-Dec-07 21:45 
GeneralRe: How to open a file in .dll Pin
Strategic_Thinker8-Dec-07 21:53
Strategic_Thinker8-Dec-07 21:53 
GeneralRe: How to open a file in .dll Pin
Christian Graus8-Dec-07 22:34
protectorChristian Graus8-Dec-07 22:34 
AnswerRe: How to open a file in .dll Pin
Giorgi Dalakishvili8-Dec-07 21:50
mentorGiorgi Dalakishvili8-Dec-07 21:50 
AnswerRe: How to open a file in .dll Pin
Anthony Mushrow8-Dec-07 23:53
professionalAnthony Mushrow8-Dec-07 23:53 
GeneralRe: How to open a file in .dll Pin
Xmen Real 9-Dec-07 2:05
professional Xmen Real 9-Dec-07 2:05 
GeneralTimer Issue-Stack overflow exception Pin
Arun Abraham Jose8-Dec-07 21:31
Arun Abraham Jose8-Dec-07 21:31 
GeneralRe: Timer Issue-Stack overflow exception Pin
Christian Graus8-Dec-07 21:48
protectorChristian Graus8-Dec-07 21:48 
GeneralRe: Timer Issue-Stack overflow exception Pin
Arun Abraham Jose8-Dec-07 22:23
Arun Abraham Jose8-Dec-07 22:23 
GeneralRe: Timer Issue-Stack overflow exception Pin
Christian Graus8-Dec-07 22:35
protectorChristian Graus8-Dec-07 22:35 
GeneralRe: Timer Issue-Stack overflow exception Pin
Arun Abraham Jose9-Dec-07 17:10
Arun Abraham Jose9-Dec-07 17:10 
GeneralDATA GRID VIEW BINDING Pin
sindhutiwari8-Dec-07 20:22
sindhutiwari8-Dec-07 20:22 
GeneralRe: DATA GRID VIEW BINDING Pin
Christian Graus8-Dec-07 21:51
protectorChristian Graus8-Dec-07 21:51 

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.