Results 1 to 2 of 2

Thread: Change the colour of a form

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2001
    Posts
    122

    Change the colour of a form

    How do I change the background colour of a form when a command button is clicked?

    Thanks
    Paul
    -------------------------------------

    ICQ: 44712087 (evenings only)
    Email: [email protected]

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    VB Code:
    1. Private Sub Command1_Click()
    2.     Me.BackColor = vbGreen
    3. End Sub
    -= a peet post =-

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