How would I go about making a program print an image from a file named img123 (in VB5, the actual file name is 123.bmp) so that after the program is compiled, I don't need the original picture file, ONLY the compiled program (with the picture integrated into the program itself) and once the program is run it prints the image I named img123 upon the start up of said program.
***********
EX:
Private Sub Form1_Load()
Print.img123
End Sub
***********
I've tried this code and it doesn't work... Can anyone give me a suggetion on how to make a printer print ONLY an image I named img123 not the entire form??
***********
EX:
Private Sub Form1_Load()
Print.img123
End Sub
***********
I've tried this code and it doesn't work... Can anyone give me a suggetion on how to make a printer print ONLY an image I named img123 not the entire form??