Tutorials

Change System Date using C#

Submitted by donbermoy on
In this article, i will teach you how to create a program that will change the system date of your computer. This tutorial is very helpful to your program or system having this integration. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Next, add one DateTimePicker and and one button.

Get And Display Hard Disk Serial Number In VB.NET

Submitted by donbermoy on
This tutorial is all about getting and displaying the hard disk serial number for a complete disk but not in just a single drive using vb.net. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one textbox named TextBox1 in your Form. 3.

Extract Filenames From An ImageList Using VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create a program that can extract filenames from an ImageList using VB. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one Button named Button1 , ListBox named ListBox1, and an ImageList .

Press Enter in TextBox to Trigger Click Event in VB.NET

Submitted by donbermoy on
This is a very simple tutorial of mine yet a very useful one. This is a program that when you press the enter key in the textbox, it will trigger to have the click event of the button using the VB.NET programming language. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

Scroller In TextBox Using HTML JavaScript

Submitted by alpha_luna on

Good Day!!!

Today, we are going to learn Scroller In TextBox. This project that scrolls itself in a text box. You can use this project in your certain site to catch the attention of your users. This will serve as an alert message or an announcement for your users to easily notice the message.

Example:

.style_text { cursor: no-drop; border: 3px solid #7A81DE; }

MySQL Operators

Submitted by alpha_luna on

Good Day!!!

In this tutorial, we are going to learn about the MySQL Operators and this is the continuation of MySQL Tutorials. My last work was all about the MySQL Reserved Words. In this Chapter, we will know all kinds of Operators in MySQL.

Operator Precedence

Operators which are shown below, in a line together will they have the same precedence.

MySQL Reserved Words

Submitted by alpha_luna on
Good Day!!!! In this chapter of my tutorial, we will discuss all the Reserved Words in MySQL. SQL is a language that made up of keywords - special words that we used in performing SQL operations. We're not supposed used these keywords when naming a databases, tables, columns and any other database objects.