How To Use Microsoft Visual Basic 2008 Express Edition To Make A Program?
hi want to make a program that you open it and you fill in a form and then when you click the send button it will send me a email. i guess i could use visual basic but if other programs are better please tell me them and tell me step by step how to make a program like i specified
Hi,
When it comes to sending e-mail, generally speaking the first thing that you need is a server that is actually capable of sending e-mail.
Therefore I would actually suggest you create a “webpage” using PHP to create your form.
If you wanted to make it into a VB program, you could create a form on VB, then get it to display the webpage you have created?
There are a lot of examples to show you how to send various types of emails with vb.net here http://www.example-code.com/vbdotnet/ema...
Creating the form is pretty simple.