Can I save the information from common dialog
Save as Jpg or Bmp
format to an INI file and retrive it when the program starts.
Now I have this line
Image4.Picture = LoadPicture(App.Path & "\test.bmp")
to load the picture.
and it's not good.
I would prefer to have that the ini file
loading the last saved picture to
image4.picture.
and how to do it?
please