Need sample code to display unicode text in ExplorerListView

The place for threads about TimoSoft ExplorerListView.
Post Reply
karson
Cadet
Posts: 1
Joined: 19 Oct 2011, 10:00

Need sample code to display unicode text in ExplorerListView

Post 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
User avatar
TiKu
Administrator
Administrator
Posts: 832
Joined: 28 Sep 2004, 21:10
Location: München
Contact:

Re: Need sample code to display unicode text in ExplorerList

Post by TiKu »

Hi,

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

Regards
TiKu
Crunching for Fab36_Folding-Division at Folding@Home. Join Fab36/Fab30! - Folding@Home and BOINC
Boycott DRM! Boycott HDCP!
ufo973
Lieutenant
Posts: 12
Joined: 09 Aug 2012, 22:45

Re: Need sample code to display unicode text in ExplorerList

Post 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........
User avatar
TiKu
Administrator
Administrator
Posts: 832
Joined: 28 Sep 2004, 21:10
Location: München
Contact:

Re: Need sample code to display unicode text in ExplorerList

Post 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.
Crunching for Fab36_Folding-Division at Folding@Home. Join Fab36/Fab30! - Folding@Home and BOINC
Boycott DRM! Boycott HDCP!
Post Reply