Articles

Windows Forms: How to use Multiple Document Interface (MDI) in C#
7/28/2017 9:56:35 PM 6621

How to Create a MDI Form in C#. MDI child forms are an essential element of Multiple-Document Interface Applications, as these forms are the center of user interaction.

Read more
Windows Forms: How to Embed Windows Media Player on a Form in C#
7/28/2017 9:41:04 PM 9738

How to create a Media Player in C# (WMV, MP3, MP4, WAV, MKV format)

Read more
Windows Forms: Search DataGridView by using ComboBox and TextBox in C#
7/28/2017 9:34:53 PM 13793

How to Search/Filter DataGridView by using ComboBox and TextBox in C#.

Read more
Windows Forms: How to Add or Embed Youtube Video into a Windows Form in C#
7/27/2017 7:43:18 PM 5270

How to Add or Embed Youtube Video into a Windows Form in C#.

Read more
Windows Forms: Get all Forms and Open Form with Form Name in C#
7/27/2017 7:36:24 PM 10150

Get all forms, dynamically open or call form with form name in c# at runtime

Read more
Windows Forms: Logging database with log4net in C#
7/26/2017 10:07:07 PM 12696

How to use log4net (logging database, log4net configuration, log4net levels, log4net dll, log4net appender, log4net example) in C#.

Read more
Windows Forms: How to use WinForms Modern UI Metro Framework in C#
7/26/2017 9:52:18 PM 8406

Design WinForms Modern UI using Metro Framework, Metro Theme/Style in C#

Read more
Windows Forms: How to pass ListView row data into another Form in C#
7/26/2017 9:46:05 PM 7598

How to pass ListView row data into another Form in C#

Read more
Windows Forms: How to fill ComboBox and DataGridView automatically in C#
7/26/2017 9:13:29 PM 6450

How to fill ComboBox and DataGridView automatically in C#

Read more
Windows Forms: How to populate a ComboBox with data in C#
7/26/2017 9:05:57 PM 10463

How to populate a ComboBox with data in C#

Read more
Windows Forms: Display selected Row from DataGridView to TextBox in C#
7/25/2017 10:00:57 PM 4124

How to Display selected Row from DataGridView to TextBox in C#

Read more
Windows Forms: How to Get value from another Form in C#
7/25/2017 9:49:06 PM 8000

How to get data from another form in c#

Read more
Windows Forms: Delete multiple Rows from DataGridView based on CheckBox selection in C#
7/25/2017 9:27:44 PM 7738

Delete multiple rows from DataGridView based on CheckBox selection in C#

Read more
Windows Forms: Get Checked Items In a CheckedListBox in C#
7/25/2017 9:21:47 PM 7147

How to Get Checked Items In a CheckedListBox in C#

Read more
Windows Forms: Insert Update Delete data in Database from DataGridView in C#
7/25/2017 9:08:05 PM 12399

How to Insert update delete data from datagridview in c# using sql database, Metro Framework, Modern UI

Read more