Exam Questions

1:You have used Visual C# .NET to develop a process manager application. Your application can identify any process on the system that has a user interface, and it allows you to collect information about the process. Now you want to add code that can shut down the identified process as well. Which method should you use to shut down these processes?
  1. Process.Kill()

  2. Process.WaitForExit()

  3. Process.CloseMainWindow()

  4. Process.WaitForInputIdle()

2:You would like to give the user the ability to customize your application so that it fits in better with his or her company's corporate look and feel. In particular, you want to let the user specify text to appear in the title bar of the main menu form. How should you add this ability to your application? ...

Get MCAD/MCSD.NET Training Guide (Exam 70-316): Developing and Implementing Windows®-Based Applications with Microsoft® Visual C#™ .NET and Microsoft® Visual Studio® .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.