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 Form Design
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Syed Shanu (2)
Aman Gupta (1)
Aditya Gaur (1)
Mahesh Chand (1)
Anwar Basha (1)
Nilesh Jadav (1)
Prashanth Chindam (1)
Vrushali Ghodke (1)
Jothimani Elumalai (1)
Richa Garg (1)
Michael Gold (1)
Related resources for Form Design
No resource found
Dynamic Forms and Flexible Data Storage for Web Apps
8/26/2024 4:03:17 AM.
This guide covers responsive form creation, scalable data management, and seamless backend integration, offering strategies for efficient user input handling and adaptable storage solutions.
Create A Form Using HTML Tables
8/8/2024 3:19:03 AM.
In this article we will see how to create a form using HTML Tables. First we learn how to create controls like TextBox and DropDownList, then we use them together in our table to create a form where u
Panel In C#
8/7/2024 10:44:17 AM.
A Panel Control in Windows Forms is a container for grouping and managing child controls. It simplifies showing and hiding multiple controls by allowing you to manage them as a group. You can create P
Creating Login Form With Authentication For User Login Using C#
6/13/2024 11:51:06 AM.
I created a login form in Visual Studio 2015 using C# and Windows Form Application. It validates username and password, restricting access after three failed attempts. The form includes labels, textbo
Wizard Control In ASP.NET Using C#
6/13/2024 10:47:47 AM.
In this tutorial, I’ll show you how to make wizard control in ASP.NET using C#, where we will use wizard control to show some students' information. The wizard control can be very useful when we a
Guess the Celebrity
5/30/2024 12:08:06 PM.
Develop a Windows app for guessing celebrity images. Design includes labels, textboxes, buttons, and image browsing. Code validates password, hides buttons, and allows image loading. Note: Password is
Move Controls With The Mouse On A Form At Runtime
4/10/2024 9:42:29 AM.
Enable dynamic control movement on a WinForms application at runtime by incorporating mouse interaction. Empower users to drag and drop UI elements for personalized layouts, enhancing user experience
Basic Angular Form Design Using Template Driven Method
7/24/2019 9:19:51 AM.
In this article, you will learn about designing basic forms using Template Driven method in Angular.
Easy Form Design at Run Time C# Windows Forms
12/28/2015 7:18:05 PM.
This article demonstrates designing a Windows Forms form at runtime and doing CRUD operations to your form at runtime without writting any code using a Stored Procedure.
Windows Form Design at Run Time
3/2/2015 7:18:32 PM.
In this article you will learn how to design Windows Forms at runtime.
Add Controls in Access 2013
7/24/2012 1:00:44 PM.
In this article I will explain how to add our own controls, like a Tab Control, a Button etc. in Access 2013.
Form Designer in C# and .NET
8/29/2006 4:54:17 AM.
The FormMaker.NET Application has an undo feature for removing controls you just placed on the form and a fine tuning placement mechanism for positioning the control through the arrow keys.