Many of the components used for Windows apps in Visual Basic are defined in namespace:

a) System
b) System.Windows.Forms
c) System.Windows.UI
d) System.Web.UI


b) System.Windows.Forms

Computer Science & Information Technology

You might also like to view...

The load factor of a HashSet

A) increases as elements are added, and decreases as elements are removed B) is the fraction of the capacity that must be filled before the capacity is increased C) is the fraction of the capacity that is available to be filled with new elements D) needs to be kept low to ensure good performance

Computer Science & Information Technology

Which of the following is not a basic activity of agile development?

A) coding B) listening C) documenting D) designing

Computer Science & Information Technology

A ________ query is used when you want to find the rows in one table that do not have a match in the other table

A) Find Duplicates B) Crosstab C) Find Unmatched D) Simple

Computer Science & Information Technology

An SQL statement determines how the tables are joined after the ____ keyword

A. SELECT B. RELATE C. FROM D. ORDER BY

Computer Science & Information Technology