jkurpias
Nov 16th, 1999, 03:48 AM
I just don't get it?!?!
I have a picturebox called PicBox. The following code doesn't save the SAMPLE.
PicBox.Picture = LoadPicture(App.Path & _ "\temp.bmp")
PicBox.AutoRedraw = True
PicBox.Print "SAMPLE"
SavePicture PicBox, App.Path & "\temp.bmp"
What's wrong...please!
I have a picturebox called PicBox. The following code doesn't save the SAMPLE.
PicBox.Picture = LoadPicture(App.Path & _ "\temp.bmp")
PicBox.AutoRedraw = True
PicBox.Print "SAMPLE"
SavePicture PicBox, App.Path & "\temp.bmp"
What's wrong...please!