Loading a list box from directory

N

Nbene

Hi,

I am trying to load a list of files located in a certain directory,
ie. files with a .dot extension.

This is not the issue, this works fine....until I have a file in
Japanese or Chinese.

I have tried two ways. First way was to enter the files through adding
them into an array seperated by a semicolon then using this as the
value list for the list box. The Asian characters then come
out ??????.

So i tried another one. I opened a recordset for a table and put the
names in by searching the directory for *.dot then with the filename i
appended that to the table.

Again it came out with ????? in the table for the asian characters.

Does anyone have some words of wisdom for me....please~!

Thanks

NB
 
Top