TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About win forms
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (45)
Omar Rodriguez (2)
Pramod Singh (2)
Eranda Horanagama (1)
Anand Thakur (1)
Dorababu Meka (1)
Related resources for win forms
No resource found
Snake Game Application In C#
9/24/2023 7:19:44 PM.
A "Snake Game Application in C#" is a classic video game where players control a snake that moves around the game board, consumes food to grow longer, and avoids collisions with walls or its
Hiding the Date in a Date Time Picker Control
9/17/2023 10:20:53 PM.
This very short article will address an extremely easy way to hide the date value contained in a date time picker control. While the control contains no property that will allow you to hide the curre
A Simple Approach to Product Activation
9/11/2023 6:31:35 AM.
This article describes an easy approach to keeping track of each installation of an application.
Running a Web Site in Kiosk Mode with C#
9/4/2023 12:02:44 PM.
This article addresses a simple approach to supporting the display of a web site in kiosk mode using a simple win forms application.
Monitor and Display CPU State Information
9/4/2023 10:00:57 AM.
This article describes a quick and simple approach to displaying information about the state of the CPU or CPUs on a targeted machine.
Extend the Textbox Control to Validate Against Regular Expressions
5/4/2022 10:49:13 AM.
This article describes an approach to validating text box entries against a regular expression.
Mapping with a GPS and C#
2/8/2022 10:21:45 AM.
This article shall describe a very simple approach to working with a GPS device within the context of a C# application.
View database structure using C#
11/4/2020 8:45:16 AM.
This article describes an easy approach for examining all of the tables, views, and columns in a database.
Dapper CRUD Win Forms - Part One
11/3/2020 12:40:05 AM.
Database management is often a performance bottleneck in many applications. I am currently developing custom modules for Dynamics GP 2013 and I have found Dapper. It is a simple and powerful solution
Dapper CRUD Win Forms - Part Two
10/30/2020 4:23:01 AM.
In this article you will learn about Dapper CRUD Win Forms.
Word Processing with an Extended Rich Text Box Control
5/21/2020 1:52:23 AM.
This article describes an easy approach to building a simple word processor around an extended version of the Rich Text Box (RTB) control.
Upload any type of File through a C# Web Service
3/29/2019 4:08:42 AM.
This article shall describe an approach that may be used to upload any sort of a file through a web service from a Windows Forms application. The approach demonstrated does not rely on the ASP.NET fil
Programmatically Complete PDF Form Fields using VB and the iTextSharp DLL
12/4/2018 4:32:17 AM.
This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL. Programmatically Complete PDF Form Fields using VB and the iText
Fill in PDF Form Fields Using the Open Source iTextSharp DLL
12/4/2018 4:18:30 AM.
This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL. The article also discusses how one might go about using the iTex
Add a Quick Map to a Windows Application
5/3/2016 1:08:42 AM.
This project demonstrates a quick and easy way to add mapping to a windows desktop application (with an available internet connection) using Google Maps as the basis and source for the map.
MVP Design Pattern For Windows Forms
8/26/2014 4:12:51 PM.
This article describes the MVP design pattern for Windows Forms.
Finding and Listing Processes in C#
12/9/2013 1:13:28 PM.
This article shall describe a very simple approach for determining information regarding the processes currently running on a machine. The demonstration application includes a collection of methods that may be used to search for specific processes using various criteria or to list running processes.
Power Management From a Windows Forms Application
12/3/2013 12:30:49 PM.
This article describes how to place the computer into a power management suspend state, and how to put the computer into a power management related hibernate state.
Complete PDF Form Fields Programmatically using VB.NET
12/1/2012 5:18:51 AM.
This article describes a quick and simple approach to programmatically completing a PDF document through the use of the iTextSharp DLL.
TreeView Controls in VB.NET
12/1/2012 2:47:39 AM.
This is an article addressing some of the basics of working with a TreeView control; the article will address dynamically adding TreeNodes to a TreeView control, searching the nodes to find and highlight a single node or a collection of nodes matching a search term against the TreeNode's tag, text, or name properties, and manually or programmatically selecting nodes.
Add a Google Map to a VB Desktop Application
11/10/2012 4:13:13 AM.
This project demonstrates a quick and easy way to add mapping to a windows desktop application (with an available internet connection) using Google Maps as the basis and source for the map.
A Simple Approach to Product Activation in VB.NET
11/9/2012 11:10:30 AM.
This article describes an easy approach to keeping track of each installation of an application.
Plot Latitude and Longitude with Geocoder Web Service in VB.NET
11/9/2012 11:03:26 AM.
This article explains you the geocoding, which is defined as the process of estimating the latitude and longitude of a physical address.
Implement a Win Forms Slider Control in VB.NET
11/9/2012 11:00:44 AM.
This article describes a simple approach to implementing a Windows Forms Trackbar (slider) control in ASP.NET 2.0.
Geocoding a physical address using yahoo web services and visual basic
11/9/2012 10:20:01 AM.
This article will demonstrate the basics of submitting an address to the yahoo search service, recovering and displaying the geocoded result.
Building a UNIX Time to Date Conversion Custom Control in VB.NET
11/9/2012 10:12:32 AM.
This article addresses the construction of a custom control that will convert UNIX time into useful and readable dates for display in a Win Forms application.
Power pack drawing primitives for VB.NET
11/9/2012 9:25:46 AM.
This kit contains a collection of drawing primitive controls in the form of an oval, rectangle and a line shape.
Transparent Borderless Forms in Visual Basic 2005
11/9/2012 8:03:13 AM.
This article describes an approach to display transparent forms in a Windows application.
Fade a Form in Visual Basic 2005
11/9/2012 7:47:51 AM.
This article describes a simple approach to fading out a form.
Upload any type of file through a Visual Basic 2005 Web Service
11/9/2012 7:36:08 AM.
This article shall describe an approach that may be used to upload any sort of a file through a web service from a Windows Forms application. The approach demonstrated does not rely on the ASP.NET file uploader control and allows the developer the opportunity to upload files programmatically and without user intervention.
A Simple Approach to Product Activation in VB.NET
11/9/2012 7:21:18 AM.
This article describes an easy approach to keeping track of each installation of an application. The intent of the example is to demonstrate the use of a simple web service to collect and store information about each user and machine running the application. The basis of this example could be used as a means to activating software for subsequent or continued use.
Automated Clearing House (ACH) Tool Using Windows Forms
6/19/2012 12:42:33 AM.
This is an article regarding the development of an Automated Clearing House (ACH) tool using Windows Forms.
Passing Data Between Windows Forms
5/19/2012 1:10:15 AM.
This article provides a simple example of using delegates and events to transfer data between Windows forms. The example provided contains three separate forms; the main form interacts with the other two forms by responding to events generated by instances of the other two forms.
Fade Out a Form in C#
5/15/2012 6:39:35 PM.
This article describes a simple approach to fading out a form.
Consuming the Yahoo local Search Service in a C# Win Forms Application
5/15/2012 6:36:27 PM.
This article will demonstrate one approach that may be used to consume yahoo local search service to return a list of business locations through the use of a zip code based search for a business name or product.
Facilitate Use of Special Characters in a C# Text Editor Application
5/15/2012 4:54:52 PM.
This article describes a simple approach to implementing special character use in a C# based text editor.
Enforce Text Case with Custom Controls
5/15/2012 4:22:54 PM.
This article shall describe the construction of three custom controls; each is used to format its text content to be either all upper case, all lower case, title case, or normal (as typed) case regardless of the format of the input.
Transparent Borderless Forms in C#
5/15/2012 4:21:03 PM.
This article describes an approach to display transparent forms in a Windows application.
Obtain System Information using WMI Calls
5/15/2012 1:56:36 PM.
This article shall describe an approach to using Windows Management Instrumentation (WMI) calls to obtain system information.
Display Currency Values with a Custom Control
10/18/2011 7:28:37 AM.
This article shall describe the construction of a custom control used to display currency values. The control is intended for use in Win Forms application development.
Validating the Date in a Date Time Picker Control
7/8/2009 1:17:55 AM.
This is another short article on the date time picker control. This article will address an approach that may be used to require the user to confirm changing a date.
Spell check enabled RichTextBox custom control
7/1/2009 12:00:15 AM.
This article describes a quick and simple approach to applying a spell check function to the rich text box control and bundling both features into a single custom control. Of course there is nothing novel or particularly interesting about performing spell checking upon a selection of text using the Word.DLL.
Find the First and Last Days of the Month with C#
5/6/2009 6:43:05 AM.
This article shall describe a very simple approach to finding out the first and last day of the month based upon either a selected date or selected month.
Free Geocoder.us web service in c#
4/28/2009 2:39:15 AM.
This article gives you detailed information about the geocoding service. By using this you can easily estimate the latitude and longitude of a physical address.
Building a UNIX Time to Date Conversion Custom Control in C#
2/14/2008 11:48:28 PM.
This article addresses the construction of a custom control that will convert UNIX time into useful and readable dates for display in a Win Forms application.
Geocoding a physical address using yahoo web services and c#
1/16/2008 11:45:07 PM.
This article tells you about the web service named yahoo geocoding service.
How to assign Text and Values to Items in an Unbound List Based Control
3/28/2007 1:59:30 PM.
The purpose of this article is to discuss the construction of a couple of simple custom controls that extend both the Combobox and the Listbox controls to allow them to be associated with both a text and a value property for each item in the control's list.
Implement a Win Forms Slider Control in ASP.NET 2.0
1/30/2007 12:32:12 AM.
This article describes a simple approach to implementing a Windows Forms Trackbar (slider) control in ASP.NET 2.0.
Database Explorer : Part 2
1/29/2007 4:10:19 AM.
Attached is a C# program which is a enhanced version of the previous article on ADO.NET.
Gradient Panel Custom Control
12/6/2006 3:50:57 AM.
This article describes a quick and simple approach to creating gradient panel custom control.
Gradient Background Tab Custom Control
12/5/2006 11:16:09 PM.
This article describes a quick and simple approach to creating a tabbed custom control with a gradient background.
ADO.NET Database Explorer with Query Analyzer : Part 3
8/31/2006 5:28:15 AM.
This is the part three of the Article Database Explorer. This parts adds some more and valuable functionality.