R regay Member Feb 20, 2017 #1 Pls help how can I use 1 imageview then if I click a button the image will replace or new image in imageview different buttons with different image and one imageview Thanks
Pls help how can I use 1 imageview then if I click a button the image will replace or new image in imageview different buttons with different image and one imageview Thanks
Erel B4X founder Staff member Licensed User Longtime User Feb 20, 2017 #2 B4X: Sub Button1_Click ImageView1.Bitmap = LoadBitmap(File.DirAssets, "SomeImage.jpg") End Sub Upvote 0