質問

How can I submit error reports to the developer (me) when coding in VB.NET?

I have made a Google Forms response form here. Is it possible to use the WebBrowser Control functions to paste a string into the TextBox in there and then click the button to submit it, all automatically?

Would it be better to use a different submission form service than this? I know that it uses complicated JavaScript to code everything. If it would be better to use a custom HTML website, how would you interact with that (I can probably figure out how to code the HTML itself)?

All help welcome!

役に立ちましたか?

解決

OK, this was my solution: use System.Net.Mail and MailMessage and SMTP Credentials to send an email to the developer.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top