Results 1 to 5 of 5

Thread: Sugestions

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    123

    Unhappy

    Well I sort of have a delema... You see I have this command button.. and the text that is inside of it is just small enough to fit inside. But when you run the project and click the command button, the text suddenly becomes to large and so it is listed on multiple lines (not what I want). Does anyone know of anyway to fix this?

  2. #2
    Lively Member rekcus's Avatar
    Join Date
    Jan 1999
    Location
    Kuala Lumpur
    Posts
    122
    two obvious solutions
    first, make the button wider
    two, use smaller font size or smaller font
    penyou!

    "The code bytes.."

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    123
    any other not so obvious sugestions?

  4. #4
    Guest
    How about making the font smaller when the mouse is down on the button and when released, the font goes back to normal size ?

    To do this, use the MouseDown and MouseUp events.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    123

    THANK YOU!!!!

    That was the just the sugestion I needed Mr. Gates . I will try that.

    That is the type of critical thinking I need more of in my life.

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