MSPaint style component?

  • Thread starter Thread starter Curt Krueger
  • Start date Start date
C

Curt Krueger

Hi,
I know I could write this myself, but if possibly I'd like to avoid
re-inventing the wheel if it's been done somewhere.

I need a MSPaint style component to embed into one of our programs. It
basically needs the same functionality of MS Paint. It needs to be a
component, not a paint application. It would need to run on Pocket PC
2002, and 2003.

Any links/suggestions pointers welcome!
thank you,
Curt
 
"Alex Yakhnin [MVP]"
Which functionality of "MS Paint" exactly you need to implement?
For the basic drawing application with image saving functionality take a
look at this article on MSDN:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/scibf.asp?frame=true

If I create the control myself, the article you submitted will help.

Here are some of the items that would be useful:

1. Opening/saving the bitmap programmatically.
2. Line tool.
3. Selection Tool.
4. Shape tool.
5. Color selection.
6. Undo support (one item would be fine, but the more the better).
7. Curve tool.
8. Zooming in/out.

If anyone has gotten a "start" one something like this it would help or if
anyone knows of such a project?

thanks in advance,
Curt
 
Back
Top