Hello
j' used Designer with imageview
imagefile = " xxxx.jpg" in the repertory Files
Activity.LoadLayout (" Main")
I would like by modified program
imagefile = " yyyy.jpg" in File.DirRootExternal
how to make ?
Best Regards
Hello
Activity.LoadLayout("Main")
imageview1.Bitmap = LoadBitmap(MyPath & "/Images/","vignobles.jpg")
Message error
imageview1 used before initialize
Best Regards