Bank Book, Cheques, Reconciliation, Over Draft, Bank Balance,

Submitted by Rajan on
A very useful application in Access for Bank Book and Cheque Book management, reconciliation, Over Draft and Balance checking, with Address Book, Rtgs forms, pending cheque List etc. etc. ******* NEW RELEASE ******* BASIC CHANGES Opening Balance to be in Chq Table certain accounts to be created with code as 1,2,3,4 1- CANCELLED 2- BANK CHARGES 3- BANK INTEREST 4- SUSPENSE LEDGER ==================

Android: Simple Stopwatch Dedicated For Beginners

Submitted by razormist on
In this tutorial we will try to create a Simple Stopwatch Using Android. Android is most commonly comes installed on a variety of smartphones and tablets, and even in TV. Android is an open source so that developer find it easy to develop and expand new features. So let's do the coding... Getting Started: First you will have to download & install the Android Development IDE (Android Studio or Eclipse).

E - Commerce

Submitted by Rakesh Kumar Patel on
If you’re in a hurry, then E-Commerce App is the best option for you. Late delivery, cold food, no change, low quantity, or same old Dal or Pizza - we wanted to solve this madness for you. So we built a whole new App for you that is a single point to order all your food - Breakfast, Brunch, Lunch, Dinner, Desserts, Starters. Anytime, any craving, Any Food, E-Commerce App finds a solution for you. Just grab your mobile, place your order and get piping hot food delivered.

Restore database

Submitted by Hassan Hambe on
You can use this code to restore database into SQL server Private Sub BtnRestore_Click(sender As Object, e As EventArgs) Handles BtnRestore.Click Try Dim database = CmbDatabase .Text Dim ServrnameRestore = CmbServer .Text .Trim Dim OpenFile1 As New OpenFileDialog Dim Constr As String Constr ="Data Source=" & ServrnameRestore &"; Initial Catalog=master; Integrated Security=True" 'Open connection