Jan 6, 2001 #1 bros Programmer Joined Jul 14, 2000 Messages 57 Location MY How do the vb coding for chaging my program font, size, color, style...??? I like to write a form that user can change their font as they like, in my program. thank
How do the vb coding for chaging my program font, size, color, style...??? I like to write a form that user can change their font as they like, in my program. thank
Jan 7, 2001 #2 dpaulson Programmer Joined May 7, 2000 Messages 347 Location CA Most controls have a fontname property. You use it like this. Text1.FontName = "Arial" 'Actual name of the font David Paulson Upvote 0 Downvote
Most controls have a fontname property. You use it like this. Text1.FontName = "Arial" 'Actual name of the font David Paulson