William Dicks
May 7th, 1999, 08:58 AM
Hi all,
I am new here, although I have been browsing and using examples from the CodeGuru website. I must say that the code and examples are excellent. I do have a question that relates to combo boxes. I need a combobox control with its own maskable edit box. I have been trying to get a simple WM_CHAR message to get through to a combobox so that I can check each char according to a supplied mask such as would be supplied with a normal Masked Edit Control. I have been unsuccessful. All I can do is to wait for the EN_UPDATE message and then extract the complete text from the combobox edit control. Is there a way to check for individual characters? If possible, do you know of a masked combobox ocx perhaps?
William Dicks
***
"Delaying decisions" is too often a euphemism for
"avoiding thinking."
- Bjarne Stroustrup
I am new here, although I have been browsing and using examples from the CodeGuru website. I must say that the code and examples are excellent. I do have a question that relates to combo boxes. I need a combobox control with its own maskable edit box. I have been trying to get a simple WM_CHAR message to get through to a combobox so that I can check each char according to a supplied mask such as would be supplied with a normal Masked Edit Control. I have been unsuccessful. All I can do is to wait for the EN_UPDATE message and then extract the complete text from the combobox edit control. Is there a way to check for individual characters? If possible, do you know of a masked combobox ocx perhaps?
William Dicks
***
"Delaying decisions" is too often a euphemism for
"avoiding thinking."
- Bjarne Stroustrup