Im a newbie to VB. I have this code from ST7 ccd camera sample vb project. It reads out the image from the ccd camera into the imagedata (0 To 764, 0 To 509) integer array. Then the following code follows. It finally prints the image on the form 'frmST7driver' as seen on the code. I have made a dll of this project and imported in my asp.net project. Instead of printing the image on the form, i have to publish this image on the web page...
...