I have the following code in a click event. It's supposed to change the bachground color of a listview control. It works fine except when I click the cancel button in the ColorDialog control. When I do that it sets the listview color to black. Any help out there? Thanks!
ColorDialog1.ShowDialog()
lblLeftSide.BackColor = ColorDialog1.Color
frmMain.lvwLeftList.BackColor = ColorDialog1.Color
ColorDialog1.ShowDialog()
lblLeftSide.BackColor = ColorDialog1.Color
frmMain.lvwLeftList.BackColor = ColorDialog1.Color