Click here to Skip to main content
15,913,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello. How can microsoft paint(or any other painting software) be included in a VB.net project? I need to used its functionalities to *maipulate(such as cutting,add arrows, circles and so on) jpg file. Is there any ways this * can be done on VB.net (or Visual Studio).Can anyone please help me.
Thanks.

[edit]Urgency removed - it only annoys people and can slow down a response.[/edit]
Posted
Updated 9-Feb-11 21:40pm
v4
Comments
Sandeep Mewara 10-Feb-11 2:10am    
First of all, MS Paint cannot edit video!
sandeep man 10-Feb-11 3:41am    
Typing error-- in hurry.Thanks :-)

1 solution

First off: you can't include Paint in your application: it is a standalone program that is not intended for that at all.
Secondly: Paint does not handle video, only still images.

Depending on what you want to do, have a look at GIMP: http://www.gimp.org/[^] it is open source, which means you can use it in your application. Be warned though: it is a full image editor, and the source code is not for the faint hearted!

For video, there is Open Movie Editor: http://www.openmovieeditor.org/[^] The source code is probably move complex than GIMP, but then it does more.

The other alternative is to do it yourself: cutting, arrows, circles etc. are not too complex an operation to implement if the basics and still images are all you need. Google is your friend here: use it!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900