Hi i need to create a html page which takes the text entered on the windows form and creates a html page so it can be sent in an email. Whats the best way to do this??
2) Second, program the web page to send out the email you want after it reads the parameters from the URL.
3) Inside your Windows Form, using the WebBrowser control (System.Windows.Forms.WebBrowser), dynmically build your URL string using the text you entered as parameters. Then call the WebBrowser's Navigate() procedure to navigate to your web page.
Doing this should allow you to enter text and navigate to your website so that it will send out the email you want.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.