Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to rename the application at post-build in Visual studio 2005 Pin
remex_1980_junyongwu23-May-07 22:22
remex_1980_junyongwu23-May-07 22:22 
QuestionSocket.Receive method. It blocks the UI Pin
Diego F.23-May-07 22:15
Diego F.23-May-07 22:15 
AnswerRe: Socket.Receive method. It blocks the UI Pin
Niiiissssshhhhhuuuuu23-May-07 22:54
Niiiissssshhhhhuuuuu23-May-07 22:54 
GeneralRe: Socket.Receive method. It blocks the UI Pin
Diego F.23-May-07 23:14
Diego F.23-May-07 23:14 
GeneralRe: Socket.Receive method. It blocks the UI Pin
Diego F.24-May-07 2:18
Diego F.24-May-07 2:18 
GeneralRe: Socket.Receive method. It blocks the UI Pin
Colin Angus Mackay24-May-07 2:39
Colin Angus Mackay24-May-07 2:39 
GeneralRe: Socket.Receive method. It blocks the UI Pin
jayart24-May-07 4:41
jayart24-May-07 4:41 
GeneralRe: Socket.Receive method. It blocks the UI Pin
Colin Angus Mackay24-May-07 2:36
Colin Angus Mackay24-May-07 2:36 
Youc can also use BeginReceive and EndReceive to achieve the same. This moves the thread handling to the Socket class. If you are doing lots of operations then you might want to do the thread handling yourself.


Upcoming events:
* Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services...

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

QuestionGet the values stored as int[] array in C# Pin
B. Vijayalakshmi23-May-07 21:55
B. Vijayalakshmi23-May-07 21:55 
AnswerRe: Get the values stored as int[] array in C# Pin
Christian Graus23-May-07 21:56
protectorChristian Graus23-May-07 21:56 
GeneralRe: Get the values stored as int[] array in C# Pin
B. Vijayalakshmi24-May-07 23:31
B. Vijayalakshmi24-May-07 23:31 
Questioncopy from iis Pin
SVb.net23-May-07 21:47
SVb.net23-May-07 21:47 
AnswerRe: copy from iis Pin
WillemM24-May-07 2:16
WillemM24-May-07 2:16 
QuestionTo make TextBox scrollable Pin
Rahul8323-May-07 21:37
Rahul8323-May-07 21:37 
AnswerRe: To make TextBox scrollable Pin
Martin#23-May-07 21:48
Martin#23-May-07 21:48 
AnswerRe: To make TextBox scrollable Pin
Nouman Bhatti24-May-07 0:29
Nouman Bhatti24-May-07 0:29 
QuestionHow to include CHMHelpFile in C# Pin
david boon23-May-07 21:28
david boon23-May-07 21:28 
AnswerRe: How to include CHMHelpFile in C# Pin
Rajkishan23-May-07 22:14
Rajkishan23-May-07 22:14 
QuestionHow to put in cache only part of webpage Pin
Nimua23-May-07 21:07
Nimua23-May-07 21:07 
QuestionRead Large Files Into Memory Pin
Patricker23-May-07 20:54
Patricker23-May-07 20:54 
AnswerRe: Read Large Files Into Memory Pin
Christian Graus23-May-07 21:21
protectorChristian Graus23-May-07 21:21 
GeneralRe: Read Large Files Into Memory Pin
Patricker23-May-07 21:29
Patricker23-May-07 21:29 
GeneralRe: Read Large Files Into Memory Pin
Christian Graus23-May-07 21:57
protectorChristian Graus23-May-07 21:57 
GeneralRe: Read Large Files Into Memory Pin
Patricker23-May-07 22:00
Patricker23-May-07 22:00 
AnswerRe: Read Large Files Into Memory Pin
DavidNohejl24-May-07 0:27
DavidNohejl24-May-07 0:27 

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.