Click here to Skip to main content
15,895,606 members
Home / Discussions / C#
   

C#

 
Questioncan i drive a class from a delegate Pin
Pankaj Garg6-Jul-08 3:29
Pankaj Garg6-Jul-08 3:29 
AnswerRe: can i drive a class from a delegate Pin
leppie6-Jul-08 3:53
leppie6-Jul-08 3:53 
AnswerRe: can i drive a class from a delegate Pin
leppie6-Jul-08 3:55
leppie6-Jul-08 3:55 
GeneralRe: can i drive a class from a delegate Pin
Pete O'Hanlon6-Jul-08 8:55
mvePete O'Hanlon6-Jul-08 8:55 
GeneralRe: can i drive a class from a delegate Pin
leppie6-Jul-08 9:17
leppie6-Jul-08 9:17 
GeneralRe: can i drive a class from a delegate Pin
Pete O'Hanlon6-Jul-08 9:24
mvePete O'Hanlon6-Jul-08 9:24 
GeneralRe: can i drive a class from a delegate Pin
leppie6-Jul-08 9:45
leppie6-Jul-08 9:45 
AnswerRe: can i drive a class from a delegate Pin
N a v a n e e t h6-Jul-08 4:05
N a v a n e e t h6-Jul-08 4:05 
All delegates are derived from System.Delegate. But compiler won't allow you to derive from this class, it is done internally. You can always cast any user defined delegates to "System.Delegate" type.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

QuestionC# WINFORMS' Threading Apllication halt while Desktop Theme Change Pin
S Raheel Noor6-Jul-08 3:11
S Raheel Noor6-Jul-08 3:11 
QuestionApplied Application Development - Book recommendation sought [modified] Pin
DwR6-Jul-08 2:29
DwR6-Jul-08 2:29 
AnswerRe: Applied Application Development - Book recommendation sought Pin
DwR6-Jul-08 23:26
DwR6-Jul-08 23:26 
Questionerror display variable value/type Pin
George_George6-Jul-08 2:13
George_George6-Jul-08 2:13 
AnswerRe: error display variable value/type Pin
Christian Graus6-Jul-08 9:21
protectorChristian Graus6-Jul-08 9:21 
GeneralRe: error display variable value/type Pin
George_George6-Jul-08 16:04
George_George6-Jul-08 16:04 
GeneralRe: error display variable value/type Pin
leppie6-Jul-08 21:11
leppie6-Jul-08 21:11 
GeneralRe: error display variable value/type Pin
George_George6-Jul-08 21:31
George_George6-Jul-08 21:31 
AnswerRe: error display variable value/type Pin
S. Senthil Kumar6-Jul-08 23:45
S. Senthil Kumar6-Jul-08 23:45 
GeneralRe: error display variable value/type Pin
George_George7-Jul-08 2:28
George_George7-Jul-08 2:28 
QuestionI want a code login on C#.net pleas Pin
koromankung6-Jul-08 2:05
koromankung6-Jul-08 2:05 
Questioncan not set breakpoint [modified] Pin
George_George6-Jul-08 2:00
George_George6-Jul-08 2:00 
AnswerRe: can not set breakpoint Pin
leppie6-Jul-08 3:50
leppie6-Jul-08 3:50 
GeneralRe: can not set breakpoint Pin
George_George6-Jul-08 15:51
George_George6-Jul-08 15:51 
AnswerRe: can not set breakpoint Pin
Tony Richards6-Jul-08 10:40
Tony Richards6-Jul-08 10:40 
GeneralRe: can not set breakpoint Pin
George_George6-Jul-08 15:52
George_George6-Jul-08 15:52 
QuestionHow to execute oracle procedure in c# Pin
Puneri6-Jul-08 1:29
Puneri6-Jul-08 1:29 

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.