Can the Microsoft Paint Edit Colors Dialog be supplemented?
Posted
by Gus
on Stack Overflow
See other posts from Stack Overflow
or by Gus
Published on 2010-04-20T22:00:00Z
Indexed on
2010/04/20
22:03 UTC
Read the original article
Hit count: 368
mspaint
|subclassing
I have written a WinForms application that presents a color picker, limited to the known colors. My environment is Visual Studio C# Express 2008, C#, and Framework 2.0.
Currently the MS Paint Colors menu item only presents an Edit Colors dialog. I would like to supplement that by causing the Colors menu item to display both "Edit Colors" and "Edit Known Colors".
Can I accomplish this? If so, please provide a citation (or code if preferrred).
© Stack Overflow or respective owner