|
-
June 3rd, 2000, 04:41 PM
#1
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.
-
June 3rd, 2000, 07:38 PM
#2
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
-
June 3rd, 2000, 10:37 PM
#3
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.
-
June 3rd, 2000, 10:53 PM
#4
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. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|