Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / form

Form

form

Great Reads

by The Zakies
in this tut we will create a technique to enable the user to control points within a drawn line, by drawing circles around points of the line , when the user clicks a circle he would control the corresponding point.
by The Zakies
we would create Hand_tool to pan through the drawing form, and we would use a custom cursor of open and closed hands
by The Zakies
we will continue the functionality of the hand tool with having a navigator panel which works as a map, we will also have a red rectangle which tells the user where he is actually viewing inside the whole form, also it can be moved to pan the form
by Member 4206974
The article is about Matlab - Octave scripts for easy create forms with the most useful controls (texts field, lists, radio buttons, check boxes, sliders, ...)

Latest Articles

by The Zakies
in this tut we will create a technique to enable the user to control points within a drawn line, by drawing circles around points of the line , when the user clicks a circle he would control the corresponding point.
by The Zakies
we would create Hand_tool to pan through the drawing form, and we would use a custom cursor of open and closed hands
by The Zakies
we will continue the functionality of the hand tool with having a navigator panel which works as a map, we will also have a red rectangle which tells the user where he is actually viewing inside the whole form, also it can be moved to pan the form
by Member 4206974
The article is about Matlab - Octave scripts for easy create forms with the most useful controls (texts field, lists, radio buttons, check boxes, sliders, ...)

All Articles

Sort by Score

form 

by ASP.NET Community
Multiple form submits can result difficulties in web applications because of unexpected behaviors like multiple entries in database. Here is a
by Lenny Cheng
We examine four ways to create forms in ASP.NET MVC 5: weakly typed synchronous forms, strongly typed synchronous forms, strongly typed asynchronous forms, and using jQuery AJAX to post form data.
by Southmountain
A discussion on how to upload NLog configuration into version control system for beginners. Two configurations are given here.
by ASP.NET Community
Here is the login form it has user id and password text boxes. When user clicks Login button, it calls ajaxLogin.aspx page in background process
by Industria Virtual
Joinning a a Text Box and a Select Combo in a HTML Form.
by ASP.NET Community
This article displays how to load a usercontrol using jQueryASPX Page          <input type="button"
by ASP.NET Community
Passing values from a popup window back to the parent page is an often asked question. Especially when there is a GridView type control in the popup.
by Mark Pelf
Beginner’s tutorial on PE format applied to .NET assemblies
by ASP.NET Community
The process of serialization converts an object into a form so that it can be transported across the network or can be placed in a storage location.
by boschi84
A quite simple notifier (a MessageBox substitute) to get a better message representation of messages in an executable. The idea is to get a solution similar to the "Toast", from Android, where the notifications are not invasive.It works for Windows Form and WPF.
by Southmountain
A discussion on how to configure folder structures for C# application with SQLite databases and ADO.NET assemblies with targeting to any CPU, no matter 32-bit or 64-bit. Part 1 is theoretic consideration for project folder structures. Part 2 will give a demo to approve this concept.
by Florian Rappl
Login, get the data, logout. AngleSharp has everything we need to submit forms and transmit everything we need to get the desired data.
by Datalogics Inc.
Digital forms are everywhere, and they’re being used more than ever before. But they’re not always easy to build or work with, and sometimes they don’t function the way you want them to. We will demonstrate how Datalogics provides solutions to better digital forms.
by Han Bo Sun
Several ways of form field validation using Angular framework
by Olivier_Giulieri
Looking at the possibility of using CRUD applications to manage other CRUD applications inside a web browser and without any hand-coding. Also, presenting a step wizard deriving the database structure from the UI rather than the opposite.