You write a Windows Services application.
The installer must register the application with the:
Answer : C
A Windows Forms form contains a ListBox control. The ListBox must be populated with the data from a generic list of strings.
The ListBox will be populated with the data when the:
Answer : D
You set a form's StartPosition property to Manual and set its Location property to 20, 20.
Where will the form be located on the user's screen?
Answer : B
You need to create an application that will be deployed on Microsoft Windows Server 2003.
The server does not have a graphics accelerator card installed and will not have hardware upgrades in the future.
The application must meet the following requirements:
-> Provide local file access.
-> Store settings in the registry.
-> Accept keyboard and mouse input.
Which type of application should you create?
Answer : C