|
-
Oct 19th, 2008, 03:48 AM
#1
Thread Starter
New Member
how to change font size in visual basic6
hi
how to change the font size in vb6
-
Oct 19th, 2008, 08:16 AM
#2
Re: how to change font size in visual basic6
VB6 questions should be asked in the VB6 Forum.
What do you want to change the font size for? Controls that can display text has a Font object property.
Code:
Text1.Font.Size = 12
-
Oct 19th, 2008, 09:25 AM
#3
Frenzied Member
Re: how to change font size in visual basic6
Ask a mod to move this to the appropriate forum.
Please rate helpful ppl's posts. It's the best 'thank you' you can give 
-
Oct 19th, 2008, 10:38 AM
#4
Re: how to change font size in visual basic6
Thread moved from 'VB.Net' (VB2002 and later) forum to 'VB6 and Earlier' forum
-
Oct 19th, 2008, 01:19 PM
#5
Member
Re: how to change font size in visual basic6
NameOfYourObject.Font.Size = WriteSizeHere
You can also see "Font" in the properties of your object (that can be a text box, label or anything else).
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
|