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 Create a CVS File in VB.Net

Submitted by janobe on
Let’s learn how to create CSV file in Visual Basic 2015. CSV file is a Comma Separated Value that is a commonly used format in text editor such as Microsoft Excel, OpenOffice Calc, notepad and Google docs. It is a plain text file that contains a list of data record. Each of its data record consist one or more fields that are separated by commas. So, in this tutorial, I’m going to teach you how to read and write the CSV file in a simple way.

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