How to Create a Colour Chooser/Grabber in Visual Basic
Introduction:
Welcome to a tutorial on how to create a colour chooser in Visual Basic.
Steps of Creation:
Step 1:
First we want to create a form. Mine has three textboxes (r,g,b) to show to red, green and blue colours of the current colour and a Panel to contain the colour image.
Step 2:
Now we want to begin the timer on form load so it is instant.