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

C#

 
GeneralRe: protect database Pin
Christian Graus22-Jan-07 18:42
protectorChristian Graus22-Jan-07 18:42 
QuestionCan C# run over linux Pin
Mostafa Siraj21-Jan-07 12:23
Mostafa Siraj21-Jan-07 12:23 
AnswerRe: Can C# run over linux Pin
Christian Graus21-Jan-07 12:33
protectorChristian Graus21-Jan-07 12:33 
GeneralRe: Can C# run over linux Pin
Mostafa Siraj21-Jan-07 12:39
Mostafa Siraj21-Jan-07 12:39 
GeneralRe: Can C# run over linux Pin
Christian Graus21-Jan-07 13:24
protectorChristian Graus21-Jan-07 13:24 
GeneralRe: Can C# run over linux Pin
predakanga21-Jan-07 14:50
predakanga21-Jan-07 14:50 
QuestionDelegate Pin
mehrdadc4821-Jan-07 8:55
mehrdadc4821-Jan-07 8:55 
AnswerRe: Delegate Pin
Christian Graus21-Jan-07 9:23
protectorChristian Graus21-Jan-07 9:23 
A delegate is a function pointer. An example of a delegate is a click event. If you place a button on your form class, that button defines a delegate, that is, a function signature. Your form class can subscribe to the delegate, that is, it can write a function with that signature, and tie it to the event. When your button class registers that it's been clicked, the code in your form class is called. so, delegates are a way for one class to call a method in another class.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Delegate Pin
aSarafian22-Jan-07 2:55
aSarafian22-Jan-07 2:55 
QuestionHow to figure out what is root folder of my program at start up? [modified] Pin
TrooperIronMan21-Jan-07 8:54
TrooperIronMan21-Jan-07 8:54 
AnswerRe: How to figure out what is root folder of my program at start up? Pin
TrooperIronMan21-Jan-07 9:08
TrooperIronMan21-Jan-07 9:08 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
justintimberlake21-Jan-07 17:42
justintimberlake21-Jan-07 17:42 
AnswerRe: How to figure out what is root folder of my program at start up? Pin
Christian Graus21-Jan-07 9:24
protectorChristian Graus21-Jan-07 9:24 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
TrooperIronMan22-Jan-07 2:46
TrooperIronMan22-Jan-07 2:46 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
Christian Graus22-Jan-07 8:26
protectorChristian Graus22-Jan-07 8:26 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
TrooperIronMan22-Jan-07 14:13
TrooperIronMan22-Jan-07 14:13 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
David Domingues22-Jan-07 4:43
David Domingues22-Jan-07 4:43 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
TrooperIronMan22-Jan-07 14:15
TrooperIronMan22-Jan-07 14:15 
AnswerRe: How to figure out what is root folder of my program at start up? Pin
aSarafian22-Jan-07 2:58
aSarafian22-Jan-07 2:58 
AnswerRe: How to figure out what is root folder of my program at start up? Pin
Radu Sorin23-Jan-07 4:31
Radu Sorin23-Jan-07 4:31 
GeneralRe: How to figure out what is root folder of my program at start up? Pin
TrooperIronMan23-Jan-07 5:22
TrooperIronMan23-Jan-07 5:22 
QuestionScaled bitmap Pin
AghaKhan21-Jan-07 7:21
AghaKhan21-Jan-07 7:21 
AnswerRe: Scaled bitmap Pin
Luc Pattyn21-Jan-07 7:35
sitebuilderLuc Pattyn21-Jan-07 7:35 
GeneralRe: Scaled bitmap Pin
AghaKhan21-Jan-07 7:45
AghaKhan21-Jan-07 7:45 
GeneralRe: Scaled bitmap Pin
Luc Pattyn21-Jan-07 7:56
sitebuilderLuc Pattyn21-Jan-07 7:56 

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.