You are preparing to deploy a Windows Forms application.
You need to display a Web page when the installation is complete.
What should you do?
Answer : A
A Windows form contains a DataGridView control that is bound to a DataSet. You need to programmatically add a new row to the DataGridView control.
What should you do?
Answer : A
A Windows Forms application uses forms that are inherited from a base form. A new control must appear on all of the forms.
You add the new control to one of the inherited forms, and you rebuild the application. You discover that none of the other inherited form contain the new control.
You need to ensure that the new control appears on all of the forms.
What should you do?
Answer : B
During debugging, the Immediate window in Visual Studio is used to:
Answer : B
You are preparing to deploy a Windows Forms application.
You need to create a custom folder and copy files into this folder as part of the installation process.
What should you do?
Answer : D
Which control uses complex data binding?
Answer : A
You create a blank Windows form and add a ComboBox control to it. You set the
KeyPreview property of the form to true. You attach a KeyDown event handler to the form, and you attach another KeyDown event handler to the combo box.
What will happen when a user presses a key while the ComboBox control has the focus?
Answer : A
Which type of Visual Studio project should you use to create an installer for a Windows application?
Answer : A
An application must retrieve a large amount of data in the background. The application must also process other tasks at the same time that the background task executes.
Which data access method should the application use?
Answer : B
You are adding menu items to a Windows Forms form.
Which three modifiers can you use in keyboard shortcuts for the menu items? (Choose three.)
Answer : B,C,E
You need to install Windows Services during the installation of an application.
Which method should you use to deploy the application?
Answer : C
You create an extension of a text box. You name the extension MyTextBox. You need to add MyTextBox to the Visual Studio Toolbox.
Which type of project should you create?
Answer : C
You need to ensure that users cannot maximize a form.
Which property should you set?
Answer : C
You are creating a solution that includes projects named ProjectA and ProjectB.
You need to ensure that you can access classes in ProjectB from ProjectA.
What should you do?
Answer : B
You are deploying several applications on the same computer. The applications must use a
DLL named MyFunctions.dll. MyFunctions.dll i written in managed code.
Which tool should you use to install MyFunctions.dll on the computer?
Answer : D
Have any questions or issues ? Please dont hesitate to contact us