I want to validate the input into MY_CEdit object. Borland C++ provided a TValidator class but I believe that in Visual C++ there is no equivelent class and you need to write your own code.
In order to do this I need to prevent by control MY_CEdit from loosing the focus. Can some one please point me in the right direction as to how to do this?
Please note I am not greatly experianced in windows programming.
In order to do this I need to prevent by control MY_CEdit from loosing the focus. Can some one please point me in the right direction as to how to do this?
Please note I am not greatly experianced in windows programming.