|
-
May 26th, 2001, 02:01 PM
#1
How do you change the font in a combobox?
Can anyone tell me how to change the font in a combobox? Thanks in advance.
-
May 26th, 2001, 04:10 PM
#2
Re: How do you change the font in a combobox?
Combo1.Font = "Times new Roman"
Combo1.FontSize = 18
Combo1.FontBold = true
' etc.
John G
-
May 26th, 2001, 04:10 PM
#3
Re: How do you change the font in a combobox?
The combo has a font property. You can can this at design time or at run time by code
Combo1.Font = "New Times Roman"
David Paulson
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
|