|
-
Jun 17th, 2000, 11:13 PM
#1
Thread Starter
Hyperactive Member
i'm using vb6 enterprise n the image control
how can i save a graphic that i open up in the image control?
any help would be appreciated ...
-
Jun 17th, 2000, 11:27 PM
#2
Use the SavePicture method.
Code:
SavePicture Picture1.Picture, "C:\Mypic.bmp"
-
Jun 17th, 2000, 11:27 PM
#3
Code:
SavePicture Image1.Picture, "C:\windows\desktop\hello.jpg"
-
Jun 17th, 2000, 11:28 PM
#4
damn, 3 seconds too late...
-
Jun 17th, 2000, 11:42 PM
#5
Frenzied Member
Dennis.. you can't save it as JPG like that am I right?
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Jun 17th, 2000, 11:42 PM
#6
I'm almost half-way across the world from this site. Sometimes the difference can be 3 minutes.
-
Jun 17th, 2000, 11:49 PM
#7
See? Happened again.
Jop. No you cannot save a JPEG or GIF like that.
-
Jun 18th, 2000, 01:16 AM
#8
Lively Member
-
Jun 18th, 2000, 01:20 AM
#9
you can save it as a jpg...
but it has to be a JPG ORIGINALLY I should have mentioned that..
-
Jun 18th, 2000, 01:29 AM
#10
Actually if it's stored in an ImageBox, you can only save in BMP format. Only the PictureBox can save a Picture in whatever format it orignally was.
REM. Nope, I live in Canada.
-
Jun 18th, 2000, 09:40 AM
#11
Thread Starter
Hyperactive Member
thanks
thanks for all ur help i got my program to be able to save the file ... however, one of u said that u couldn't save it as anything but a *.bmp ... well i tried it n u can save it to a bmp, jpg or gif no matter what type of graphic it was ...
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
|