In this article, I am going to show you, How to show images in DataGridView in Windows forms c#. Its easy to bind the DataGridView with the database table which is contain binary image. You can check this code to bind the DataGri...
Thursday, March 22, 2018
Saturday, May 14, 2016
Windows Forms Events
An event is generated when a user performs an action, such as clicking the mouse or pressing a key. When a user clicks a form, the clicks event is generated for the form.
Each form and control has a predefined set of events assoc...
Friday, April 15, 2016
Windows Forms Methods
Windows Forms methods enable you to perform various tasks, such as opening, activating and closing the form.
The commonly used methods are explained in the following:
1. Show ( )
Description : Is used to display a form.
Example...
Thursday, April 7, 2016
Types of Dialog Boxes in Windows Form C#
Windows provides the following type of dialog boxes:
1. Modal
2. System Modal
3. Modeless
Modal Dialog Box : A modal dialog box does not allow you to switch focus to another area of the application, which has invokes the d...
Wednesday, February 10, 2016
By using Single LINQ Query retrieve foriegn key table column
In this article, I will explain you, How to retrieve data from two joined table using single LINQ Query. Here we have two joined table in mentioned diagram. Both tables are joined from dept_no, so if you want to retrieve record ...
Tuesday, February 9, 2016
[Solved] Rows cannot be programmatically removed unless the DataGridView is data-bound to an IBindingList that supports change notification and allows deletion.
[Solved] Rows cannot be programmatically removed unless the DataGridView is data-bound to an IBindingList that supports change notification and allows deletion. When you bind the Datagridview with List in windows form. You get er...
Friday, January 1, 2016
Example of NotifyIcon system tray in windows form c#
If you want to show your windows form application in NotifyIcon toolBar then you can use this example. When you press minimize button of windows form then your application should minimized in system tray.
Try these steps to mi...
Friday, December 25, 2015
Solve Application not responding problem
In this article, I will show you how to fix computer hanging problems. Generally, we all know about "Not Responding" problem. When processor takes time to execute the process then thats type of problem occurs. By using this artic...
Tuesday, November 10, 2015
Example domainUpDown control in windows form c#
Introduction
In this article, we will see, How to use domainUpDown control in windows form c#. This control is used to choose single item at time, In this we have multiple options. If you see this control then you notice that t...
Monday, November 9, 2015
How to get cell value from dataGridView in windows form c#
In this article, I will teach you, How to get cell value from dataGridView in windows form c#. First of all bind the dataGridView with any Data Source then you can access cell value from it. I bind it with many data source, check...
Saturday, October 3, 2015
How to get information about drive and their properties using windows form
Using The DriveInfo Class
The DriveInfo class provides access to information related to a drive, such as space availabe on a drive, total storage space of the drive and drive name. The DriveInfo class can also be used to query t...
Wednesday, September 23, 2015
Example to create tooltip using code in windows form c#
Introduction
In this article i will show you , how to generate tooltip on controls using c# code. By using tooltip we can put some hints about task. I will give you an example of ToolTip in windows form c#. In this article we w...
Sunday, September 20, 2015
Example to change windows form shape using c#
Introduction
In this article i will show you, how to change the shape of the current form. The default form shape is square and i want to change it in ellipse form. Copy this code and paste into your code file.
Code
using Sys...
Thursday, September 17, 2015
Edit menu bar with cut copy and paste operations in Windows Form C#
Introduction
In this article i will show you how to do cut copy and paste operation on text which is entered in the TextBox. I will give you an example of it. It is impossible for one, specially a Programmer, to imagine his/h...
Wednesday, September 9, 2015
Login form using entity framework in windows form c#
Introduction
In this article i will give an example of login form using entity framework. We will do login from database table so first of all create database table using entity framework's code first approach. Now, Using linq...
Monday, September 7, 2015
Create Database in c# using code first approach
Introduction
In this article i will show you how to create database in windows form c# using code first approach. Example of code first approach to create database. Entity Framework is an open source object-relational (ORM) fra...
Sunday, August 23, 2015
How to insert item into MS-access database using windows form c#
Introduction
In previous article i explained how to create connection with MS-Access database; How to bind DataGrid with access database. In this article i will teach you how to insert item into Access database using windows fo...
Thursday, August 20, 2015
How to Bind DataGridView with MS-Access in windows form c#
Introduction
In Previous article we have already learn that how to connect MS-Access with windows form. Today we will take a example of binding DataGridView with MS-Access. Also learn how to create connection using OleDbConnect...
How to connect Microsoft Access Database to Windows Form c#
Introduction
In this article we will learn how to connect access database to windows form application. Get the MS Access data in windows form application. Access is a database system or you can its a tool of MS-Office. Through th...
Sunday, August 16, 2015
Random password generator software free download
Introduction
This software is used to generate random password. Free download random password generator software. Through this password generator you can generator long string password like this
Password: Asdfrte,./7864@3k#
Exa...