THIS system is designed in visual basic and MS access it is designed to manage equipment repairs records username: admin password: admin for more detailed project contact: [email protected]
Hi! I want to share this system entitled Patient Information and Billing System created using VB.NET as frontend and SQL Server 2000 as backend. This system features: Patient Information Doctor Information Ward Information Patient Admission Billing System X-Ray Transaction User Accounts Administrator Account Information: username: admin password: admin Enjoy! :D Best Regards, Engr. Lyndon Bermoy
Today in VB.NET, we will create again a program that counts the number of words in VB.NET. But here, we will now use Regex. I already made a tutorial about how to create this program but i used Split method with (CChar(" ")) that time. See here: Word Count Program in VB.NETNow, let's start this tutorial!
1.
This is a continuation of my other tutorial in C# entitled Get and Display all COM Ports using C#. But here in this tutorial, we will going to create a program that will get and display the installed fonts in your computer.
So, now let's start this tutorial!
1.
This is just a part of my new project POS and Inventory. This portion will teach you how to load content without refreshing using Ajax and CodeIgniter. You have to know CodeIgniter first before running this program. Sourcecodester has a tutorial for codeigniter. In this project, you will also learn how to animate menu button using ajax and jquery. As you will see, you can hide and show the submenu
Today in C#, i will going to teach you how to create a program that will get all Computer ports and display it in a ListView using C#. We all know that COM Ports are serial communications port on a PC.
Now, let's start this tutorial!
1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your program as Get all Computer Ports.
2.
Today in VB.NET, i will teach you on how to create a program that loads and displays the directory structure of C using the TreeView control in VB.NET.
So, now let's start this tutorial!
1. Let's start with creating a Windows Form Application in Visual Basic for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application.
2. Next, add only one TreeView1 named TreeView11 to display the contents of C directory structure.
Today in C#, i will teach you how to create a program that finds and calculates the difference between two dates using C#.
So, now let's start this Date Difference tutorial in C#!
1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your project as Date Difference.
2.
Today in Java, i will teach you how to create a progressbar component using JProgressBar control in Java.
So, now let's start this tutorial!
1. Open JCreator or NetBeans and make a java program with a file name of ProgressBar.java.
2. Import javax.swing.* package because we will going to have the JProgressBar, JFrame, SwingUtilities in swing and also the JPanel as the container of this.