26 Aug
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 to the left, rigtht or top of the screen. Here is the method to determine actual position.
Posted in Forms, System by: admin
No Comments
22 Aug
If want to allow users to run just one instance of application, one of possible methods is to use “mutext” (mutual exclusion).
Posted in Forms, System by: admin
No Comments
18 Aug
This tip is very simple. Just use standard function GetTickCount and the rest is just elementary mathematics.
Posted in System by: admin
No Comments
18 Aug
Here is just small piece of assembler code to determine CPU frequency in MHz.
Posted in System by: admin
No Comments
18 Aug
Simple function to show and hide taskbar clock.
Posted in System by: admin
No Comments
18 Aug
You can move mouse cursor and simulate clicking programmatically using just one simple procedure.
Posted in System by: admin
No Comments
18 Aug
Another “one-line code trick” and probably completely useless.
Posted in System by: admin
No Comments
18 Aug
This trick is pretty simple. You just need few icons (at least two) for animation and Timer component. The rest is easy…
Posted in Forms by: admin
No Comments