I am saving and retreiving from textfiles.
Saving the image as an imagepath and have added it to my user structure
Writing :
Retreiving :Code:User.Imagepath = txt_ImagePath.text
however there is an error (syntax blue line) that value of type string cannot be converted to system.drawing.image and I understand that but not sure how else it can be resolvedCode:pbx_UserImage.image = User.Imagepath




Reply With Quote
