On 24/12/10 00:36, Phạm Quang Dương wrote:
> Hi everyone,
>
> I'm writing for myself a small program to manage my image files. I choose a
> folder, it will get all image files in this folder and display thumbnail
> with an Icon view (like Nautilus or other files manager).
> Current, I do:
> - Get i
yes you can
load the directory
in two way
the icon view and a string array
add a global index as private
this is
private iFileIndex as integer
private aFiles as New String[]
Public sub Form_Open()
dim sImage as string
Dim sPath as String = user.home &/ "Images"
For each sImage in dir(s