Click here to Skip to main content
15,891,684 members
Home / Discussions / C#
   

C#

 
Generalmusic files Pin
jphuphilly24-Feb-04 4:22
jphuphilly24-Feb-04 4:22 
GeneralRe: music files Pin
Mazdak24-Feb-04 5:23
Mazdak24-Feb-04 5:23 
GeneralRe: music files Pin
jphuphilly24-Feb-04 7:03
jphuphilly24-Feb-04 7:03 
GeneralCrystal Report batch console application Pin
Visionsoft24-Feb-04 3:53
Visionsoft24-Feb-04 3:53 
GeneralSorting DataGrid BoundColumn using DataGrid.SortCommand Pin
ajaylulia24-Feb-04 2:21
ajaylulia24-Feb-04 2:21 
GeneralRe: Sorting DataGrid BoundColumn using DataGrid.SortCommand Pin
Mazdak24-Feb-04 3:21
Mazdak24-Feb-04 3:21 
GeneralRe: Sorting DataGrid BoundColumn using DataGrid.SortCommand Pin
ajaylulia24-Feb-04 16:56
ajaylulia24-Feb-04 16:56 
GeneralAsynchronous sockets and message queues Pin
Rickard Andersson2024-Feb-04 2:08
Rickard Andersson2024-Feb-04 2:08 
When using non-blocking I/O in C++ a simple send() call could fail with WSAEWOULDBLOCK and the data is put in a message queue. When a FD_WRITE is coming in you can try send it again.

I wonder if this can happen with asynchronous sockets in .NET?
Can a send fail with WSAEWOULDBLOCK so that I need to use a message queue or does the framework do the second send for me?

Rickard Andersson
Here is my card, contact me later!

UIN: 50302279
Sonork: 37318

GeneralRe: Windows Processes& Properties Pin
Heath Stewart24-Feb-04 5:05
protectorHeath Stewart24-Feb-04 5:05 
GeneralError: Malformed server response Pin
rosie224-Feb-04 0:33
rosie224-Feb-04 0:33 
GeneralRe: Error: Malformed server response Pin
Heath Stewart24-Feb-04 5:03
protectorHeath Stewart24-Feb-04 5:03 
GeneralDirectX Mesh Pin
SherKar23-Feb-04 23:08
SherKar23-Feb-04 23:08 
GeneralRe: DirectX Mesh Pin
Heath Stewart24-Feb-04 4:59
protectorHeath Stewart24-Feb-04 4:59 
Questioncontrols in a ListView??? Pin
Snowjim23-Feb-04 22:19
Snowjim23-Feb-04 22:19 
AnswerRe: controls in a ListView??? Pin
Heath Stewart24-Feb-04 4:56
protectorHeath Stewart24-Feb-04 4:56 
QuestionHow to get Log of all files used for a day Pin
Member 33502223-Feb-04 20:30
Member 33502223-Feb-04 20:30 
AnswerRe: How to get Log of all files used for a day Pin
Mazdak24-Feb-04 0:38
Mazdak24-Feb-04 0:38 
AnswerRe: How to get Log of all files used for a day Pin
Heath Stewart24-Feb-04 4:54
protectorHeath Stewart24-Feb-04 4:54 
QuestionHow to implement IDocHostUIHandler with c# ? Pin
benzite23-Feb-04 19:47
benzite23-Feb-04 19:47 
AnswerRe: How to implement IDocHostUIHandler with c# ? Pin
Heath Stewart24-Feb-04 4:50
protectorHeath Stewart24-Feb-04 4:50 
AnswerRe: How to implement IDocHostUIHandler with c# ? Pin
LongRange.Shooter24-Feb-04 11:00
LongRange.Shooter24-Feb-04 11:00 
GeneralRe: How to implement IDocHostUIHandler with c# ? Pin
benzite24-Feb-04 14:37
benzite24-Feb-04 14:37 
GeneralRe: How to implement IDocHostUIHandler with c# ? Pin
Heath Stewart25-Feb-04 2:40
protectorHeath Stewart25-Feb-04 2:40 
GeneralWithout a RDBMS or XML Pin
Sheriff Botros23-Feb-04 18:52
Sheriff Botros23-Feb-04 18:52 
GeneralRe: Without a RDBMS or XML Pin
Mazdak24-Feb-04 3:26
Mazdak24-Feb-04 3:26 

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.