Results 1 to 3 of 3

Thread: Custom Color

  1. #1

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Resolved Custom Color

    hi ..
    how do i assign custom colors other than vbYello or vbRed e.t.c ( if possible in RGB format )

  2. #2
    Fanatic Member vbasicgirl's Avatar
    Join Date
    Jan 2004
    Location
    Manchester, UK
    Posts
    1,016

    Re: Custom Color

    something like this
    VB Code:
    1. Label1.BackColor = RGB(139, 119, 101)

    heres a small sample of RGB colors.

    casey.
    Attached Files Attached Files

  3. #3
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Custom Color

    ??????????????
    I just told you in this thread .
    You have to play with PALLETTE to find color you want and easiest way arround is to use pallet integrated withing VB IDE unless you know hex or RGB code(s).

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