Okay, I have a Picture on Picture1.picture. I also have another picture on top of it called Picture5.picture. When I do a PictureSave, I would like to have everything on Picture1 to be saved with it. This isn't working though, it just saves the picture on Picture1 and ignores anything else.
Really, I am not doing anything drastic. I have Picture5.Picture already start up with a graphic in it and AutoRedraw on too. Same with Picture1.Picture. When I save, it just has Picture1.Picture and not anything else.
I actually want to save both pictures to the same file because Picture5 is on top of Picture1.
Chris
... I just realized my dyslexia is kicking in this morning and had "PictureSave" and not "SavePicture". That should clear up some issues.
Last edited by Kilokahn; Dec 20th, 2005 at 08:26 AM.
You are doing a With/End With on Picture1 so it is going to ignore Picture5 simply because Picture5 is not a property or method of Picture1. So, if you need to save both (and I'm not sure you can get both in the same file. Test it out to see what happens), then I would do something like
Okay, that's a nogo. It just saves Picture5 then and no Picture1. There has to be a way to save Picture1 and Picture5 on top of eachother. I mean, it's on top of eachother on the Picture1.Picture. If you can save text or anything else that is over it, it should save a Picture on top of it too...
Here... I think this is what you're looking for...
Took me about 3 mins to create...lol...
I figured you wouldn't understand what to do if I told you... so I created a working sample...
Hopefully this is what you need...
If my post has been helpful, then please rate it accordingly...
If it has solved your question(s), then don't forget to mark the thread as "[Resolved]"... thank you.
If my post has been helpful, then please rate it accordingly...
If it has solved your question(s), then don't forget to mark the thread as "[Resolved]"... thank you.