Right justify a main menu item
If you use standard main menu component, all items are usually on the left side of the window and there is not much you can do about it using Object… Read more »
If you use standard main menu component, all items are usually on the left side of the window and there is not much you can do about it using Object… Read more »
The length of whole path and file name could be too long to show it in title bar of application or some label. Solution? Show shortened version of a filename… Read more »
Using ShellAPI unit and few lines of code, we can load directory structure into ListView and show associated icons and information for each file.
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 trick is pretty simple. You just need few icons (at least two) for animation and Timer component. The rest is easy…
Normally, you can just turn hints on or off using property ShowHint on almost every visual component. But what if you want to change the default system color of hint… Read more »