To lower case

Got a problem you cannot solve? Try here.
Post Reply
mqk
Posts: 18
Joined: Mon Aug 15, 2005 7:57 am

To lower case

Post by mqk »

Hi

During the installation, I need to convert the input text to lower case. Is there any way to do it?

Thanks in advance,
sinan
Site Admin
Posts: 1035
Joined: Sat Nov 13, 2004 8:12 am
Contact:

Post by sinan »

Would restricting the input to lower case only help? If so, replace the Edit control on your dialog with a MaskEdit control. Then, set the CharCase property of a MaskEdit control to ecLowerCase.
mqk
Posts: 18
Joined: Mon Aug 15, 2005 7:57 am

Post by mqk »

Where can I find MaskEdit? Currently I have EditFile plug in.
sinan
Site Admin
Posts: 1035
Joined: Sat Nov 13, 2004 8:12 am
Contact:

Post by sinan »

Its not a plugin - its a dialog control that you can place on your dialogs using the dialog editor.
Post Reply