Latest Posts
How to Live Currency Converter in C#
By Tan Lee Published on May 22, 2017 8.19K
Creating a live currency converter in a C# Windows Forms application that fetches exchange rates using an online service involves a few steps.
Read moreHow to create a Metro Wait Form in C#
By Tan Lee Published on May 26, 2017 5.59K
To create a Metro-style WaitForm dialog in C# using the Metro Framework, you can follow these steps.
Read moreHow to Save TextBox, Label and CheckBox in User Settings in C#
By Tan Lee Published on Jul 04, 2017 12.11K
To save and load values from TextBox, Label, and CheckBox controls in user settings in a Windows Forms application, you can use the built-in Properties.Settings feature in C#.
Read moreHow to retrieve data from SQL database in C# using Dapper ORM
By Tan Lee Published on Jul 24, 2017 14.69K
To retrieve data from an SQL database using Dapper ORM with a stored procedure in a C# Windows Forms application, follow these steps.
Read moreHow to generate Barcode & QR Code in C#
By Tan Lee Published on May 23, 2017 9.15K
To generate barcodes and QR codes in a C# Windows Forms application using Zen Barcode, you'll first need to install the Zen Barcode library.
Read moreDashDarkX Material UI React Admin Dashboard Template
By Tan Lee Published on Nov 19, 2024 499
Dashdark X, designed by Malik Ali for the Figma Design Community, is an admin dashboard template built with the Material UI framework.
Read moreModernize Material UI Admin Dashboard Template
By Tan Lee Published on Nov 19, 2024 408
Modernize, designed by Seju for the Figma Design Community, is an admin dashboard template built with Material UI.
Read moreMotiv MUI React Admin Dashboard Template
By Tan Lee Published on Nov 19, 2024 404
Motiv., designed by Rushit Dhameliya for the Figma Design Community, is an admin dashboard template built with the Material UI framework. It features numerous pre-built, responsive components that are easily customizable.
Read moreElegent Material UI React Admin Dashboard Template
By Tan Lee Published on Nov 19, 2024 412
Elegant is a free admin dashboard template designed by Malik Ali for the Figma Design Community.
Read moreHow to Search and Highlight Text in a RichTextBox using C#
By Tan Lee Published on Jul 15, 2017 11.75K
In C#, you can search and highlight text in a RichTextBox by using the Find method to locate the text and then modifying the selection or applying formatting to highlight the found text.
Read moreHow to populate ComboBox with data from Database in C#
By Tan Lee Published on Jul 25, 2017 7.95K
To populate a ComboBox with data from a database in a C# Windows Forms application using Entity Framework, follow these steps.
Read moreHow to make an Alarm clock with sound in C#
By Tan Lee Published on Aug 09, 2017 8.44K
Creating a simple alarm clock with sound using a Timer in a C# Windows Forms application involves several steps.
Read more