I’ve updated the StatusBar, TabStrip, ToolBarControls, and TrackBar control libraries to fix the memory leaks. Now all controls are up-to-date again.
I’ve updated the StatusBar, TabStrip, ToolBarControls, and TrackBar control libraries to fix the memory leaks. Now all controls are up-to-date again.
By continuing to use the site, you agree to the use of cookies. more information
The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.
Comments
2 responses to “StatusBar 1.5.2, TabStrip 1.10.2, ToolBarControls 1.3.2, TrackBar 1.7.2”
I know I am just being dense but I can’t seem to get the text color to change in the CommandButton control. Changing the ForeColor setting does not appear to do anything to the text color and I can’t find another setting that will allow the text color to be changed. Can you please tell me what I am doing wrong? Thanks.
The native button control does not seem to support a custom forecolor. Therefore the ForeColor property affects owner-drawn button controls only. This is also stated in the online help:
http://www.timosoft-software.de/onlinehelp/btnctls110/unicode/interface_btn_ctls_lib_u_1_1_i_command_button.html#ac9678dd4eae2e3e55e39789e9b1a72f5
If you know how to achieve a custom forecolor using sub-classing, please let me know. I never managed to make it work, at least not in a way that has no drawbacks.