-
remain the same.....
hellowz...
could anyone tell me how to keep a picture or anything else in form at its own location even after the form is unloaded... for making it clear let me say.. for eg. if i have a picture box and on form load it is blank.. at runtime i add a picture to the picture box now it so happens tht ihave to unload the form how do i keep tht picture there only even when i load the form again i see the same picture which i left when i unloaded the form??
-
Save the picture, then capture FormLoad and load the picture into the box.