Hi.
I'd like to know how can I force an edit control to be ansi instead of unicode, in VS .NET. I'm trying to save memory, and a buffer of WCHAR's is of no use to me, and it takes up twice the memory.
Thank you.
This is a discussion on Edit control in ANSI mode within the Windows Programming forums, part of the Platform Specific Boards category; Hi. I'd like to know how can I force an edit control to be ansi instead of unicode, in VS ...
Hi.
I'd like to know how can I force an edit control to be ansi instead of unicode, in VS .NET. I'm trying to save memory, and a buffer of WCHAR's is of no use to me, and it takes up twice the memory.
Thank you.
I'm sorry for not answering your question but this is an important issue to bring up. Why is the memory issue so critical? A WCHAR is only 2 bytes. For example lets say that the edit controls buffer size is 32k that would be enough memory for 16k's worth of text information.