Hey guys!
I'm trying to change a textbox font size at run time with a track bar.
But, when I add to my code:
Textbox1.Font.Size = Trackbar1.Value
It says that Font.Size is a read only value. I haven't found any other way to do it.
There is a way to do this?
Thanks!