Download zip file
                                  RGB2Clipboard
                              A freeware program by
                       DASoft Vertical Software Solutions

This small program allows the user to select a color and have it's values placed
onto the clipboard for insertion into the code. There are 5 possible formats
that can be returned:

  1) RGB(RRR,GGG,BBB)
  2) &hRRGGBB
  3) RGB(BBB,GGG,RRR)
  4) &hBBGGRR
  5) "#RRGGBB"

Types 3 and 4 return the Blue,Green,Red value of the color for when you are
working with DIB files. Type 5 is for insertion into HTML files and the first
two are the Red, Green Blue values.

If the program is called with the parameter "\A" then it will present in setup
mode and you will be allowed to make and store your preferences. If the "Don't
Ask" checkbox is selected then when you call the program without the "\A"
parameter you'll only see the color picker dialog and your color selection will
be placed on the clipboard without any further delay.

The color picker offers 16 'user defined' colors that can be selected. RGB2Clip
stores these selections and displays them when next the program is called.

If you have more than one preference you may change the name of the program and
a new data file will be automatically created for you.

That's about it. Simple little program that, hopefully, will help programmers
get their colors right.

One request: If you use the program I'd like to hear from you. Both positive and
negative feedback is welcome. Just put RGB2Clipboard in the subject line of the
e-mail so my spambot won't kick you out.

C'ya,
Don Schullian