Create autorun registry key (run application with Windows start)
To run your application automatically after Windows starts, you just need to create an entry in autorun registry key. Here is how…
To run your application automatically after Windows starts, you just need to create an entry in autorun registry key. Here is how…
Using SetPriorityClass function, you can set priority level of your running application. Same functionality is in the Task Manager (just rightclick the process in the list and select priority level).
If your application is minimized and you still want to alert user, you should flash icon on taksbar instead of bring your application to front. Here is how to do… Read more »