MCSD.NET - 70-316 Exam Question:
Download Questions PDF

You use Visual Studio .NET to create a Windows-based application. The application includes a
form named XYZForm, which displays statistical date in graph format. You use a custom
graphing control that does not support resizing.
You must ensure that users cannot resize, minimize, or maximize XYZForm. Which three actions
should you take? (Each answer presents part of the solution. Choose three)
A. Set XYZForm.MinimizeBox to False.
B. Set XYZForm.MaximizeBox to False.
C. Set XYZForm.ControlBox to False.
D. Set XYZForm.ImeMode to Disabled.
E. Set XYZForm.WindowState to Maximized.
F. Set XYZForm.FormBorderStyle to one of the Fixed Styles.
G. Set XYZForm.GridSize to the appropriate size.

Answer:

A. Set XYZForm.MinimizeBox to False.
B. Set XYZForm.MaximizeBox to False.
F. Set XYZForm.FormBorderStyle to one of the Fixed Styles.

Download MCSD.NET - 70-316 Exam Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose You develop a Windows-based application by using Visual Studio .NET. The application includes
numerous method calls at startup. After optimizing your application code, you test the application
on a variety of client computers. However, the startup time is too slow.
You must ensure that your application starts as quickly as possible the first time it runs. What
should you do?
A. Precompile your application by using the Native Image Generator (Ngen.exe):
Install the precompiled application on the client computers.
B. Install your application on the client computers.
Precompile your application by using the Native Image Generator (Ngen.exe).
C. Precompile your application by using the JIT compiler.
Install the precompiled application on the client computers.
D. Install your application on the client computers.
Precompile your application by using the JIT compiler.
Tell me You work as software developer at XYZ inc. You need to develop a Windows form that provides
online help for users. You want the help functionality to be available when users press the F1 key.
Help text will be displayed in a pop-up window for the text box that has focus.
To implement this functionality, you need to call a method of the HelpProvider control and pass
the text box and the help text.
What should you do?
A. SetShowHelp
B. SetHelpString
C. SetHelpKeyword
D. ToString