Results 1 to 5 of 5

Thread: how to change font size in visual basic6

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2008
    Posts
    8

    how to change font size in visual basic6

    hi
    how to change the font size in vb6

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    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

  3. #3
    Frenzied Member obi1kenobi's Avatar
    Join Date
    Aug 2007
    Posts
    1,091

    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

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: how to change font size in visual basic6

    Thread moved from 'VB.Net' (VB2002 and later) forum to 'VB6 and Earlier' forum

  5. #5
    Member
    Join Date
    Jun 2008
    Posts
    61

    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
  •  



Click Here to Expand Forum to Full Width