For many years the following code has worked perfectly for me to envoke a non persistent colour picker:
Code:
dlgHelper.ChooseColorDlg();
However, in Internet Explorer 9, no dice. It simply doesn't load the colour picker anymore. I have scoured the web searching for anything that may shed some light on this but can't find a thing.
How do I save a color in the color chart so that it is available to all controls. I have a form that has a custom background color. Each time I create a new form I have to set the custom color, but every time I go to the color picked my color has not been saved.
How do I save my custom color in the color picker?