I have a check box that I want to accurately measure so I can position controls on a dialog correctly. I can easily measure the size of the text on the control - but I don\'
Ok dudes my way is maybe not the fastes to use in runtime, but it works for me in any case i have tested so far. In the beginnin of my proggys i put in a function to get the size and store it in a global variable (yeah i have heard this would be bad, but i dont care about this)
here the explanation:
this code needs only a few microseconds at the beginning of my proggies and i can use the value everytime i need it.