How do you make a ...( 1 year ago by MouthofSaurons)
How do you make a save function?
i'm working on it ...( 1 year ago by CWHeadShot)
i'm working on it now, well, not atm cause its paused, but you use common dialog and bytes.
And, how did you ...( 1 year ago by MouthofSaurons)
And, how did you made it possible to paint???
using a picture box ...( 1 year ago by CWHeadShot)
using a picture box, like canvas.line = so and so lol you got msn? cause ill talk to you on msn if you want
i want the code and ...( 9 months ago by JR1994997)
i want the code and stuff :( :(
rofl, soz, dont ...( 9 months ago by CWHeadShot)
rofl, soz, dont have it anymore, my pc got wiped and i lost all my vb programs, including the sources. im on my mums laptop atm lol, sorry
dang do you ...( 9 months ago by JR1994997)
dang do you remember how you even did it?
yup i think so :P( 9 months ago by CWHeadShot)
yup i think so :P
its all to do with ...( 9 months ago by CWHeadShot)
its all to do with picture boxes and all that, like NAME.line and all that lol :P 1. I learnt how to do just a single colour painting 2. Added some features like brush size, colour, etc. 3. Final result ^^^
well i have tryed ...( 9 months ago by JR1994997)
well i have tryed to google it a thousand times and i cant find it anywhere i need some help with this.
why do u need to ...( 9 months ago by CWHeadShot)
why do u need to make one anyway?
wow.. pretty good.( 9 months ago by thisismirul)
wow.. pretty good.
lol ty :)( 9 months ago by CWHeadShot)
lol ty :)
just a question :P( 9 months ago by CWHeadShot)
just a question :P
hey bro can you ...( 6 months ago by aleccyy)
hey bro can you send me a tutorial for that
lol, i didnt follow ...( 6 months ago by CWHeadShot)
lol, i didnt follow it off a tutorial sorry, i made it my self :D
Array( 6 months ago by Linscape99)
For save, it's: SavePicture *Pictureboxname*.Image, *Filename, string format* And for Loading... *Pictureboxname*.Picture = LoadPicture(*Filename, string format*) Voila o.O
lol k ty :)( 6 months ago by CWHeadShot)
lol k ty :)
can you share with ...( 6 months ago by BlaBlaBlaZ2)
can you share with us : the information : how you made it ? ....a tutorial...please!!im new to VB...
lol, all you need ...( 6 months ago by CWHeadShot)
lol, all you need to know is how to do make ur cursor/pointer paint with code, thats all you need lol :P so just google it or whatever you have to do to get it, and then fiddle around with it, thats what i did and i got this program :D
got the code and ...( 6 months ago by BlaBlaBlaZ2)
you got msn? cause ill talk to you on msn if you want
1. I learnt how to do just a single colour painting
2. Added some features like brush size, colour, etc.
3. Final result ^^^
SavePicture *Pictureboxname*.Image, *Filename, string format*
And for Loading...
*Pictureboxname*.Picture = LoadPicture(*Filename, string format*)
Voila o.O