Date ??
-
In a textbox, I have associated a var of type CString. I want to set it as " / / " & make sure that the user can change or edit /, just add nos & done. What type of formatting should I do and plz show an small eg. if possible. Reqs is for CE. Also, I need to show a dialog for few mins & then close it. How do I end up doing that part in CE.
Thanks Terry
-
In a textbox, I have associated a var of type CString. I want to set it as " / / " & make sure that the user can change or edit /, just add nos & done. What type of formatting should I do and plz show an small eg. if possible. Reqs is for CE. Also, I need to show a dialog for few mins & then close it. How do I end up doing that part in CE.
Thanks Terry
Sounds like you need a "masked" edit control.
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Sounds like you need a "masked" edit control.
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
David, eVC++4 & CE doesn't support masked edit control. So, Is their any other better way to deal with the issue.
Thanks Terry
-
David, eVC++4 & CE doesn't support masked edit control. So, Is their any other better way to deal with the issue.
Thanks Terry
Trupti Mehta wrote:
eVC++4 & CE doesn't support masked edit control.
How so?
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Trupti Mehta wrote:
eVC++4 & CE doesn't support masked edit control.
How so?
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
David, check out this: http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.framework.compactframework/2005-01/0499.html[^] At first I checked in eVC4 help, din't find any thing like that. In the Control Box, can't find any control for Masked edit. On searching for "Masked Edit CE" in google found links where people complain for masked edit not working or not working properly. Other than the above, I have reached on CE & found that masked edit controls are not compatible with all smart devices. Based on these resources I am telling that eVc4 & Ce doesn't support Masked. If you have any way out, I would defintly try for one but not third party.
Thanks Terry
-
David, check out this: http://www.tech-archive.net/Archive/DotNet/microsoft.public.dotnet.framework.compactframework/2005-01/0499.html[^] At first I checked in eVC4 help, din't find any thing like that. In the Control Box, can't find any control for Masked edit. On searching for "Masked Edit CE" in google found links where people complain for masked edit not working or not working properly. Other than the above, I have reached on CE & found that masked edit controls are not compatible with all smart devices. Based on these resources I am telling that eVc4 & Ce doesn't support Masked. If you have any way out, I would defintly try for one but not third party.
Thanks Terry
Trupti Mehta wrote:
In the Control Box, can't find any control for Masked edit.
It's not a built-in control. You'll have to roll your own. CP has dozens of examples.
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne