Slot Machine Game Application in Android

Submitted by donbermoy on
This is a Slot Machine Game Application in Android created using Basic4Android. This app features to roll images randomly, has coin slot, points earned, paid status, reset button, and has a a 50 coin default credit on the first play. Download the source code and play the game :) Best Regards, Engr.

Filling and Getting the ValueMember of a ComboBox in Vb.Net

Submitted by janobe on
In this tutorial I will show you how to fill and get the ValueMember of a ComboBox in VB.Net. Knowing the value member of the items that will be displayed in a combo box is very important.Why? For instance, in the “employee’s table”, you want to display the name of the employee in the combo box, but you want to get the id of it.

Hotel Directory, Query, and Destination Information System

Submitted by donbermoy on
This is a system for Hotel Tavern Surigao as one of our clients. This is named Hotel Directory, Query, and Destination Information System that has been programmed through Visual Basic 6.0 and SQL Server 2000 as backend. This system is different from a hotel reservation system because this system is designed for queries, directories, and destination of guests. This system features: Guest

Screenshot v1.1.0

Submitted by A7medGeek on
a Simple Program using the basics to do a Screenshot so it will be helpful for who looking for learn from source code and i put some comments to help you to understand what is going on what is news : 1- now you can add a Specific time and capture the image when the time is end 2- you can using short key ( ctrl + C ) to capture an Image if something you don't understand in the code just send a

Repairs Management System

Submitted by Raj.Sharma on
This Computers and Phones Repair System is written using C# and Sql Server 2012 for my client. Main Fetaures are : 1. Customers Management 2. Billing 3. Invoice Receipt Login Information: Username- Admin Password- admin For students or anyone else who needs program or source code for thesis writing or any Professional Software Development,Website Development,Mobile Apps Development at affordable

Sales Order Management System v1.0

Submitted by Raj.Sharma on
This Software is developed using Visual Basic.NET and MS Access 2010 for my client. Main Features are : 1.Dealers Management 2.Products Management 3.Sales Officers Management 4.Sales Management 5.Advanced Reports Login Information : Username- admin Password-admin For students or anyone else who needs program or source code for thesis writing or any Professional Software Development,Website

How to add a delay in your program in Java

Submitted by donbermoy on
For this Java tutorial today, i will going to teach you how to create or a delay in your program. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of addDelay.java. We will not import anything here because we will not access any class out from the packages. 2.

Get IP Address of a Website using C#

Submitted by donbermoy on
In this tutorial, i will teach you how to create a program that gets an IP address of a website using C#. When a user inputs the link of a particular website, then the program determines its ip address. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your program IP Address of a Host. 2.

Flashlight Application in Android

Submitted by donbermoy on
Hi there! I have created an app again named Flashlight Application. This application is programmed in Basic4Android that has the capabilities to trigger to on your flashlight in your phone. This is compatible with Android 2.2 version and above. Install FlashLight.apk that i have attached with the source code to run the app. Best Regards, Engr.