Setting the property to None removes the standard window frame containing the title and buttons to minimize, maximize and close the application.

a) Frame
b) Title
c) WindowStyle
d) WindowFrame


c) WindowStyle

Computer Science & Information Technology

You might also like to view...

If a base class has a non-virtual member function named print, and a pointer variable of that class is pointing to a derived object, then the code ptr->print( ); calls

a. the base class print function b. the derived print function c. both the derived and base print functions d. it causes a run-time error

Computer Science & Information Technology

The value of the expression 20.0 * (9/5) + 32.0 is

a. 68.0 b. 52.0 c. incorrect expression so there is no value d. 32.0 e. incorrect expression , the / should be %

Computer Science & Information Technology

____________________ is the process of verifying someone's identity by checking his or her username and password against a central user database.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following is NOT true of a template?

A) Templates are difficult to change, and users should only use those provided by Microsoft. B) Every time you open Microsoft Word, you're using a template. C) It opens a copy of itself unnamed. D) You use the structure, headings, and some content as a starting point for a new document.

Computer Science & Information Technology