how to use an input mask into a CMFCPropertyGridProperty
- by Alex. S.
I need to display and read a MFC property in such way the input behaves as a percentage.
Right now, it looks as this:
http://imagebin.org/98392
But, instead of the 0.845 I would like to display as 85.5%
What I need to do?