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 |
where we are using NEW keyword other than create instance Pls Help me? Gopal
Where to use new keyword other than create instance?
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
Are windows forms still used?
For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?
What is form technology?
How do you customize the column content inside the datagrid?
Name the template that is used to create a user-defined component.
What is the need of z-order method?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
what are container objects?
We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".