Tutorials

How to Get Local Ip Address(IPv6) in VB.Net

Submitted by janobe on
In this tutorial, I will teach you how to get the local ip address using visual basic 2015. This method has the capacity to retrieve the local ip address (ipv6) and will be displayed in the listbox. This application is similar to The Easiest Way to Get Local Ip Address (IPv4) in VB.Net. Let’s begin

Simple Search Based on Two Columns in C# and MySQL Database

Submitted by janobe on
In this tutorial, I will teach you how to create a simple search based on two columns in c# and MySQL database. This program will illustrate how to search for data or records in the database based on two fields in the table. It has an automatic search for data in the database that will be displayed into the datagridview. Let’s begin.