Monday, June 7, 2010

Designing the 1st C# program

After few week of C# language learning, my supervisor finally give me a task today. My task overall is about to write a program to set the internet proxy setting to QD 019 model, disable the autorun in the PC, set the screen saver time and setting the general wallpaper that apply to my department.

The basic idea behind this was changing the registry value inside the window by using the software. all of the function such as autorun, screen saver, wallpaper, and proxy can be set by modified it registry value. so what I need to do now was create a window form and write the program into the form to do the setting.

No comments:

Post a Comment