Results 1 to 3 of 3

Thread: text size

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2012
    Location
    California
    Posts
    44

    text size

    -New User

    how do i change the text size in my label caption?

  2. #2
    PowerPoster
    Join Date
    Sep 2006
    Location
    Egypt
    Posts
    2,579

    Re: text size

    At design time select Font from property page

    At run time
    vb Code:
    1. Label1.FontSize = 24



  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2012
    Location
    California
    Posts
    44

    Re: text size

    Quote Originally Posted by 4x2y View Post
    At design time select Font from property page

    At run time
    vb Code:
    1. Label1.FontSize = 24
    Thank you

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