Hi,
Is there any possible way in MFC to show an error pop up when the user enter's special character.For instance,
when we press "Ctrl+G" (in visual studio )then we get a small dialog pop up which consists of edit box where it prompts the user to enter the line to number .Now if we enter any special character for instance " * " then it pop up a error message (it is not a message box it is to be noticed ).
Please let me know if there exists any possible way to do that.
Thanks in advance.