I am trying to save the contents of a form as a bitmap and am unsure how to do this. I can use the savepicture command to save the form as a bitmap but the contents is not intact as you would expect. There is 1 picture box on the form which I wish to save with the form so really a full screen shot of the form.
Taking a screen shot and saving it won't do it either as the form is only a section of the screen say 640 X 480 and is centred on the screen for my program to work. Is there any way of linking the picturebox to the form and saving both or taking a screenshot of the form alone and saving just this section?
Daniel
Taking a screen shot and saving it won't do it either as the form is only a section of the screen say 640 X 480 and is centred on the screen for my program to work. Is there any way of linking the picturebox to the form and saving both or taking a screenshot of the form alone and saving just this section?
Daniel
Comment