Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The file name in the list box is garbled
#1
The file name in the list box is garbled. Please see the GIF demo below.

File name Example:
你好
中国

Code source link:
Http://www.quickmacros.com/forum/showthr...61#pid1461


Attached Files Image(s)
   

.qml   luan.qml (Size: 4 KB / Downloads: 356)
#2
which code it is?
#3
Below the GIF image, the source code  luan.qml
#4
In your dialog replace
SendMessage hlb LB_ADDSTRING 0 d.FileName
with
SendMessageW hlb LB_ADDSTRING 0 @d.FileName
or
LB_Add hlb d.FileName
#5
  Perfect solution , thanks Gintaras  Heart


Forum Jump:


Users browsing this thread: 1 Guest(s)