Click to See Complete Forum and Search --> : Does anyone know if there is an api call that sets the font size of a textbox?


FaRd0wN
June 3rd, 2000, 04:41 PM
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.

KVTek
June 3rd, 2000, 07:38 PM
Why don't use try:

Text1.FontSize = 12



or

Text1.Font.Size = 10

FaRd0wN
June 3rd, 2000, 10:37 PM
no. thanks but i need to change the font size of a textbox not in my program.

KVTek
June 3rd, 2000, 10:53 PM
In this case I think you are out of luck. I am sorry. :(