Page 1 of 1
To lower case
Posted: Thu Nov 03, 2005 6:21 am
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,
Posted: Thu Nov 03, 2005 8:49 am
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.
Posted: Wed Nov 09, 2005 8:18 am
by mqk
Where can I find MaskEdit? Currently I have EditFile plug in.
Posted: Wed Nov 09, 2005 1:43 pm
by sinan
Its not a plugin - its a dialog control that you can place on your dialogs using the dialog editor.