VB.Net

How to Make a Notepad in VB.Net

In today’s article I am going to provide you a simple notepad source code developed in visual basic.net. So the notepad uses very simple controls like RichTextBox1 and MenuStrips that is used to design the graphical interface. The code is very simple and self explanatory. This notepad has options like File, Edit, Format and Help. …

How to Make a Notepad in VB.Net Read More »

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 »

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 »