Click here to Skip to main content
16,006,531 members
Home / Discussions / C#
   

C#

 
GeneralRe: Class DLL Pin
Nnamdi Onyeyiri27-Aug-02 8:50
Nnamdi Onyeyiri27-Aug-02 8:50 
GeneralBrowse directory Pin
Mazdak27-Aug-02 6:07
Mazdak27-Aug-02 6:07 
GeneralRe: Browse directory Pin
Sijin27-Aug-02 7:56
Sijin27-Aug-02 7:56 
GeneralRe: Browse directory Pin
Mazdak27-Aug-02 7:59
Mazdak27-Aug-02 7:59 
GeneralReceive and send in two single threads Pin
Rickard Andersson2027-Aug-02 4:23
Rickard Andersson2027-Aug-02 4:23 
GeneralRe: Receive and send in two single threads Pin
Nnamdi Onyeyiri27-Aug-02 4:39
Nnamdi Onyeyiri27-Aug-02 4:39 
GeneralRe: Receive and send in two single threads Pin
Rickard Andersson2027-Aug-02 5:34
Rickard Andersson2027-Aug-02 5:34 
GeneralRe: Receive and send in two single threads Pin
leppie27-Aug-02 5:57
leppie27-Aug-02 5:57 
Hi

You shouldn't have to bother with threads. Asynchronous methods already provided (see BeginXXXX() andEndXXXX() of Stream class) should do the trick and everything could be run from the main thread.

Hope this helps Smile | :)

MYrc : A .NET IRC client with C# Plugin Capabilities. See
http://sourceforge.net/projects/myrc
for more info. Big Grin | :-D
GeneralRe: Receive and send in two single threads Pin
Rickard Andersson2027-Aug-02 7:09
Rickard Andersson2027-Aug-02 7:09 
GeneralRe: Receive and send in two single threads Pin
James T. Johnson27-Aug-02 6:00
James T. Johnson27-Aug-02 6:00 
GeneralRe: Receive and send in two single threads Pin
Rickard Andersson2027-Aug-02 7:07
Rickard Andersson2027-Aug-02 7:07 
GeneralRe: Receive and send in two single threads Pin
James T. Johnson27-Aug-02 13:12
James T. Johnson27-Aug-02 13:12 
GeneralConverting string to a date Pin
halbichmi27-Aug-02 4:24
halbichmi27-Aug-02 4:24 
GeneralRe: Converting string to a date Pin
Paul Riley27-Aug-02 4:33
Paul Riley27-Aug-02 4:33 
GeneralRe: Converting string to a date Pin
halbichmi27-Aug-02 4:41
halbichmi27-Aug-02 4:41 
GeneralRe: Converting string to a date Pin
Paul Riley27-Aug-02 4:48
Paul Riley27-Aug-02 4:48 
GeneralRe: Converting string to a date Pin
halbichmi27-Aug-02 4:54
halbichmi27-Aug-02 4:54 
Generalcache problem Pin
Rüpel27-Aug-02 3:44
Rüpel27-Aug-02 3:44 
GeneralRe: cache problem Pin
Nnamdi Onyeyiri27-Aug-02 4:03
Nnamdi Onyeyiri27-Aug-02 4:03 
GeneralOS Version Pin
Nnamdi Onyeyiri27-Aug-02 1:42
Nnamdi Onyeyiri27-Aug-02 1:42 
GeneralRe: OS Version Pin
Paul Riley27-Aug-02 2:54
Paul Riley27-Aug-02 2:54 
GeneralRe: OS Version Pin
Nnamdi Onyeyiri27-Aug-02 2:59
Nnamdi Onyeyiri27-Aug-02 2:59 
QuestionDLL Win32 types in C# ?? Pin
EdgarBM26-Aug-02 22:06
EdgarBM26-Aug-02 22:06 
AnswerRe: DLL Win32 types in C# ?? Pin
Stephane Rodriguez.26-Aug-02 22:48
Stephane Rodriguez.26-Aug-02 22:48 
AnswerRe: DLL Win32 types in C# ?? Pin
leppie26-Aug-02 22:52
leppie26-Aug-02 22:52 

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.