How do I set the next available custom color in the ColorDialog?
- by Hannah
I'm currently coding in VB.net.
A user places the cursor in a table cell and clicks on "Table Background Color" to edit the current background colour.
Currently I have been able to detect the current colour (for instance a light blue) and set that colour in the ColorDialog (Colour swatches are correct and RGB values are correct).
What I would…