Friends, I have been assigned a final year project like the following - Before the login windows of Windows appears, my Windows Form App .exe should execute and be displayed. It should not be possible to navigate from this form i.e. alt + ctrl + del and alt+tab and more commands should be disabled. Once the values in the form fields are entered and submitted, they must go and get stored in a database on my college server After all this happens only, the windows logon should appear and the user can then login and use the desktop.
I just know to create Windows Forms to some extent. Can u please suggest me how to do this whole process?
How to start the form on startup before the Windows Login? How to place that data into a database?
I do not know even 10% of Windows Forms , so please give a small description of your suggestions