Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
AnswerRe: Input String Pin
Luc Pattyn31-Aug-07 3:57
sitebuilderLuc Pattyn31-Aug-07 3:57 
QuestionHi Control rendering Pin
CodeVarma31-Aug-07 0:33
CodeVarma31-Aug-07 0:33 
QuestionDataGrid Pin
André Stroebel30-Aug-07 22:49
André Stroebel30-Aug-07 22:49 
AnswerRe: DataGrid Pin
Xmen Real 30-Aug-07 22:58
professional Xmen Real 30-Aug-07 22:58 
GeneralRe: DataGrid Pin
André Stroebel30-Aug-07 23:06
André Stroebel30-Aug-07 23:06 
GeneralRe: DataGrid Pin
André Stroebel30-Aug-07 23:23
André Stroebel30-Aug-07 23:23 
GeneralRe: DataGrid Pin
Xmen Real 30-Aug-07 23:29
professional Xmen Real 30-Aug-07 23:29 
QuestionEvents Pin
Sonia Gupta30-Aug-07 22:47
Sonia Gupta30-Aug-07 22:47 
When the button is pressed, certain actions should be performed at the system level. These include changing the appearance of

the button to give the user a feeling that the button is being pressed and so on. In common programming languages, this is

done by placing the code that should be executed when button click occurs in some functions and invoking these functions when

the user clicks the button.

Here, clicking the button is normally referred to as an 'Event' and all the associated functions that are called as a result

of an event as 'Event Handlers'.

Now question is
private void button1_Click(object sender, EventArgs e)
{
abc();
}

void abc()
{
}

the function button1_Click() and calling function abc() both are called as event handler or only the function button1_Click() is an event handler?



Sonia Gupta
Soniagupta1@yahoo.co.in
Yahoo messengerId-soniagupta1
Love is Friendship and Friendship is Love....

AnswerRe: Events Pin
gauthee31-Aug-07 0:28
gauthee31-Aug-07 0:28 
Questionwww.kal.com/login.aspx to www.kal.com Pin
kalyan_241630-Aug-07 21:14
kalyan_241630-Aug-07 21:14 
AnswerRe: www.kal.com/login.aspx to www.kal.com Pin
\laddie30-Aug-07 21:30
\laddie30-Aug-07 21:30 
GeneralRe: www.kal.com/login.aspx to www.kal.com Pin
Vasudevan Deepak Kumar30-Aug-07 22:17
Vasudevan Deepak Kumar30-Aug-07 22:17 
AnswerRe: www.kal.com/login.aspx to www.kal.com Pin
Vasudevan Deepak Kumar30-Aug-07 22:14
Vasudevan Deepak Kumar30-Aug-07 22:14 
GeneralRe: www.kal.com/login.aspx to www.kal.com Pin
kalyan_241631-Aug-07 0:33
kalyan_241631-Aug-07 0:33 
AnswerRe: www.kal.com/login.aspx to www.kal.com Pin
leppie30-Aug-07 23:31
leppie30-Aug-07 23:31 
GeneralRe: www.kal.com/login.aspx to www.kal.com Pin
Vasudevan Deepak Kumar31-Aug-07 2:35
Vasudevan Deepak Kumar31-Aug-07 2:35 
GeneralRe: www.kal.com/login.aspx to www.kal.com Pin
leppie31-Aug-07 3:39
leppie31-Aug-07 3:39 
AnswerRe: www.kal.com/login.aspx to www.kal.com Pin
ChrisKo31-Aug-07 13:31
ChrisKo31-Aug-07 13:31 
Questionhow t o show the status bar of memory usage Pin
santoshkumarB30-Aug-07 20:59
santoshkumarB30-Aug-07 20:59 
AnswerRe: how t o show the status bar of memory usage Pin
Dave Kreskowiak31-Aug-07 4:01
mveDave Kreskowiak31-Aug-07 4:01 
Questionbasic search using user control Pin
dsaikrishna30-Aug-07 20:02
dsaikrishna30-Aug-07 20:02 
AnswerRe: basic search using user control Pin
\laddie30-Aug-07 20:52
\laddie30-Aug-07 20:52 
GeneralRe: basic search using user control Pin
dsaikrishna30-Aug-07 20:58
dsaikrishna30-Aug-07 20:58 
GeneralRe: basic search using user control Pin
\laddie30-Aug-07 21:10
\laddie30-Aug-07 21:10 
GeneralRe: basic search using user control Pin
\laddie30-Aug-07 21:11
\laddie30-Aug-07 21:11 

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.