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.