I have a series of edit controls which I only want to accept numbers. I looked at msdn's edit control messages but I only see messages where I cannot see the data being entered into the control, but just that the edit control has been / will be updated. I was hoping for a message with the destination edit control reference and the data to be input and that I could just return from the message handler if I do not want to accept certain input.

Any tips?