Library Management System Using C++

Submitted by deb20 on
Friends here is a Library Management System code developed by me.please run this code and send feed back. Before running this code please go through the text file 'help.txt' in the downloaded file. Advance Features: 1. Creating User. 2. Log In and Log Out facility for both admin and user. 3. Restricting user to issue book if no copy of the book is available at that time. Obvious features for a

How to create an Electronic Signature Capture in Android using Basic4Android

Submitted by donbermoy on
Good day! This is my other tutorial on Android creating a Signature Capture using Basic4Android. An electronic signature is any electronic means that indicates either that a person adopts the contents of an electronic message, or more broadly that the person who claims to have written a message is the one who wrote it and that the message received is the one that was sent. By comparison, a signature is a stylized script associated with a person. In commerce and the law, a signature on a document is an indication that the person adopts the intentions recorded in the document.

Introduction to javax.swing Library

Submitted by pavel7_7_7 on
In this tutorial you will find a step by step guide about creating your first Java Application with Graphical User Interface using Eclipse IDE. Swing library is one of the most used libraries to create applications with Graphical User Interface (GUI). This library has a large set of different GUI components. We will start from the simplest application - "Hello World!" application.
  1. Open the Eclipse IDE. Choose "File" -> "New" -> "Project" from menu.

Toggle Button Tutorial in Android using Basic4Android

Submitted by donbermoy on
Good day! This is my other tutorial on views/controls in Android using Basic4Android, the Toggle Button. A toggle button allows the user to change a setting between two states. You can add a basic toggle button to your layout with the ToggleButton object. On this, you need to create one button and named it as "tb" . Next, named your abstract design as "main".

Online Sports WebSite

Submitted by amitverma1150 on
This is an Online Web Application developed using ASP.net, SQL Server, and AJAX which deals all kind of Sports related products such as sport goods, accessories and sportswear. This website allow users to see items, item's category, articles related to sports, add their own articles. This application has another panel (Admin), who can add, delete, view users, items, item's category. users can buy

TabHost Tutorial in Android using Basic4Android

Submitted by donbermoy on
This is my 3rd tutorial in our controls/view in Basic4Android. The one that i will be introduced now is the TabHost. TabHostis a container for a tabbed window view. This object holds two children: a set of tab labels that the user clicks to select a specific tab, and a FrameLayout object that displays the contents of that page. The individual elements are typically controlled using this container object, rather than setting values on the child elements themselves.

Spinner Tutorial in Android using Basic4Android

Submitted by donbermoy on
Good day! This is my other tutorial on controls. The one that i had tutored was the AutoCompleteEditText, and now the Spinner. Spinners provide a quick way to select one value from a set. In the default state, a spinner shows its currently selected value. Touching the spinner displays a dropdown menu with all other available values, from which the user can select a new one. Spinner is the same as ComboBox in Visual Basic. On this, you need to create one Label to have a result when you choose an item in the Spinner. Named it as tgtLabel.

Picture Manager (updated version 1)

Submitted by cngirwa on
Picture manager help user to store picture to the database,edit picture name or delete picture. please open the read me first document before you open the system. thank you.. Updates: - Search functionality - Increased size of resolution (1025x650 pixels) - Reduced size (~750kb) For any question, please contact me via email or sourcecodester message modules. Please fill free to visit my other