Hi
I have below code Width = 50000,Height = 28000 . I want centre of this Picture to be saved or display in another Picture
Picture1.AutoRedraw = True
Picture1.Picture = LoadPicture(App.Path & "\O_" & tno & ".jpg")
Picture1.Width = Picture1.Picture.Width
Picture1.Height = Picture1.Picture.Height
Thanks