c# gdi captcha

  1. S

    Question writing multiple Image

    Hi, Im creating a CAPTCHA control and are stuck on the GDI part. I get the correct image loaded, but I dont know how to write the image to the final image. If anybody out there could help me with this I will be very thankfull. Bitmap bmp = new Bitmap(imageLength, 78); Random...
Back
Top Bottom