I want to write a .Net framework application which(after installation) can change the windows default Log in/out screens with my own pictures. Please help me how can i start it in .Net(any idea will help me a lot). Should i work with Windows forms/service or some else? I know one can change that screens directly from windows OS but i dont want to use that.
I'm very thankful for your replies, Actually I want to build an interactive application for Windows Logon Screen. The scenario is... Lets the system is locked, a person(not the system user) comes and he should be able to write some comments on Logon screen Textbox without getting log into system. When an administrator log into the system(using Ctrl+Alt+Del and Password) he can read/print those comments. So how to start such application in .net using C#?