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

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.

Count Number of Words using C#

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that will count the number of words that we have inputted using C#. 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 project as Word Count Program. 2.