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!
