Click here to Skip to main content
15,898,736 members
Home / Discussions / C#
   

C#

 
GeneralRe: Including WPF Components Pin
Mycroft Holmes15-Jun-08 14:35
professionalMycroft Holmes15-Jun-08 14:35 
GeneralRe: Including WPF Components Pin
erfi15-Jun-08 3:38
erfi15-Jun-08 3:38 
GeneralRe: Including WPF Components Pin
Muammar©15-Jun-08 9:10
Muammar©15-Jun-08 9:10 
AnswerRe: Including WPF Components Pin
Muammar©15-Jun-08 3:09
Muammar©15-Jun-08 3:09 
Questionwhere actually used delegate Pin
Shaik Haneef14-Jun-08 20:54
Shaik Haneef14-Jun-08 20:54 
AnswerRe: where actually used delegate Pin
Lutosław14-Jun-08 22:07
Lutosław14-Jun-08 22:07 
AnswerRe: where actually used delegate Pin
Parwej Ahamad15-Jun-08 1:44
professionalParwej Ahamad15-Jun-08 1:44 
AnswerRe: where actually used delegate Pin
Christian Graus15-Jun-08 2:03
protectorChristian Graus15-Jun-08 2:03 
This is not the ASP.NET forum.

Delegates are used for a start whenever an event fires. In ASP.NET, Page_load and Page_prerender work b/c of delegates. In winforms, your click events, load events, etc, work b/c of delegates. I would use delegates most for communication between forms, or between user controls in ASP.NET. You'd use delegates a lot less in ASP.NET b/c it's stateless, your page is completely recreated on every postback.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

QuestionClass Library and Intellisense Pin
Ian Uy14-Jun-08 19:41
Ian Uy14-Jun-08 19:41 
AnswerRe: Class Library and Intellisense Pin
Brady Kelly14-Jun-08 23:32
Brady Kelly14-Jun-08 23:32 
GeneralRe: Class Library and Intellisense Pin
Ian Uy15-Jun-08 1:18
Ian Uy15-Jun-08 1:18 
GeneralRe: Class Library and Intellisense Pin
Brady Kelly15-Jun-08 1:25
Brady Kelly15-Jun-08 1:25 
GeneralRe: Class Library and Intellisense Pin
Ian Uy15-Jun-08 1:26
Ian Uy15-Jun-08 1:26 
GeneralRe: Class Library and Intellisense Pin
Brady Kelly15-Jun-08 1:29
Brady Kelly15-Jun-08 1:29 
GeneralRe: Class Library and Intellisense Pin
Scott Dorman15-Jun-08 2:15
professionalScott Dorman15-Jun-08 2:15 
GeneralRe: Class Library and Intellisense Pin
#realJSOP15-Jun-08 3:46
professional#realJSOP15-Jun-08 3:46 
GeneralRe: Class Library and Intellisense Pin
Gareth H15-Jun-08 4:03
Gareth H15-Jun-08 4:03 
GeneralRe: Class Library and Intellisense Pin
#realJSOP15-Jun-08 5:12
professional#realJSOP15-Jun-08 5:12 
GeneralRe: Class Library and Intellisense Pin
Ian Uy15-Jun-08 5:25
Ian Uy15-Jun-08 5:25 
AnswerRe: Class Library and Intellisense Pin
Chris Maunder15-Jun-08 5:15
cofounderChris Maunder15-Jun-08 5:15 
GeneralRe: Class Library and Intellisense Pin
Ian Uy15-Jun-08 5:23
Ian Uy15-Jun-08 5:23 
QuestionMaking application Vista compatible? Pin
Richard Blythe14-Jun-08 17:22
Richard Blythe14-Jun-08 17:22 
AnswerRe: Making application Vista compatible? Pin
rp_suman14-Jun-08 19:07
rp_suman14-Jun-08 19:07 
AnswerRe: Making application Vista compatible? Pin
Christian Graus15-Jun-08 2:04
protectorChristian Graus15-Jun-08 2:04 
QuestionWant my form to permit focus to "penetrate" to whatever window is under Pin
FocusedWolf14-Jun-08 14:00
FocusedWolf14-Jun-08 14:00 

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.