I have created a Bitmap image into a picbox from an ascii string, I have to rotate this through 90deg, which I have done using pset and placed the result into another picbox, it works fine and displays on the screen great, but if I print the form using me.printform the picbox is empty, and if I try to save the picture
SavePicture Me.picbox.Picture, "Bcode.bmp" it saves an empty image, where has the image gone that is displayed on my screen?
SavePicture Me.picbox.Picture, "Bcode.bmp" it saves an empty image, where has the image gone that is displayed on my screen?