|
-
Mar 9th, 2001, 11:15 AM
#1
Thread Starter
Fanatic Member
Hi!
I want to know if I BitBlt into the form's HDC and then I want to save it into a BMP or JPG file, how can I do it?
Thank you,
Arie.
-
Mar 9th, 2001, 12:07 PM
#2
PowerPoster
use the SavePicture functino will do
Code:
SavePicture Picture1.Picture, "C:\Mypic.bmp"
-
Mar 10th, 2001, 10:17 AM
#3
Thread Starter
Fanatic Member
Ok...
Then, I could do the same in JPG format?
-
Mar 10th, 2001, 10:38 AM
#4
should be able to just change the file extension
-
Mar 10th, 2001, 12:15 PM
#5
PowerPoster
Arie, yes you can do it that way. but the size in jpg and gif will be exactly the same size as bmp format.
IF you really need to be in gif or jpg format. do source for others 3rd party tools.
-
Mar 10th, 2001, 02:27 PM
#6
Thread Starter
Fanatic Member
Thank you...
That's all I needed.
When I'll finish my little game,
I'll bring it here to POLL it.
Remember me...
Bye.
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
|