Tag Archives: Color Picker

Creating color picker application in C#

Yesterday I modified my blog’s theme. That time I thought about writing an application to pick color from any where in the screen like web page or application. I know there are some applications already out there in the market … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Windows Forms | Tagged , , , , | 1 Comment

Color Picker Dropdown using C#

While playing around one of hobby project, I found there is a nice color picker dropdown available in WordPad, for setting the font color. I was using Windows Color Dialog. So I thought of implementing a WordPad like color picker. … Continue reading

Posted in .Net | Tagged , , , , , , , , | 2 Comments