Random Numbers in C++

Random Numbers in C++ A program in c++ that generates random numbers using rand function. The user will need to input how many numbers he/she want to display and the max value of the number. The numbers entered will be…

Get length of a string in C++

Get length of a string in C++ A c++ program that will count the number of characters in a given string. The program will first ask the user to enter a string, then the length() property will count the number…

ProgressBar Demo in C#

ProgressBar Demo in C# Hi there c# programmers, this is a sample program in c# that demonstrate how progressbar works. The program uses a timer to increment the value of the progressbar. The max value of the progressbar is set…

Chart Demo in C# Free Download Source code

Chart Demo in C# Another sample program in C# that demonstrate how the chart component works. You can also convert the chart type (bar and line) in this program. The dynamic version (with database) of this program will be uploaded…

Tab Control in C#

Tab Control in C# Tab control allows you to create a multiple-page like in your windows form. This control allows you to organize other controls in your c# project; this property of tab control is tab pages. There can several…

Save Dialog control in C#

Save Dialog control in C# A sample program in c# that allows you to save a file (text file *.txt) in your computer. The program includes a richtextbox control in which you are allowed to type a text, it will…

CheckListBox in C#

CheckListBox in C# Another sample program in c# that demonstrate checklistbox control. Checklistbox control is a listbox with checkboxes. This c# program can add items to a checklistbox then a checked or selected items in the checklistbox will be transferred…

C# Add, Remove item(s) in Combo Box

C# Add, Remove item(s) in Combo Box This c# program will show to us on how to add and remove an item in combo box control. A step by step tutorial on how to do this program will be posted…

Folder Dialog component in C#

Folder Dialog component in c# Folder dialog is somewhat similar to open file dialog but the folder dialog in used to browse folders only while open file dialog is used to browse files. This program will show us to how…

Posts navigation