How do i save a graphic that is in a Picturebox(Picture1)
Printable View
How do i save a graphic that is in a Picturebox(Picture1)
Look up 'SavePicture' in the help files. :)
I dont have the help files, but i looked it up in a book. When i use it an error occurs saying that there is an autoredraw failure.
Try this
tsk tsk brian
savepicture(picture1.image,"C:\temp.jpg")
lol you found me
so, are you making a paint program?
Yeah, but i found a book on making a graphics program that goes all the way to 3d...
3d, eh?
Sounds interesting.
hmm. 3d (with direct x i bet). so, you want to blow up your computer?
3d crap always works better/faster when done with direct x in c++ -- i know, ive also started working with direct x a lil bit, and i have a friend who does in in c++.
c++ can render it an real time :-(
and thats why im going to learn c++ :-D
but anyway brian, good luck with the 3d
(my current project is a remote access control program :-D)
well it is wrong that C++ renders so much faster than VB because it is done by Dx anyways...
C is faster though, while it's not the rendering, but the math you would probably use...
ya, thats about right. but hey, faster=better