GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  VB.NET

 Print  |  
Question:  Visual Studio .NET Windows-based application

Answer: 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.


August 08, 2008 01:25:03 #1
 montth   Member Since: August 2008    Total Comments: 1 

RE: Visual Studio .NET Windows-based application
 
F. Set GraphForm.FormBorderStyle to one of the Fixed styles.
     

 

Back To Question