Click here to Skip to main content
15,919,132 members
Home / Discussions / C#
   

C#

 
GeneralRe: A programe interact with user Pin
OriginalGriff27-Aug-11 22:35
mveOriginalGriff27-Aug-11 22:35 
GeneralRe: A programe interact with user Pin
Had12328-Aug-11 2:54
Had12328-Aug-11 2:54 
AnswerRe: A programe interact with user Pin
Ravi Bhavnani28-Aug-11 5:11
professionalRavi Bhavnani28-Aug-11 5:11 
GeneralRe: A programe interact with user Pin
Manfred Rudolf Bihy28-Aug-11 3:10
professionalManfred Rudolf Bihy28-Aug-11 3:10 
AnswerRe: A programe interact with user Pin
Abhinav S28-Aug-11 2:46
Abhinav S28-Aug-11 2:46 
Questionwhat is delegates, threading functions etc Pin
dinesh samaria27-Aug-11 5:38
dinesh samaria27-Aug-11 5:38 
AnswerRe: what is delegates, threading functions etc Pin
Hari Om Prakash Sharma27-Aug-11 8:29
Hari Om Prakash Sharma27-Aug-11 8:29 
AnswerRe: what is delegates, threading functions etc Pin
Abhinav S27-Aug-11 21:03
Abhinav S27-Aug-11 21:03 
A delegate, very simply put, is an address to a function that needs to be invoked at a certain time.
Delegates in C# are type safe.

E.g. HandlerMethod handler1 = FirstHandler;
where FirstHandler is a method.

Thread functions (like SetThreadPriority,Sleep etc) are functions that can be invoked on an existing thread.

E.g. Thread.ExitProcess()
Too much of heaven can bring you underground
Heaven can always turn around
Too much of heaven, our life is all hell bound
Heaven, the kill that makes no sound

GeneralNetwork Game Word Building Project Pin
teju.aries27-Aug-11 3:53
teju.aries27-Aug-11 3:53 
AnswerRe: Network Game Word Building Project Pin
DaveAuld27-Aug-11 4:48
professionalDaveAuld27-Aug-11 4:48 
GeneralRe: Network Game Word Building Project Pin
Ravi Bhavnani27-Aug-11 11:27
professionalRavi Bhavnani27-Aug-11 11:27 
Questionc# Pin
rama_sangoju27-Aug-11 1:35
rama_sangoju27-Aug-11 1:35 
AnswerRe: c# Pin
Shameel27-Aug-11 4:10
professionalShameel27-Aug-11 4:10 
AnswerRe: c# Pin
rasoolfazeli27-Aug-11 4:47
rasoolfazeli27-Aug-11 4:47 
GeneralRe: c# Pin
Shameel27-Aug-11 4:55
professionalShameel27-Aug-11 4:55 
AnswerRe: c# Pin
Hari Om Prakash Sharma27-Aug-11 8:23
Hari Om Prakash Sharma27-Aug-11 8:23 
AnswerRe: c# Pin
Abhinav S27-Aug-11 21:05
Abhinav S27-Aug-11 21:05 
Questionprogramming Event Logic Pin
rasoolfazeli27-Aug-11 0:36
rasoolfazeli27-Aug-11 0:36 
AnswerRe: programming Event Logic Pin
MicroVirus27-Aug-11 2:43
MicroVirus27-Aug-11 2:43 
GeneralRe: programming Event Logic Pin
rasoolfazeli27-Aug-11 4:39
rasoolfazeli27-Aug-11 4:39 
AnswerRe: programming Event Logic Pin
MicroVirus27-Aug-11 5:58
MicroVirus27-Aug-11 5:58 
AnswerRe: programming Event Logic Pin
GParkings1-Sep-11 6:55
GParkings1-Sep-11 6:55 
QuestionIs there a use for... [modified] Pin
Narf the Mouse26-Aug-11 14:39
Narf the Mouse26-Aug-11 14:39 
AnswerRe: Is there a use for... Pin
PIEBALDconsult26-Aug-11 14:46
mvePIEBALDconsult26-Aug-11 14:46 
GeneralRe: Is there a use for... Pin
Narf the Mouse26-Aug-11 15:05
Narf the Mouse26-Aug-11 15:05 

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.