Page 1 of 1

Need sample code to display unicode text in ExplorerListView

Posted: 19 Oct 2011, 10:05
by karson
Hi,

I am writing a program to get some unicode text from a file and display in the listview. I downloaded ExplorerListView.ocx to test but I can't find any sample code. Could you send some sample codes to me? Thanks a lot.

Regards

Re: Need sample code to display unicode text in ExplorerList

Posted: 19 Oct 2011, 11:47
by TiKu
Hi,

The setup contains several sample projects: http://www.timosoft-software.de/downloa ... rlistview/

Regards
TiKu

Re: Need sample code to display unicode text in ExplorerList

Posted: 09 Aug 2012, 22:48
by ufo973
I installed the sample project but they are so complicated i couldn't get anything from it.

I want to simply show some unicode text in the listview someone please help me........

Re: Need sample code to display unicode text in ExplorerList

Posted: 10 Aug 2012, 07:35
by TiKu

Code: Select all

ExplorerListView1.ListItems.Add ChrW(&HFEB1) & ChrW(&HFEC1)
Instead of

Code: Select all

ChrW(&HFEB1) & ChrW(&HFEC1)
you can put any Unicode string.