Monkeybrother
New member
- Joined
- Nov 20, 2015
- Messages
- 3
- Programming Experience
- Beginner
Hi. I know my way around Python, JS and PHP and now I'm learning C#. My first project is a color picker/manager/library and things are going great, but there's one thing I can't google my way through: I want to replace the windows color picker with my own. That is, when a user wants to choose a color in Paint, photoshop or whatever and clicks to open the default windows color picker I want to catch it, close/hide it, and open my own. When I've chosen a color, I want to send it back to whatever program asked for the color. I know it can be done and I've found references to CCHookProc and ChooseColor, but I really don't know where to start.
I'm usually good at figuring stuff out, so I'm not asking for a complete solution, only to be pointed in the right direction. All help appreciated.
Thanks.
I'm usually good at figuring stuff out, so I'm not asking for a complete solution, only to be pointed in the right direction. All help appreciated.
Thanks.