 ----------------------------------------------------------------------------------------------
			    WINPICK 98 v1.3.349
 ----------------------------------------------------------------------------------------------

		    	           by Carlo Celis


      WinPick 98 enables you to pick colors in RGB format. This utility is very useful is you are a Visual Basic programmer, C++ programmer or a HTML webpage maker. All you will need to do is to mix the red green and blue colors to get what you want. Hexadecimal convertion also available.


--------------
Installation
--------------

You will need to unzip the files using the self-extracting EXE i have used to archive the files. Once you have installed, go to the directory and run winpick.exe.

You will need the following files to run the program properly:
(Archive is 136KB (140,180 bytes))

winpick.exe - main EXEcutable

config.ini - Configuration File for WinPick. Without it you will not be able to run the program. If you have lost your config.ini, instructions below on how to create a new config.ini

msvb50vm.dll - Visual Basic 5.0 Runtime Files. Extremely needed to run WinPick. You can download the whole set from my website: http://members.xoom.com/ccelis/files/vb5run.zip

Richtx32.ocx - You will need this file in order to get the Text Viewer addon running. You may download this from my website: http://members.xoom.com/ccelis/files/richtx32.zip


STKIT432.DLL - This DLL File is needed to create shortcuts. Place this file in the Windows system directory (Default is C:\WINDOWS\SYSTEM).

Tabctl32.ocx - Component of WinPick.  Place this file on your Windows system directory (Default is C:\WINDOWS\SYSTEM).


---------------
WinPick 98
---------------

The File Menu:

Option - Show options for the program.

Exit - Exits the program

The Edit Menu:

Copy RGB Code - Copies the Color code in RGB format: RGB(255, 255, 255). Useful for Visual Basic programmers.

Copy Hex Code - Copies the Color code in Hexadecimal format: 0x00FFFFFF. Useful for C and C++ Programmers.

Copy HTML Code - Copies the Color code in HTML format: #FFFFFF. Useful for HTML web programmers.

The Help Menu

Readme - Contains this information.

On the Web - Sites about WinPick.

About - Shows the About Window.


------------------
TroubleShooting
------------------

If you have any questions, e-mail me at ccelis@iname.com
or you may visit our webpage at http://members.xoom.com/ccelis

ERRORS:

Config.INI Not Found

This error occurs when config.ini is not found in the same directory or config.ini was modified and settings are not complete. To repair this, you have to create a new config.ini. Open Notepad and type these:

255
255
255
6960
1665

Then save it under the filename CONFIG.INI and place it in the directory where winpick.exe is. It should work fine then.


END