Tutorials

Palindrome Number in Java Application

Submitted by GeePee on
The following Java program application is a Palindrome Number. An integer is a Palindrome if it reads forward and backward in the same way, ignoring any leading minus sign. In this program, we use an input dialog box to get the input and an output dialog box to show the output. I will be using the JCreator IDE in developing the program.

Movie Ticket Sale Java Application

Submitted by GeePee on
The following Java application program is a Movie Ticket Sale. This sample designs and implementation a program that prompts the user to input the movie name, adult ticket price, child ticket price, number of child ticket sold, amd percentage of the gross amount to be donated to the charity. . I will be using the JCreator IDE in developing the program.

Hide Desktop Applications using VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create a program that will hide all your desktop applications using visual basic.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. Add only a button named Button1 and a Timer named Timer1.

Disable/Enable Close Button in Windows Form using VB.NET

Submitted by donbermoy on
This tutorial will teach you how to create program that can disable and enable a close button in the windows form using vb.net 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. Next, add a GroupBox and two buttons for Disable and Enable Close button named Button1 and Button2 respectively.