Visual Studio .NET Windows-based application

You use Visual Studio .NET to create a Windows-based application. The application includes a form named GraphForm, which displays statistical data in graph format. You use a custom graphing control that does not support resizing.
You must ensure that users cannot resize, minimize, or maximize GraphForm. Which three actions should you take? (Each answer presents part of the solution. Choose three)

A. Set GraphForm.MinimizeBox to False.

B. Set GraphForm.MaximizeBox to False.

C. Set GraphForm.ControlBox to False.

D. Set GraphForm.ImeMode to Disables.

E. Set GraphForm.WindowState to Maximized.

F. Set GraphForm.FormBorderStyle to one of the Fixed styles.

G. Set GraphForm.GridSize to the appropriate size.

Questions by Sudiya   answers by Sudiya

Showing Answers 1 - 12 of 12 Answers

eliot

  • Mar 5th, 2010
 

set the graphform.minimizebox property to false
set the graphform.maximize property to false

  Was this answer useful?  Yes

nickycym

  • Sep 14th, 2011
 

A. Set GraphForm.MinimizeBox to False.
B. Set GraphForm.MaximizeBox to False.
F. Set GraphForm.FormBorderStyle to one of the Fixed styles.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions