Secure Login Image

I am looking for an example to create a secure login image where the user must type in characters displayed in the image to prevent automated logins.  The characters need to be of different sizes, angles, fonts and transparency. 

Thank you in advance. 


Answer this question

Secure Login Image

  • ullk

    Look at creating an Image and using the <a href="http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vbconintroductiontogdi.asp">Graphics</a> Class to do the drawing onto your Image.  Everything you mentioned is in there I believe.
  • Secure Login Image