Results 1 to 2 of 2

Thread: What's the value of this color???

  1. #1

    Thread Starter
    Addicted Member mandark's Avatar
    Join Date
    Oct 2002
    Posts
    188

    Question What's the value of this color???

    Hi,

    Have a look the attached image.

    I want to use the backcolor of the image as the backcolor of my form. But I am unable to find the exact value for it. I checked the value in Photoshop but still the value is not correct.

    Thanx.
    Attached Images Attached Images  

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344
    VB Code:
    1. Private Sub Form_Load()
    2. Me.BackColor = RGB(239, 231, 208)
    3. End Sub
    4.  
    5. Private Sub Command1_Click()
    6. MsgBox (Me.BackColor)
    7. End Sub
    Last edited by Nightwalker83; Feb 15th, 2003 at 01:55 AM.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

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