Hai Alex,
My suggestion and tips to your program Change your application extension .exe to .scr , and put into system32 folder then set current screen saver is your screen saver. Now your process call by windows automatically Now I am tell solution to your problem Your problem is when user resume welcome screen appeared You can change the settings ie you disable the features show logon screen when user resume (This setting also made through programmatically like c#, vb.net) I think this is usefull to you On Dec 10, 10:54 pm, Alex <[email protected]> wrote: > Hello all, > > I was looking to try to develop a screen saver type application that > would allow users to click on items which would then start a new > process to handle the clicked on items (links, files, etc.). > > My problem is, my computer "locks" itself when the screen saver comes > on (Windows login screen), so it doesn't seem like I can start any > process until a user logs in (which makes sense). Is there a way to > queue the process.start up to execute only after the user has logged > in? > > So generally I would like the process flow to be: > > Computer Locks > Application runs and user clicks on something to start a new process > User is prompted to login > Process runs > > Is this possible? Thanks for any insight!
