News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Problem with unicode

Started by Farabi, December 30, 2008, 12:10:18 PM

Previous topic - Next topic

MichaelW

QuoteHm, thats weird, if I put all the buffer value to 0, I cant get any text, but if I fill the buffer with 0x20 it is working fine. Is it normal?

If the method that you are using to set the control text expects a null-terminated string, then yes, it would be normal. A null-terminated string that starts with a null has a length of zero.
eschew obfuscation