How to make to have an image with dimensions of Form
and not of screen with this code.
Thank you
SavePicture Form1.Image, App.Path & "\image.bmp"
Add a PictureBox of appropreate size and copy the form image
to that. Saving the picturebox contents will be the size of the
picturebox.
LFS
I knew already, it is the Form which m' interest.
Thank you
Translated by babelfish