Hi all - I just wanted to ask a question regarding subclassing multiple controls in the one dialog.
For instance If I have a dialog with three edit controls, all of which must only take integers between 0 and 255 - the only way I think I can achieve this is to subclass the controls (which is no problem). However, what is the ettiquette with regards to this? If each of the three controls are identical, is it OK to use the same WNDPROC to subclass the controls, or should they be seperate (in effect replicating the code)?
Thanks all.
