29 Jul
Hints are everywhere. Almost every GUI element in Windows can be “hinted”. When user hover mouse over element, small yellow bubble with help text pops up. Is it possible to change hint “window” behavior? Of course…
Posted in Forms, VCL components, Windows by: admin
No Comments
06 Jul
To change background color of ListView items, you need to write your own OnCustomDrawItem event handler.
Posted in Graphic, VCL components by: admin
No Comments
30 Jun
Colored lines in listbox are more user-friendly and easy to read. Here is how to do it…
Posted in Forms, Graphic, VCL components by: admin
No Comments
16 Apr
It’s quite cool efect, but this is also effective way to save some space in your application GUI. Let’s place progressbar of some time-consuming function right into the button, which started this function.
Posted in Forms, Graphic, VCL components by: admin
No Comments
10 Apr
First of all, set ListView to vsReport style and fill in some data. OnColumnClick and OnCompare events will do the rest.
Posted in Forms, VCL components by: admin
No Comments