16 Jun
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).
Posted in System by: admin
No Comments
16 Jun
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 it…
Posted in System by: admin
No Comments
01 Apr
Using the RegisterHotKey function and few other lines of code, you can register a global system hotkey, which is active even if your application is minimized.
Posted in System by: admin
1 Comment
25 Mar
When Windows are being shutdown or restarted, all runnig applications are closed of course. This can be dangerous, because you can lost your unsaved documents. But there is an easy way to detect, that Windows wants to shutdown and your application can do everything necessary to close properly.
Posted in System by: admin
No Comments
15 Mar
The Start button will be still visible, but not clickable. Completely useless trick.
Posted in System by: admin
No Comments
14 Mar
Just few lines of code to hide and show Windows taskbar programmatically.
Posted in System by: admin
No Comments
10 Mar
If you want to run default system screensaver from your application, it’s really easy. Just few lines of code. Here’s how to do it…
Posted in System by: admin
No Comments