Does anyone know if there is an api call that sets the font size of a textbox?
Does anyone know if there is an api call that sets the font size of a textbox? I noticed that there is just about everything execept settextsize. Thanks.
Re: Does anyone know if there is an api call that sets the font size of a textbox?
Why don't use try:
Text1.FontSize = 12
or
Text1.Font.Size = 10
Re: Does anyone know if there is an api call that sets the font size of a textbox?
no. thanks but i need to change the font size of a textbox not in my program.
Re: Does anyone know if there is an api call that sets the font size of a textbox?
In this case I think you are out of luck. I am sorry. :(