Dim cd As ColorPickerDialog
cd.RGB = Colors.DarkGray
ret = cd.Show("", "ok", "","", Null)
the problem is that in phone (landscape view) not all lines of colors are shown because the control is much higher than the phone height (landscape view).
Does anyone know how to fix ?
tnx in advance!!