Home

What is the correct answer?

4

_________ and _____________ combines to make a KeyPress event

A. KeyUp, KeyDown

B. KeyEnter, KeyRelease

C. KeyDown, KeyRelease

D. KeyEnter, KeyUp

Correct Answer :

A. KeyUp, KeyDown


Related Questions

In ADODB the _____________ property is used to connect to the table A user wants that custom colors are visible when the Color Dialog Box… Using MyBase you can call base class If Option Explicit is on then Dim i as Integer="10" will produce an error In ListView the item that is currently selected is determined by /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… A single OLEDBAdapter can have many DataSets To use HelpProvider, the following properties of the form needs to be… To add controls at runtime use VB.NET does not support control arrays The default location of the exe file of your solution is Set method is used to To make a button the default button, this property of the form must be… To vertically arrange all forms in an MDI form use If you want to open a file named "a.txt" use The EventLog's ________ method is used to write an entry to a log file You can assign a Main Menu to any control DataSet can be used to connect to Crystal Report Using ADODB multiple tables can be connected at a time To display multiple columns in ListView the View property must be set… A Windows Service if installed cannot be uninstalled A MsgBox can have maximum ___________ button(s) This view is not present in VB.NET To get details about an error use What cannot be done if the table has no primary key InputBox by default returns ________ values A single LinkLabel can support multiple links Class ccpublic _________ I as stringend classButton1_Clickcc.I=100 If a form call another form and the caller form is closed through code,… Use a _________ statement to make Visual Basic object the default object…