Hello, I always search functions, which are good for the suggestions. Now I search a function or a way, where the user can paint a picture with different colors (such as Windows Paint).
Is there any way to do it?
Professional Software Development Tools
Hello, I always search functions, which are good for the suggestions. Now I search a function or a way, where the user can paint a picture with different colors (such as Windows Paint).
Is there any way to do it?
There are two ways that I can think of:
1. If you are a Windows C/C++ programmer, make an Object plugin using the SDK. (the "hard" way)
2. Pick up a Flash app or Java applet that does this stuff and then host it inside of a Web object. (the "easy" way)