giannis121 Posted July 18, 2011 Posted July 18, 2011 I have made an exe file that starts an application when the pc is starting. This application first shows a bitmap for a few seconds (while loading) and then starts normal. The problem is when it runs by itself (from the startup) the bitmap is shown black the first time. I have tried ProcessWait and have checked all the processes but still the same. If i use a pause (like sleep) a long time (20sec), it starts good. But i want the application to start immediately after desktop is ready. The OS is Win7. Any ideas will help! Thank you, Giannis
JohnOne Posted July 18, 2011 Posted July 18, 2011 I have tried ProcessWait and have checked all the processesWhat are you checking for? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
kiboost Posted July 18, 2011 Posted July 18, 2011 Is the bitmap accessible when windows start ? Not yet connected shared network drive comes to mind. Win7 pro x64. scripts compiled to x64. - Autoit v3.3.6.1 | Scite 1.79
giannis121 Posted July 19, 2011 Author Posted July 19, 2011 What are you checking for?I got inside Task Manager and checked some executables running by windows,like csrss.exe, explorer.exe, winlogon.exe (of course i don't know what each do),but was just a thought.Maybe i should wait until something that has to do with the screen will be loadedand then start my application.Any ideas?Giannis
giannis121 Posted July 19, 2011 Author Posted July 19, 2011 Is the bitmap accessible when windows start ? Not yet connected shared network drive comes to mind.The bitmap is accessible in normal conditions. I don't know if it is when windows start...It is placed on the same drive with the application.And how can i check when the shared network is ready?
giannis121 Posted July 19, 2011 Author Posted July 19, 2011 I found a solution by using the code of this post: Thank you very much!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now