Every once in a while things get a little slow up here and I get a little curious about how to do something....
Those times are here
As you know the color picker dialog box has a title already, it says "Color"..
Blah, that's boring, I'd like to put a unique title so the user knows WhICH color they are picking for...
Alas there is no option in the api:
------------------
Scott
Those times are here

As you know the color picker dialog box has a title already, it says "Color"..
Blah, that's boring, I'd like to put a unique title so the user knows WhICH color they are picking for...
Alas there is no option in the api:
Code:
Type CHOOSECOLORAPI lStructSize As Dword hwndOwner As Long hInstance As Long rgbResult As Dword lpCustColors As Dword Ptr Flags As Dword lCustData As Long lpfnHook As Dword lpTemplateName As Asciiz Ptr End Type
Scott
Comment