Вопрос

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