Picture Editing

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
4 posts Page 1 of 1
Contributors
User avatar
RunarM
Hardcore Programmer
Hardcore Programmer
Posts: 508
Joined: Wed Nov 18, 2009 11:33 pm

Picture Editing
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.
Just another day in my life.
http://www.codexvideos.com
User avatar
Toxikr3
Dedicated Member
Dedicated Member
Posts: 69
Joined: Tue Dec 08, 2009 12:49 am

Re: Picture Editing
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 ^_^
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Picture Editing
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.
Image
User avatar
Coden
Member
Member
Posts: 35
Joined: Wed Dec 09, 2009 7:31 am

Re: Picture Editing
Coden
Hi, i think youtube.com/vbCodeMagic have a tutorial about paint application in VB.

regards.
regards.
4 posts Page 1 of 1
Return to “Tutorial Requests”