Hi, ALL,
I am trying to create a text control that will only accept numbers and so I used the style ES_NUMBER.
Everything is built and ran fine.

But when I tried to enter a character, the tooltip showed up saying:

Unacceptable character
You can only type the numbers here
Is there a way to suppress this tooltip?

Thank you.