hello below doesn't load the picture ??
A1.Add(AppPath & "\" & r)
AddImage("Panel1",image ,0,row, 120, 120)
Control(image).image= A1.Item(0)
it works like below
Control(image).image= "image1.jpg"
also tried which also not works
picture = Apppath & "\" & "image.jpg"
Control(image).image= picture
did i miss something?
cheers
A1.Add(AppPath & "\" & r)
AddImage("Panel1",image ,0,row, 120, 120)
Control(image).image= A1.Item(0)
it works like below
Control(image).image= "image1.jpg"
also tried which also not works
picture = Apppath & "\" & "image.jpg"
Control(image).image= picture
did i miss something?
cheers