ChooseColorDlg() and Internet Explorer 9

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • spunwicked
    New Member
    • May 2011
    • 2

    ChooseColorDlg() and Internet Explorer 9

    Hi,

    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.

    Any help would be very appreciated.

    In the words of pop group '4 Non Blondes': What's going on?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    It may be that you need to look at your security options for any pages using this colour picker. Perhaps add it to the trusted sites or have it signed, etc.

    Comment

    • spunwicked
      New Member
      • May 2011
      • 2

      #3
      You Sir, are a star.

      I recently overhauled my dev machine with Windows 7 and IE9, and as it has been a few years since I set up my trusted sites list I totally forgot I needed to do that.

      +1 beer owed.

      Comment

      Working...