Click here to Skip to main content
15,909,742 members
Home / Discussions / C#
   

C#

 
AnswerRe: PC to PC calling Pin
Dave Kreskowiak14-Apr-09 6:29
mveDave Kreskowiak14-Apr-09 6:29 
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 
hmmmm... multi threading is where more than one thread is used in an application. The main benifit of this would be to perform tasks while alowing other task to continue thier work at the same time.

A windows form application initially will run on one thread, commonly called the UIThread, all User Interaction with the application therefore runs on a single thread. In this case any tasks which may take more than a seconds or two to complete should be run on a seperate thread. This gives the UIThread the freedom to handle further User Interaction without seeming that the application has frozen.

So single threading is basically what you get as standard with any program that has not created any other threads within it.

Life goes very fast. Tomorrow, today is already yesterday.

AnswerRe: Threading Pin
Muammar©14-Apr-09 6:07
Muammar©14-Apr-09 6:07 
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 

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.