Prompted Entry Field Control

Although single line entry field control has style ES_SBCS, ES_DBCS, ES_MIXED and ES_ANY, the prompted entry field control (combo box) does not support those styles. Therefore, if an application needs to filter the user input to SBCS only or DBCS only, or needs to cope with the code scheme differences between ASCII and EBCDIC mixed strings, the application has to manage the problems by itself.


[Back: Case-insensitivity]
[Next: Text Output]