|
-
August 4th, 2001, 03:58 PM
#1
Save Changes
I have a program that opens a picture, and then removes certain colors, then puts it into another picture box. How do i make it so that, when the user tries to save the filtered picture, it saves the changes?
--Ant
--------------------------------------------------
Want a javascript Editor? Visit:
http://members.fortunecity.com/ants12/jeditdload16.htm
Or email me:
[email protected]
-
August 5th, 2001, 09:18 AM
#2
Re: Save Changes
I suppose that:
SavePicture Picture2.Picture, "C:\mypic.bmp"
----------
The @host is everywhere!
----------
-
August 6th, 2001, 04:46 PM
#3
Re: Save Changes
That doesn't save changes
--Ant
--------------------------------------------------
Create rollover effects in no time!, visit:
http://members.fortunecity.com/ants1...lloverwiz.html
Or email me:
[email protected]
-
August 7th, 2001, 02:30 AM
#4
Re: Save Changes
If you find no other way, you may use this trick: capture the picturebox last image using the Capture Client function described in this link
http://support.microsoft.com/support.../2/99.asp?FR=0
(or capture it with any other function/program that return a picture object). Then use the save picture method on this new object.
Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris
and all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
The Rater
...at present time, using mainly Net 4.0, Vs 2010
Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
all the other wonderful people who made and make Codeguru a great place.
Come back soon, you Gurus.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|