Programming

Municipal Budgeting System demo

Submitted by proudpinoy357 on
Municipal Budgeting System is usable for transaction tracking of Daily Obligation Request from different department. Features: 1. Menu Tab the approach with Prayer Request Database System/MS Access Menu Bar Sample which you can download the basic code. 2. Run sum function 3. etc. for more details: you can contact me in : [email protected]

How to Call .exe Files Using Visual Basic .NET

Submitted by ClydeTiu on
Hi guys, In this tutorial you will learn on how to call .exe files. Source code is downloadable below. Step 1 First Create a new Project Step 2 Create User Interface Step 3 In Every button put this code Source Code Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Try System.Diagnostics.Process.Start("Calc.exe") Catch ex As Exception

Computer Equipment Monitoring System Using Visual Basic 2015 and MySQL Database

Submitted by janobe on
It’s very important to monitor your equipment most especially if you have a computer laboratory at school. So, this computer monitoring system is surely a big help in doing the task. This is a user friendly system and its features can be easily learned. The main purpose of this system is to accurately manage all of the computer equipment and to determine in what place or laboratory it belongs. And

LPG Sales and Stock Control in Access

Submitted by Rajan on
Application for LPG sales and Stock Control in Microsoft Access with Invoice Printing, Opening stock, closing stock, party wise stock, group wise stock etc. and many more... Total redesigned with Opening Stock, Closing Stock, Ledgers etc... now with drill down options to vouchers/ Ledgers in most of the Reports Project Password: lpg comments to: askrajan@gmailcom

Encrypt - Decrypt Multiple Files

Submitted by fkonstas on
Encrypt - Decrypt multiply files with one click. You do not have to worry about your personal files any more than they mistakenly mislead the wrong people. With one click you can encrypt your files and decrypt them when you need them in the future. You can also lock the folder (hide only and user permissions - it's not 100% secure - other applications beyond window file manager can access). Be

Image Uploader

Submitted by biddut on
With PHP, it is easy to upload files to the server. However, with ease comes danger, so always be careful when allowing file uploads! Some rules to follow for the HTML form above: Make sure that the form uses method="post" The form also needs the following attribute: enctype="multipart/form-data". It specifies which content-type to use when submitting the form Without the requirements above, the

Calendar with Easter Date and Hard Copy Printout

Submitted by nostradamus1566 on
This is the C# version of my calendar program, (in June 2017 I wrote a similar version in PHP). This C# version can display a calendar of 12 months for any year from 1583 to 2099, and also the date of Easter Sunday. The program includes a feature to allow you to print the calendar on paper or to send the calendar text to a PDF driver, (if you have one installed). Written using Visual Studio 2010