Home

What is the correct answer?

4

This view is not present in VB.NET

A. Project Explorer

B. Class View

C. Resource View

D. Server Explorer

Correct Answer :

A. Project Explorer


Related Questions

This view pops up if "Ctrl+F1" is pressed The correct sequence of Form Loading is The default location of the exe file of your solution is A form can have only ______ Main Menu and _________ Context Menu If a Form is Inherited from another Form and both Forms have certain codes… The EventLog's ________ method is used to write an entry to a log file Set method is used to In TreeView to get the node the mouse is pointing to, use If you want to open a file named "a.txt" use A user wants that custom colors are visible when the Color Dialog Box… In TreeView to collapse all the nodes of a selected node ___________ method… A thread can be started only once Get method is used to If a button click event is to be fired when the user press the 'Esc' key,… To make a button the default button, this property of the form must be… Finally is fired only when error occurs ScrollBars can be added to A MsgBox can have maximum ___________ button(s) To use HelpProvider, the following properties of the form needs to be… On error goto lbl is a A Windows Service if installed cannot be uninstalled Use a _________ statement to make Visual Basic object the default object… Default event handler of Splitter is What cannot be done if the table has no primary key Using ADODB multiple tables can be connected at a time Data from DataSet is accessed using34 Using MyBase you can call base class If Scrollbars property of a TextBox is set to Hortizontal and the WordWrap… /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… /*1. Class C2. public mustinherit sub abc()3. msgbox("Base Class")4. end…