Taskbar position
For some applications, it’s important to know, where the taskbar is located. Of course, most users use standard “bottom of the screen” position, but of course, you can place it… Read more »
For some applications, it’s important to know, where the taskbar is located. Of course, most users use standard “bottom of the screen” position, but of course, you can place it… Read more »
If want to allow users to run just one instance of application, one of possible methods is to use “mutext” (mutual exclusion).
This tip is very simple. Just use standard function GetTickCount and the rest is just elementary mathematics.
Here is just small piece of assembler code to determine CPU frequency in MHz.
Simple function to show and hide taskbar clock.
You can move mouse cursor and simulate clicking programmatically using just one simple procedure.
Another “one-line code trick” and probably completely useless. 🙂
This trick is pretty simple. You just need few icons (at least two) for animation and Timer component. The rest is easy…