Re: Hi i have a form and i want to know how to save pictures to it?
Well basically you do not save anything to the form. What you would need to do is save to a file of some sort then read from that file to load the images when the program starts. How you should do this depends on what you are doing but for example you may just need to save the path/filename to a text file then read that text file during load and load the images that are listed in the text file.
Always use [code][/code] tags when posting code.