Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LB_ADDSTRING in unicode mode (Q2.3.0)
#1
LB_ADDSTRING in unicode mode (Q2.3.0)


Could you please advise on the way to handle :

SendMessage hlb LB_ADDSTRING 0 sperso

in Unicode mode (Q2.3.0).

Thanks in advance
#2
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
#3
Dear Gintaras,

Thanks, it works perfectly. Sorry for the trouble, I should have found the solution in macro function LB_Add.

Regards

Simos


Forum Jump:


Users browsing this thread: 1 Guest(s)