|
look at btnsettext, the variable is PAnsiChar, whichs makes other characters like this ?????, it takes ANSI Characters but have you tried renaming PAnsiChar to String or use character as byte. like this #30 or so(don't remember) Anyways, if a character appear as questions marks, it should work on an operating system that supports it, for example if text is russian it might need system language russian to work.
|