Learn how to create a Visual Basic UDP (User Datagram Protocol) program.
Latest SMTP / eMail Articles
Sending eMails with Visual Basic with LinkedResources and Alternate Views
Learn how to send emails through Visual Basic and make them more powerful with the use of LinkedResources and Alternate Views Classes.
Using VB to Determine Your Default Browser and Default Mail Client
Learn how easy it is to use Visual Basic to send mail with your default mail client and open your user's default web browser.
Building a .NET E-mail Application - Part 1
Remie Bolte begins his series on developing .NET SMTP and POP3 e-mail components for an outlook express look-alike Web-based e-mail application. This article provides a thorough overview of the SMTP RFC.
Create a GUI for an FTP Client with VB.NET
Paul Kimmel demonstrates the implementation of a Windows GUI for an FTP client, and along the way, presents the skills you need to complete the FTP solution or similar kinds of applications.
Send E-Mail from Your Web Applications
Use the given code and configuration to send e-mails from your Web pages.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.