I take a picture with CameraEx and my App loads it into a blank ImageView. How can I save the ImageView with the loaded picture so the ImageView shows with the picture the next time I run the App?
Sub Camera1_PictureTaken (Data() As Byte)
Dim filename As String = "1.jpg"
Dim dir As String = File.DirRootExternal
camEx.SavePictureToFile(Data, dir, filename)
'...............
if you were having problems then ask further in your original thread .
Thanks mangojack but I'm not having problems with the original question. Erel answered that. This is a new question. How do I save an ImageView with the Image in it created as Erel described in answer to my previous question.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.