Here's what's happening:
I have a DB file with lots of records, when I click on a button, it uses the currently displayed record to open another form that has a picturebox with label controls containing the information just gathered.
After manipulating fontname size and positioning the labels on the picturebox etc. Instead of saving the picturebox only (with the details) as a bmp file, I would like to allow the user to type a filename and have the settings (eg: fontname, size, color, etc.) saved into that file.
As it is at the moment the user needs to recreating the whole thing just to make a few adjustments.
I would like the user to be able to open the saved file and simply make the appropiate adjustments then resave it again.
Is it possible that this can be achieved?
Thanks for your valuable time,
Andrew.
I have a DB file with lots of records, when I click on a button, it uses the currently displayed record to open another form that has a picturebox with label controls containing the information just gathered.
After manipulating fontname size and positioning the labels on the picturebox etc. Instead of saving the picturebox only (with the details) as a bmp file, I would like to allow the user to type a filename and have the settings (eg: fontname, size, color, etc.) saved into that file.
As it is at the moment the user needs to recreating the whole thing just to make a few adjustments.
I would like the user to be able to open the saved file and simply make the appropiate adjustments then resave it again.
Is it possible that this can be achieved?
Thanks for your valuable time,
Andrew.