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 Forms Control
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 (3)
Mahesh Chand (2)
Shankar M (1)
Pranav Tiwari (1)
Vidya Vrat Agarwal (1)
Vithal Wadje (1)
Michael Livshitz (1)
C# Curator (1)
Mike Gold (1)
Related resources for Forms Control
No resource found
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.
Creating a Simple User Control and Adding it to the Toolbox
4/1/2022 10:34:38 AM.
In this article we will spend some time to learn how to create a simple User Control in C# and add it to the Toolbox.
Xamarin.Forms 4.4 Controls
1/23/2020 7:48:33 PM.
In this article, you will learn about new controls released as a part of xamarin.forms 4.4.
Building Windows Forms Applications With C#
8/8/2013 12:44:15 AM.
This article describes Windows Forms, also known as WinForms, one of the longest lived and oldest techniques for building Desktop applications.
Adding Web Forms Controls Dynamically in ASP.Net C# Web Application
11/28/2012 3:45:51 PM.
In this article I have explained how to add Texboxes, Calenders, Labels, Buttons and almost all form controls dynamically using ASP.Net.
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.
Building control derived from Windows Forms control in Visual Studio 2005: Part II
9/29/2012 8:51:12 AM.
Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article I share how you can build your own Windows control derived from an Windows Forms control in Visual Studio 2005. The examples are written using C#.
Using Windows Forms Controls in WPF
8/1/2011 1:25:47 PM.
In this tutorial, you will learn how to use existing Windows Forms controls in a WPF application. I have used Visual Studio 2008 to create this tutorial.
Understanding Web Forms and Web services in ASP.NET
2/7/2010 11:31:50 PM.
In this article I will explain Web Forms and Web services in ASP.NET.
Understanding and Using the LinkLabel Control
1/30/2007 5:44:50 AM.
In this article, I will discuss some functionality related to the LinkLabel control and how to use it.
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.
Sorting MultiColumn ListView Windows Forms Control
8/29/2006 6:24:41 AM.
If you want to sort on the first column of a ListView, simply click the Sorting in the properties Window and choose Ascending or Descending as a value. If you want to do sorting in all the columns of a ListView, you need to write custom sorting using the ListViewItemSorter property.