C#

C-Sharp

Customer Relationship Management System Plus POS

Download Customer Relationship Management System Plus POS with free source code. This is suitable for beginners and advanced programmer. Created using C # and Microsoft SQL Server database. Here's the list of features of the program: User Privilages ( Admin\User) Customer Details Delaer Details Product Details POS System/Transaction Customer Complain Email Send to the Special Event(Customers

TreeDoc: Tree Structured Editor Using C#

TreeDoc is a tree structured editor. In a normal text editor you just start writing. In a tree editor you first create a node that has a label then you put text into the node. The nodes together create a document. After a document is created it can be exported as a normal text file. It can also be saved and used as a tree structured file. Just as a regular editor is good for many tasks, a tree

Voice Recognition Program

Voice Command and Recognition Program Voice Command and Recognition Program is an application of intelligent system that applies voice command to execute certain task upon recognition of the command given. This program use the built in function of speech libraries found in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Speech.dll. This is simple yet

SnipAssist

This is an independent snippet manager. It can be used with any editor, IDE, or word processor. It has a simple template capability and can encrypt snippets to use for pass word processor. The description and the body can be any size. There is no limit on the numcer of snippets in the library. It is all C# not DLLs.

Create, Read, Update, Delete (CRUD) Using C#

In this code, we create a basic Create, Read, Update, Delete (CRUD) Using C#. This simple project creates a database connection using a wizard (i.e. data binding). To make it little appealing, I created a customize buttons for navigating the record. I then hide the BindingNavigator to avoid duplicate control. One important problem I encounter is you’re not allowed to create the same name of the

How to Display the Current Row Into the TextBoxes Using C#

Passing data from the datagridview into the textbox is a common problem if you are a beginner in programming. So, in this tutorial, I will teach you how to display the current row into the textboxes using c#. This program is composed by adding column and rows in the datagridview programmatically and it will automatically display the data in the textbox when the datagridview cell is clicked. This is a big help for you to solve your current problem in programming and you can do it in no time. Follow the step by step guide to know how it works.

How to Search Data Using DateTimePicker in C#

One of the biggest problems in programming is how to deal with the dates. So, In this tutorial, I will teach you how to search for data using DateTimePicker in C#. This project has the ability to search the data in the database by the dates you choose in the DateTimePicker. The data will automatically display into the datagridview when the date you choose is equal to the transaction date in the database.

How to Convert Whole Numbers to Currency in C#

If you find hard to convert whole numbers to currency, this tutorial is right for you. So, in this tutorial, I will teach you how to convert whole numbers to currency in c#. This method has the ability to convert any whole numbers given in a textbox and it will automatically display to another textbox in a currency format in just a click. Let's begin.