I need a code for vb 2005 express

I need a code for my submit button to send me an e-mail with a picture of the screen..... i have tryed a few but they don't work like I need them to... Please help me if you can.


Answer this question

I need a code for vb 2005 express

  • Morten Dahl

    Hi,

    Do you mean send an image of the screen when you press the submit button If so, you can try sending a printscreen keystroke then accessing the clipboard and retrieving the image stream to convert it to image then send it as a mail..

    sending a printscreen keystroke:

    Dim sKeys As String = "{PRTSC}"
    SendKeys.SendWait(sKeys)





    cheers,

    Paul June A. Domag


  • Merav

    HOHO that's cool. i'm trying to find this as well thnks paul


  • GoranB

    Does anybody know I need this code ASAP. if you could please E-mail it to me at: yayah_1@hotmail.com I would be verry thankful.

    ~yayah 1


  • Rakesh Kumar V.V. from Pampady

    Thank you, that is exaclty what I needed.

    ~yayah 1

  • I need a code for vb 2005 express