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.
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)
I need a code for vb 2005 express
Silverback
~yayah 1
Bobo78
danprime
~yayah 1
Nishith Pathak
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