In Visual Basic is it possible to return colour names when a colour is chosen from colour pallete.
Lets say I want to allow the user to choose the colours and depending on his choice the colour names will be stored into a table created to store colour codes and names. I primarily want to store the colour names. Is it possible to do so? If yes then how do I do it?