i am trying to set one of the custom colors of the colordialog to be the current background color of the form. i am doing it like this:
ColorDialog1.CustomColors(0) = Form1.BackColor.ToArgb
it is not working. please help! vb.net code please
please note that i only need a specific element to contain the color. not necessarily 0, but perhaps 9 or 15