VB graphics
I have 3-dimensional array to store the colour values of pixel of an image. How can I draw the image in VB.NET using the array values as colours for each pixel. I also do want to write it in a separate function rather than a paint event and also need to invoke the method from a another function or event. Pls also tell me how to draw a graphic on a specific component such as picture box without using the picturebox_paint method.
Thanks
manju

