Threads

koure

Active member
Joined
Sep 23, 2008
Messages
27
Programming Experience
Beginner
Hi

I'm new to vb.net. I'm using vb.net 2005.
I'm writing a multithreading application where I want a function to queue a message in a queue. How do I do that and how do I syncrhonize the function so when it is accessed by two users at the same time only one can enqueue the message and when that one finished the next one to be able to enqueue the message?

Thanks in advance
 
please explain..

what do you mean by "accessed by two users at the same time" ?

are you talking about some network application?
 
Back
Top