Page 1 of 1

Picture Editing

Posted: Sun Dec 27, 2009 9:17 pm
by RunarM
I want to add another feature for my software but i don't know how to make it.
viewtopic.php?f=66&t=745

It should be picture editing, something like paint:
*Drawing
*Adding Text
*Changing Color on Text and Paint Brush
*Fill
*Erase
*Zoom [in and out]
*Rotating
and etc...

Would be great if anyone knew how to make anything like this.

Re: Picture Editing

Posted: Sun Dec 27, 2009 9:23 pm
by Toxikr3
This won't be much use to you but you'd have to have say a boolean variable for Adding text.

When button is clicked boolean var is true. One mouse click it checks for that variable. On mouse release it checks again, draws a label from first click to second click. Then the label that was just drawn would have to have properties like OnDoubleClick, the user can edit text.

Just an idea. Not much use ^_^

Re: Picture Editing

Posted: Sat Jan 02, 2010 12:08 pm
by Lewis
This would be good for your program if it is advanced enough you could maybe sell it :P Thats if you get it working.

Re: Picture Editing

Posted: Sun Jan 03, 2010 7:22 pm
by Coden
Hi, i think youtube.com/vbCodeMagic have a tutorial about paint application in VB.

regards.