Hi all

I am trying to implement an "improved" (silly users :-) NumericUpDown
control. This control is meant to display floating-point values and the
improvement consists in being able to mouse-select one digit of the FP
value and when pushing the up/down arrow, increment this digit.

The only solution I figured out so far (not implemented though) is the
"hardcore" way, i.e. trap the events to check which digit is selected
(yuck... variable size font ??).

Does anybody can think of an alternate way to achieve this ?

TIA
a+

Nicolas