Author | Message | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ![]() I recentely built a program in Visual Basic 2010 express :) I want to learn it and get good at it and i want some ideas. I need to know what things i can make(beginner please!) Here is a program i made: It's a program that sends and email to whoever! It's very simple actually i just coded it and had help of youtube and i got it done in 10 minutes =D So here it is :) (only works with the email your sending from is hotmail) http://www.mediafire.com/?4l82k4y7or1y6i7 EDIT: V2 Including Hotmail,Yahoo,Gmail email sending All in one! http://www.mediafire.com/?1crjj0y7k87c8rk --- stay tuned.
|
| ![]()
--- Andrewbob - I would be on the fucking copter of rofls Programmer, Web Developer, and Graphics Designer
|
| ![]() Wildsurvival posted: (17th May 2011 11:10 pm) --- stay tuned.
|
| ![]()
One of my first VB Programs was an anonymous email sender, :P. I've also made a text-to-voice, a auto-clicker, and an auto-typer as one of my first few programs. --- Andrewbob - I would be on the fucking copter of rofls Programmer, Web Developer, and Graphics Designer
|
| ![]() You could actually make a simple Mail() function within PHP. There are a couple of things to remember though, if you intend to send any mail generated from your own PC/Website, many won't receive the email without including the DKIM signing, mainly Yahoo. Even with this digital signing method to confirm the address is actually the origin of the email, you may have some odd blacklisting as many residential IP addresses have. To overcome this, shell out a few more bucks for a business listing and work with your ISP to get yourself an IP approved for sending/receiving emails. There are alternative methods, such as using gmail to send your messages via their SMTP servers, or another provider with such support. Either way, there is no need for a program that generates email, unless you are intending on creating spam.
|
| ![]()
--- Andrewbob - I would be on the fucking copter of rofls Programmer, Web Developer, and Graphics Designer
|
| ![]() My first VB application was a chat application using winsock :P Edit: You could try making a web browser. It's easy to do with VB. --- I am an alien and not crazy!
| |