The lack of a color picker dialog in the .NET CF(yes, the desktop framework has a ColorPicker class - but .NET CF doesn’t contain it) has annoyed hell out of me for quite some time - even the 10yr old Palm OS contains a well-done color picker. Anyways, problems are here to be solved - please allow me to present you my own ColorPicker(running in .NET CF 2.0 on a hp rx4240, blots are due to GIF compression):

Using this is very simple - just download the form file here and integrate it into your project like you would do with any other form.
Then, do the following to make the user pick a color:
Dim colorX as color
colorX = ColorPicker.getcolor()
Feel free to do with this code whatever you feel like. However, no warranties are given on anything….and posting a link to an app that uses it always is appreciated!


