Probably impossible, but I want to try - Make Program Send Messages Over MSN
OK, I've made a program and I have tons of people that beta test it for me. What I am wanting to do is put an error sender in my beta panel. I am trying to make it so that if the user gets an error they can go to a text box and type in all the info, hit send, and me receive it, regardless if they have msn installed or not.
Re: Probably impossible, but I want to try - Make Program Send Messages Over MSN
Quote:
Probably impossible
I dont think its impossible. Check if this activates your grey matter ;)
http://www.vbforums.com/showthread.p...87#post2987687
:wave:
Re: Probably impossible, but I want to try - Make Program Send Messages Over MSN
VBSendMail is one option.
But you can also try this.
Create an email form in your product website with fields Email ID (optional) & Error Message. When the user want to submit an error after typing the error in to a vb text box, you load the form page in to webbrowser control, put the user text in to the form's message text box and click "send" .
Example : http://www.vbforums.com/showpost.php...68&postcount=2
Re: Probably impossible, but I want to try - Make Program Send Messages Over MSN
ZeeZee's suggession will work if MSN installed ;)