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.

Adding Watermark to Picture using C#

Submitted by donbermoy on
In this tutorial, we will create a program that adds a watermark to an image/picture using C#. We all know that watermark is a faint picture or mark made in some paper during manufacture, which is visible when held against the light and typically identifies the maker, it a special design contained in electronic documents, pictures, music etc that is used to stop people from copying them. Follow the following steps to create the program: 1.

Email Validation using C#

Submitted by donbermoy on
Today, I will teach you how to create a program that determines whether an inputted email is valid or not using C#. I have already a tutorial in this with vb.net but now I used C# here. 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 ValidateEmail. 2.

Loan Collection System

Submitted by suspect777 on
Instructions: 1. Extract Loan Collection System.zip file 2. Open the ocx folder 3. Run the Registrator.exe 4. Click the register button 5. Wait until all the result succeeded 6. Run the Project1.vbp username: admin password: admin enjoy :D Eraser Software Solution Joemel E. Resare, MIT +639077640336 [email protected] Website: http://icodefree.blogspot.com/

Screenshot

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 if something you don't understand in the code just send a message :) i created this Program just for people who looking for learning not more that :)

Get day, day of week, day of month, day of year, month, and year values from the current date using Java

Submitted by donbermoy on
In this tutorial, we will create a program that gets day, day of week, day of month, day of year, month, and year values from the current date using Java. I have already discussed how to get the date and time, but here in this program, we will breakdown and get the complete information on the current date. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of subString.java. 2.