Click here to Skip to main content
15,913,587 members
Home / Discussions / C#
   

C#

 
GeneralRe: PC to PC calling Pin
yogeshdewangan14-Apr-09 6:55
yogeshdewangan14-Apr-09 6:55 
GeneralRe: PC to PC calling Pin
Dave Kreskowiak14-Apr-09 15:18
mveDave Kreskowiak14-Apr-09 15:18 
AnswerRe: PC to PC calling Pin
0x3c014-Apr-09 6:57
0x3c014-Apr-09 6:57 
GeneralRe: PC to PC calling Pin
yogesh_softworld12314-Apr-09 12:15
yogesh_softworld12314-Apr-09 12:15 
QuestionThreading Pin
yesu prakash14-Apr-09 4:44
yesu prakash14-Apr-09 4:44 
AnswerRe: Threading Pin
Deresen14-Apr-09 4:50
Deresen14-Apr-09 4:50 
AnswerRe: Threading Pin
musefan14-Apr-09 4:54
musefan14-Apr-09 4:54 
AnswerRe: Threading Pin
Muammar©14-Apr-09 6:07
Muammar©14-Apr-09 6:07 
When a piece of work is being carried using the default thread, then you want to do another piece of work but the first process is still running then you'll have to wait until the first process finishes so the compiler stack moves to the next process and that would be the case of a single threaded module. Unlike the single threaded designs, you can run more than one process simultaneously. You might wanna read about BackgroundWorker and maybe delegates as well.


All generalizations are wrong, including this one!
(\ /)
(O.o)
(><)

Questionaccessing gpedit.msc using c#.net Pin
neelu777914-Apr-09 4:24
neelu777914-Apr-09 4:24 
AnswerRe: accessing gpedit.msc using c#.net Pin
Dave Kreskowiak14-Apr-09 5:34
mveDave Kreskowiak14-Apr-09 5:34 
GeneralRe: accessing gpedit.msc using c#.net Pin
neelu777914-Apr-09 6:11
neelu777914-Apr-09 6:11 
GeneralRe: accessing gpedit.msc using c#.net Pin
Dave Kreskowiak14-Apr-09 6:29
mveDave Kreskowiak14-Apr-09 6:29 
GeneralRe: accessing gpedit.msc using c#.net Pin
neelu777914-Apr-09 23:09
neelu777914-Apr-09 23:09 
GeneralRe: accessing gpedit.msc using c#.net Pin
Dave Kreskowiak15-Apr-09 2:17
mveDave Kreskowiak15-Apr-09 2:17 
QuestionAccessing ActiveX Ambient Properties from C# Pin
dequadin14-Apr-09 3:02
dequadin14-Apr-09 3:02 
AnswerRe: Accessing ActiveX Ambient Properties from C# Pin
dequadin18-Apr-09 5:21
dequadin18-Apr-09 5:21 
QuestionSobre el protocolo DMX 512 Pin
pocho210114-Apr-09 2:43
pocho210114-Apr-09 2:43 
GeneralRe: Sobre el protocolo DMX 512 Pin
Pedram Behroozi14-Apr-09 2:54
Pedram Behroozi14-Apr-09 2:54 
AnswerRe: Sobre el protocolo DMX 512 Pin
Luc 64801114-Apr-09 4:23
Luc 64801114-Apr-09 4:23 
QuestionRead xml file which has multiple tables Pin
ptr_Electron14-Apr-09 2:35
ptr_Electron14-Apr-09 2:35 
AnswerRe: Read xml file which has multiple tables Pin
i gr814-Apr-09 2:58
i gr814-Apr-09 2:58 
GeneralRe: Read xml file which has multiple tables Pin
ptr_Electron14-Apr-09 3:04
ptr_Electron14-Apr-09 3:04 
GeneralRe: Read xml file which has multiple tables Pin
agent00zelda14-Apr-09 3:47
agent00zelda14-Apr-09 3:47 
GeneralRe: Read xml file which has multiple tables Pin
ptr_Electron14-Apr-09 5:30
ptr_Electron14-Apr-09 5:30 
AnswerRe: Read xml file which has multiple tables Pin
Harikrishna.Daxini14-Apr-10 19:01
Harikrishna.Daxini14-Apr-10 19:01 

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.