05-04-2008, 01:49 PM
Some controls have separate messages for ANSI and Unicode, eg TVM_INSERTITEM[A] and TVM_INSERTITEMW. For other controls, use SendMessageW instead of SendMessage[A].
SendMessageW hlb LB_ADDSTRING 0 @sperso
SendMessageW hlb LB_ADDSTRING 0 @sperso
