How to Send Email Using VB.Net

Sending and receiving emails has now become an important task in our daily life. Email service providers such as Hotmail, Gmail & Yahoo have provided their SMTP Ports so that third party developers can use them in their applications. In visual basic.net we use SMTP i.e Simple Mail Transfer Protocol which helps us in composing …

How to Send Email Using VB.Net Read More »

How to Make Simple Login and Register System in VB.Net [Video Tutorial]

This article is on creating a simple registration and login system without using a database in visual basic. So this project uses Properties present in My Project. The link to download the project is also given in this article. Also Read: Lab Login System Mini Project in VB.Net The Login system will allow us to: Add a single user …

How to Make Simple Login and Register System in VB.Net [Video Tutorial] Read More »

Java Program to Take Screenshots

There might be a situation where you guys want to take screen shots programmatically. So I am sharing a program that help you to take screen capture of your screen and save it in PNG (Portable network graphic) picture format. Also Read: Java Program to Find IP Address   The below program uses Java.awt.Robot class to …

Java Program to Take Screenshots Read More »

SQL Injection Attacks – How to Prevent VB.Net Database Applications

What is SQL Injection? SQL injection is a code injection technique which is used to attack data-driven applications in which malicious SQL statements are inserted into an entry field for execution. This VB.Net tutorial will guide you through the use of parameterized SQL queries and demonstrate how they can be used to prevent SQL injection …

SQL Injection Attacks – How to Prevent VB.Net Database Applications Read More »