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):
scr A color picker for .NET CF

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!


Related posts:

  1. Resco Photo Viewer updated, color selector bug fixed
  2. ComboBox.FindString for .NET CF
  3. Creating a dialog/popup form in .net CF
  4. ATTENTION: download WM 6/WM 6.1 upgrades NOW
  5. CEdit review – the syntax highlighting source code editor for PocketPC