|
-
Aug 22nd, 2000, 09:22 AM
#1
Thread Starter
New Member
Hi,
I want to convert my drawings to GIF or JPEG on the fly.
I mean, assuming that I draw on a form or a pciture box using methods like Line, Circle, etc. is there a way in Visual Basic 6.0 to save the image I created in GIF or JPG format so that I don't have to run the program all the time for the same graphic?
Any help appreciated.
Thanks in advance.
-
Aug 22nd, 2000, 02:53 PM
#2
Lively Member
Dude,
The only thing that I can think of is doing an alt + Print Screen when you have the window active, then opening up a simple photoshop application, pasting, and then saving JPEG or GIF there... I wasn't sure if this is what you are looking for.. then you can take that image, and put it in your VB project if you like.
~Brian
[email protected]
-
Aug 22nd, 2000, 02:55 PM
#3
Fanatic Member
If you have a lot of experience with programming, grab the specs of GIF and JPEG at http://wotsit.org
-
Aug 22nd, 2000, 03:05 PM
#4
Monday Morning Lunatic
If you're just using things like that, take a look at the WMF spec as well.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 22nd, 2000, 04:38 PM
#5
transcendental analytic
You could ask me and i'll send you the code to save to JPEG
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 22nd, 2000, 04:41 PM
#6
Monday Morning Lunatic
Oh yeah, Kedaman...that code was pretty good.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 22nd, 2000, 05:16 PM
#7
transcendental analytic
Yep, and that's because it's my code, hehe, actually i think i got it somewhere from planetsourcecode.
BTW, great site wotsit.org
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 22nd, 2000, 05:20 PM
#8
Monday Morning Lunatic
Yes, I found some useful information on MIDI files there for my next project...
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
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
|