Results 1 to 4 of 4

Thread: How can i change the command button colour(back color)?

  1. #1

    Thread Starter
    Lively Member Satangel's Avatar
    Join Date
    Aug 2000
    Location
    KL,Malaysia
    Posts
    85
    How can i change the command button colour(back color)?
    When i try to change the back colour in the design time, it doesn't do a job, it didn't change the colour that what i want?
    IS it possible to change the color of command button?
    because i need to do with the square thigs for monopoly.

  2. #2
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    Change the style property to 1- Gpahical then set the colour for the button.
    Dim

  3. #3

    Thread Starter
    Lively Member Satangel's Avatar
    Join Date
    Aug 2000
    Location
    KL,Malaysia
    Posts
    85
    Dim:

    then, how to set picture in command button?

    using command1.picture=loadpicture("path&File")?

  4. #4
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Testing is a good way to obtain a clearer vision of what happens when you do what. Your code works.

    Command1.Picture = LoadPicture("c:\my documents\dogbutton.gif")

    If you want to do it at design time just click on the picture property after you have set the style.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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