answersLogoWhite

0

You first get the dialog from the toolbox, drag it on to the form(it doesnt really matter where you drag it) and then make a button. Then double click the button and type

ColorDialog1.ShowDialog()

After where it said

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Then you can press F5 to check it out!

User Avatar

Wiki User

14y ago

What else can I help you with?