Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get system information Pin
alanteigne10-Dec-07 8:49
alanteigne10-Dec-07 8:49 
GeneralReading registry values Pin
TheJudeDude10-Dec-07 6:29
TheJudeDude10-Dec-07 6:29 
GeneralRe: Reading registry values Pin
TheJudeDude10-Dec-07 6:44
TheJudeDude10-Dec-07 6:44 
GeneralRe: Reading registry values Pin
Kristian Sixhøj10-Dec-07 7:12
Kristian Sixhøj10-Dec-07 7:12 
GeneralRe: Reading registry values Pin
TheJudeDude10-Dec-07 7:20
TheJudeDude10-Dec-07 7:20 
GeneralRe: Reading registry values Pin
Pete O'Hanlon10-Dec-07 9:24
mvePete O'Hanlon10-Dec-07 9:24 
Generaltriggers Pin
waheed awan10-Dec-07 6:29
waheed awan10-Dec-07 6:29 
GeneralRe: triggers Pin
Kristian Sixhøj10-Dec-07 7:17
Kristian Sixhøj10-Dec-07 7:17 
waheed awan wrote:
trigger.....

Do you mean event handler?

If I have understood your question, you're asking if it is possible to call a method from an event handler, right? Well, the answer is yes. You just type the name of the method within the event handler, then it will be called every time that event is triggered.

private void timer1_Tick(object sender, EventArgs e)
{
    SomeMethod();
}




Kristian Sixhoej
"Failure is not an option" - Gene Kranz

Generalgridview boundfield link Pin
eyeseetee10-Dec-07 5:04
eyeseetee10-Dec-07 5:04 
GeneralMS ACCESS 2003 connection from .NET 2005 C# Pin
s3rro10-Dec-07 4:49
s3rro10-Dec-07 4:49 
GeneralRe: MS ACCESS 2003 connection from .NET 2005 C# Pin
led mike10-Dec-07 4:57
led mike10-Dec-07 4:57 
GeneralRe: MS ACCESS 2003 connection from .NET 2005 C# Pin
Paul Conrad10-Dec-07 10:27
professionalPaul Conrad10-Dec-07 10:27 
QuestionHow to pass object between MFC C++ DLL and C# program? Pin
JMisfit10-Dec-07 4:22
JMisfit10-Dec-07 4:22 
AnswerRe: How to pass object between MFC C++ DLL and C# program? Pin
Pete O'Hanlon10-Dec-07 4:27
mvePete O'Hanlon10-Dec-07 4:27 
AnswerRe: How to pass object between MFC C++ DLL and C# program? Pin
Rob Graham10-Dec-07 4:32
Rob Graham10-Dec-07 4:32 
Generalsave file Pin
venky45610-Dec-07 4:12
venky45610-Dec-07 4:12 
GeneralRe: save file Pin
Judah Gabriel Himango10-Dec-07 4:22
sponsorJudah Gabriel Himango10-Dec-07 4:22 
GeneralShow Decimal Data in Label.Text Pin
tr_thorn10-Dec-07 4:10
tr_thorn10-Dec-07 4:10 
GeneralRe: Show Decimal Data in Label.Text Pin
Pete O'Hanlon10-Dec-07 4:28
mvePete O'Hanlon10-Dec-07 4:28 
GeneralRe: Show Decimal Data in Label.Text Pin
tr_thorn10-Dec-07 20:06
tr_thorn10-Dec-07 20:06 
GeneralDataGridView Pin
Member 403999510-Dec-07 3:53
Member 403999510-Dec-07 3:53 
GeneralRe: DataGridView Pin
CKnig10-Dec-07 4:06
CKnig10-Dec-07 4:06 
GeneralRe: DataGridView Pin
Member 403999510-Dec-07 5:20
Member 403999510-Dec-07 5:20 
GeneralStatic Constructor Pin
Shubhabrata Mohanty10-Dec-07 3:42
Shubhabrata Mohanty10-Dec-07 3:42 
GeneralRe: Static Constructor Pin
Abhijit Jana10-Dec-07 3:53
professionalAbhijit Jana10-Dec-07 3:53 

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.