emergencyplan
Technical User
Hello,
I have a program that reads an ASCII grid of altitudes and displays a coloured grid (depending on the altitude) in a picture box on the form, each grid square is drawn using picdisplay.line (x,y)-(x,y),vbColor,BF.
Is there a way of saving this picture box as a bitmap, I have experimented with savepicture picdisplay.image, "C:\Image.bmp" without success.
Thanks,
Laurence
I have a program that reads an ASCII grid of altitudes and displays a coloured grid (depending on the altitude) in a picture box on the form, each grid square is drawn using picdisplay.line (x,y)-(x,y),vbColor,BF.
Is there a way of saving this picture box as a bitmap, I have experimented with savepicture picdisplay.image, "C:\Image.bmp" without success.
Thanks,
Laurence