Home

What is the correct answer?

4

To make a button the default button, this property of the form must be set

A. DefaultButton

B. AcceptButton

C. DialogResult

D. None of the above

Correct Answer :

B. AcceptButton


Related Questions

This view pops up if "Ctrl+F1" is pressed A form can not call itself The default location of the exe file of your solution is /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… In OLEDB database can be accessed without using DataSet Images can be loaded from A DataSet can hold multiple tables even if there are similar fields A Windows Service if installed cannot be uninstalled A thread can be started only once To display multiple columns in ListView the View property must be set… When a project is Built it creates a _______ and ________ file under Bin… To override Finalize function the scope of the function must be _________ actually updates the values in a DataSet permanently _________ and _____________ combines to make a KeyPress event To uninstall a Windows Service ____________ is use Only derived class can have shadows keyword A single OLEDBAdapter can have many DataSets Dim S as Integer=10Text1=SMsgbox(Text1.Text) dim arr(10) as string, the max index of the array is If you want to open a file named "a.txt" use The default Tab of a Tab Control is A DataSet can be updated only when the connection is open To view Panels of a StatusBar set _________ to true Get method is used to The EventLog's ________ method is used to write an entry to a log file If a Form is Inherited from another Form and both Forms have certain codes… A TreeView can have multiple root nodes The name of the IDE window that allows you to see the hierarchical arrangement… If a Label control's AutoSize property is set to True, can you resize… Function abc() As StringReturn 10End Function