| Hello, 
 I got a trouble using on HiComponents.IEvolution.IEMulti.
 
 When I trying to get a file name from ImageList, Korean/Japanese letters are broken.
 
 How can I get a filename from the control properly?
 
 I'm using below codes
 ---
 HiComponents.IEvolution.IEMulti ecmtView
 
 string filename;
 filename = ecmtView.ImageList.GetImageInfo(ecmtView.SelectedImage).FileName;
 ---
 
 Of course, IEMulti.ImageList.FillFromDirectory(string) loads Korean/Japanese letter including directory properly. but getting filename... no.
 
 
 |