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 - 4 of 4 Answers
Related Answered Questions
Related Open Questions
Visual Studio .NET Windows-based application
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.
Profile Answers by Sudiya Questions by Sudiya
Questions by Sudiya answers by Sudiya
Related Answered Questions
Related Open Questions