![]() |
Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Setting ListBox font
One of the ways is using WM_SETFONT message:
SendMessage(
ListBox1.Handle,
WM_SETFONT,
GetStockObject(System_Fixed_Font),
1);
-
More for developers