10-27-2010 01:19 AM
Is there any Paint ActiveX or simple Image Editor ActiveX for doing this ?
Another question: Is there any way to customize Microsoft Paint to make it as simple as possible ? (just supporting black and white and ... )
Thanks
10-27-2010 07:28 AM - edited 10-27-2010 07:31 AM
Yes, you can use ActiveX. Look at the Controls Palette for ActiveX and you will find a PictureBox.
I may have lost track of what you are trying to do, but look at the example below that converts TRUE (boolean) to a black dot in a Picture Control.
You can create an array of picture controls and have the 3D array propulate it.
You can also draw rectangles (or squares) instead of dots. All the functions are available under the Picture Functions Palette.
If you use rectangles or squares, you have to pay attention to how many points you are using so as not to overwrite your values (dots).
Using ActiveX may not be simpler than the example above. Probably harder...
10-27-2010 07:33 AM
For some strange reason, the code snippet does not show the two I16 contants inside the cluster (brown rectangle).