what are events?
Answers were Sorted based on User's Feedback
Every action is a an event.In GUI all the controls have the
event action.For example Button,it has the click,double
click,key press,key up,key down,mouse move,mouse up,mouse
down like that.When you can generate the set of task based
on the event.
| Is This Answer Correct ? | 35 Yes | 8 No |
Answer / bikash pattanayak
Event is a time period which tell us when an action has to
be performed. A control may have many events associated to
it. Some e.g of events are
onclick,mouseover,mouseout,ondouble click.
Events takes the help of Event Procedure for execution.
Event Procedure is a bolck of code which gets executed when
an events gets called...
| Is This Answer Correct ? | 0 Yes | 2 No |
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
What are the forms of graphics?
Which window displays messages for the status of various features provided in the visual studio .net ide?
What is the use of form?
How to create a set up in vb.net for desktop application please say steps with examples?
What is datagrid?
Hi, I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. when I am clicking another button then other two values also insert into that table. please help me
How do you hide the columns in datagrid?
what is the Difference between listbox and combo box?
What is form and meaning?
Is it possible to set a shortcut key for label?
Which property of textbox cannot be changed at runtime?