Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
GeneralRe: Pin
roman_s14-May-10 5:07
roman_s14-May-10 5:07 
GeneralRe: Pin
AspDotNetDev14-May-10 11:16
protectorAspDotNetDev14-May-10 11:16 
GeneralOriginal Question Pin
AspDotNetDev14-May-10 18:27
protectorAspDotNetDev14-May-10 18:27 
QuestionDirectShow Pin
TimSWatson14-May-10 0:56
TimSWatson14-May-10 0:56 
AnswerRe: DirectShow Pin
#realJSOP14-May-10 1:45
mve#realJSOP14-May-10 1:45 
Questionhow to play multiple video files in windows media player using C# Pin
NetMan201214-May-10 0:44
NetMan201214-May-10 0:44 
AnswerRe: how to play multiple video files in windows media player using C# Pin
Rajesh Anuhya14-May-10 1:15
professionalRajesh Anuhya14-May-10 1:15 
QuestionNetworkStream.BeginWrite() blocks as called from thread Pin
Chesnokov Yuriy13-May-10 23:16
professionalChesnokov Yuriy13-May-10 23:16 
I've got main application (which listens on some port and accepts connections) with a TcpClient variable in the fields which is used to get connected client.

I run some time consuming BackgroundWorker from that main application which performs some calculations and send data to that connected TcpClient with asynchronous BeginWrite().

DataWrite AsyncCallback is defined in the main application body.

Why BegineWrite() called from BackgroundWorker blocks until all data was sent and DataWrite AsyncCallback finished?

How to solve the problem to send thread results without DataWrite block?

Чесноков

AnswerRe: NetworkStream.BeginWrite() blocks as called from thread Pin
#realJSOP14-May-10 1:43
mve#realJSOP14-May-10 1:43 
QuestionRe: NetworkStream.BeginWrite() blocks as called from thread Pin
Chesnokov Yuriy14-May-10 2:13
professionalChesnokov Yuriy14-May-10 2:13 
QuestionWhich is the best tool for .net obfuscation ? Pin
md_azy13-May-10 20:49
md_azy13-May-10 20:49 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
Johnny J.13-May-10 21:42
professionalJohnny J.13-May-10 21:42 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
Som Shekhar13-May-10 21:50
Som Shekhar13-May-10 21:50 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
#realJSOP14-May-10 1:39
mve#realJSOP14-May-10 1:39 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
harold aptroot14-May-10 2:12
harold aptroot14-May-10 2:12 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
PIEBALDconsult14-May-10 4:06
mvePIEBALDconsult14-May-10 4:06 
GeneralRe: Which is the best tool for .net obfuscation ? Pin
OriginalGriff14-May-10 4:11
mveOriginalGriff14-May-10 4:11 
GeneralRe: Which is the best tool for .net obfuscation ? Pin
dan!sh 14-May-10 4:21
professional dan!sh 14-May-10 4:21 
QuestionHOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME [modified] Pin
crisjala13-May-10 20:27
crisjala13-May-10 20:27 
AnswerRe: HOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME Pin
OriginalGriff13-May-10 21:41
mveOriginalGriff13-May-10 21:41 
GeneralRe: HOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME Pin
DaveyM6914-May-10 0:56
professionalDaveyM6914-May-10 0:56 
GeneralRe: HOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME Pin
OriginalGriff14-May-10 0:59
mveOriginalGriff14-May-10 0:59 
GeneralRe: HOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME Pin
Not Active14-May-10 1:20
mentorNot Active14-May-10 1:20 
AnswerRe: HOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME Pin
#realJSOP14-May-10 1:36
mve#realJSOP14-May-10 1:36 
AnswerRe: HOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME Pin
Kalvin @ Work14-May-10 9:27
Kalvin @ Work14-May-10 9: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.