Saving back ground image of a form
-
hi My aim is to store the background image of a mdi child i am setting the image by using a open file dialog box , database used here is ms-access ... i have the code for saving the image into ms access its working fine on the pictureboxes at the time of storing image of the form its giving an error the file is already in use by another programme if any one have any clues please let me know sindhu tiwari
its me sid
-
hi My aim is to store the background image of a mdi child i am setting the image by using a open file dialog box , database used here is ms-access ... i have the code for saving the image into ms access its working fine on the pictureboxes at the time of storing image of the form its giving an error the file is already in use by another programme if any one have any clues please let me know sindhu tiwari
its me sid
Show me the code you are using for setting form background and retrieving it to store in database.
-
hi My aim is to store the background image of a mdi child i am setting the image by using a open file dialog box , database used here is ms-access ... i have the code for saving the image into ms access its working fine on the pictureboxes at the time of storing image of the form its giving an error the file is already in use by another programme if any one have any clues please let me know sindhu tiwari
its me sid
Are you storing the image or the path of the image? If you are storing the image.. then do this. Image im = Form.ActiveForm.Image; and then save the image... If you are storing the path.. then just store it in string :) Thanks.
------------------------------------------------------------------ Life would have been much easier if I had the source-code!!