Click here to Skip to main content
15,885,890 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a picturebox and an image..
an image i put on picture box
i want to save both of picure to one file..
i use this code :
SavePicture Picture1.Picture, "C:\PICTURE.JPG"
SavePicture Image1.Picture, "C:\PICTURE.JPG"

but it doesn't work like i hope..

any one can help me please?
thanks
Posted
Comments
Aydin Homay 9-Apr-13 1:23am    
Please copy your code here ...! :)
keyhucul 9-Apr-13 1:36am    
here is my code :
Private Sub Command2_Click()
SavePicture Picture1.Picture, "C:\PICTURE.JPG"
SavePicture Image1.Picture, "C:\PICTURE.JPG"
End Sub
Manuele Camilletti 19-Apr-13 9:37am    
"but it doesn't work like i hope.."

What is your hope?? (do u want a "merge" of both?)
keyhucul 23-Apr-13 0:04am    
yes i want to merge both of them..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900