Click here to Skip to main content
15,922,155 members
Home / Discussions / C#
   

C#

 
AnswerRe: using c header files Pin
#realJSOP20-Jan-09 2:26
professional#realJSOP20-Jan-09 2:26 
AnswerRe: using c header files Pin
PIEBALDconsult21-Jan-09 5:55
mvePIEBALDconsult21-Jan-09 5:55 
QuestionMoving value to textbox control from another thread Pin
The_Collector20-Jan-09 1:15
The_Collector20-Jan-09 1:15 
AnswerRe: Moving value to textbox control from another thread Pin
J a a n s20-Jan-09 1:20
professionalJ a a n s20-Jan-09 1:20 
GeneralRe: Moving value to textbox control from another thread Pin
The_Collector20-Jan-09 2:55
The_Collector20-Jan-09 2:55 
AnswerRe: Moving value to textbox control from another thread Pin
musefan20-Jan-09 1:23
musefan20-Jan-09 1:23 
GeneralRe: Moving value to textbox control from another thread Pin
The_Collector20-Jan-09 2:50
The_Collector20-Jan-09 2:50 
AnswerRe: Moving value to textbox control from another thread Pin
Eddy Vluggen20-Jan-09 1:40
professionalEddy Vluggen20-Jan-09 1:40 
"Synchronization in Threads

When we have multiple threads that share data, we need to provide synchronized access to the data. We have to deal with synchronization issues related to concurrent access to variables and objects accessible by multiple threads at the same time. This is controlled by giving one thread a chance to acquire a lock on the shared resource at a time. We can think it like a box where the object is available and only one thread can enter into and the other thread is waiting outside the box until the previous one comes out."

As quoted from a Code Project Article[^].

The_Collector wrote:
Thnx n advance to kind people who r ready to share thier knowledge

I ain't that kind Smile | :)

I are troll Smile | :)

GeneralRe: Moving value to textbox control from another thread Pin
The_Collector20-Jan-09 2:57
The_Collector20-Jan-09 2:57 
GeneralRe: Moving value to textbox control from another thread Pin
Eddy Vluggen20-Jan-09 3:14
professionalEddy Vluggen20-Jan-09 3:14 
GeneralRe: Moving value to textbox control from another thread Pin
The_Collector20-Jan-09 3:24
The_Collector20-Jan-09 3:24 
GeneralRe: Moving value to textbox control from another thread Pin
The_Collector20-Jan-09 3:27
The_Collector20-Jan-09 3:27 
GeneralRe: Moving value to textbox control from another thread Pin
Eddy Vluggen20-Jan-09 3:37
professionalEddy Vluggen20-Jan-09 3:37 
GeneralRe: Moving value to textbox control from another thread Pin
The_Collector20-Jan-09 3:41
The_Collector20-Jan-09 3:41 
GeneralRe: Moving value to textbox control from another thread Pin
Eddy Vluggen20-Jan-09 6:52
professionalEddy Vluggen20-Jan-09 6:52 
GeneralRe: Moving value to textbox control from another thread Pin
The_Collector20-Jan-09 11:12
The_Collector20-Jan-09 11:12 
GeneralRe: Moving value to textbox control from another thread Pin
The_Collector20-Jan-09 11:55
The_Collector20-Jan-09 11:55 
GeneralRe: Moving value to textbox control from another thread Pin
Eddy Vluggen20-Jan-09 21:33
professionalEddy Vluggen20-Jan-09 21:33 
Questionmuting my current process Pin
sperlis20-Jan-09 0:54
sperlis20-Jan-09 0:54 
AnswerRe: muting my current process Pin
Dave Kreskowiak20-Jan-09 1:58
mveDave Kreskowiak20-Jan-09 1:58 
GeneralRe: muting my current process Pin
User 665820-Jan-09 2:18
User 665820-Jan-09 2:18 
AnswerRe: muting my current process Pin
harold aptroot20-Jan-09 2:02
harold aptroot20-Jan-09 2:02 
QuestionConversion library or executable to convert Vox file to MP3 format. Pin
Tarini Singh19-Jan-09 23:58
Tarini Singh19-Jan-09 23:58 
AnswerRe: Conversion library or executable to convert Vox file to MP3 format. Pin
musefan20-Jan-09 0:29
musefan20-Jan-09 0:29 
QuestionWhere are app settings stored? Pin
Anders Molin19-Jan-09 23:41
professionalAnders Molin19-Jan-09 23:41 

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.