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
Windows Forms
FOLLOW
Welcome to Windows Forms section of C# Corner. In this section, you will find various Windows Forms related source code samples, articles, tutorials, and tips.
Articles
(586)
Blogs
(211)
Resources
(1)
Videos
(4)
News
(0)
Articles
A Shaped Windows Forms Application with Variable Opacity
This application demonstrates two simple techniques that beginners might find useful in developing creative new looks for Windows applications.
Robert Hinrichs
Mar 11, 2002
Sending Windows Message in C#
This sample code shows how to send Window messages between two forms using C#.
TH Mok
Mar 14, 2002
Adding Controls to a DataGrid at Runtime
This article below sheds some light in above area i.e. user can add any control based on his/her choice and can use it to edit the details in the data grid.
Tushar Ameta
Mar 19, 2002
Tracking Time in a Window Application
The program reads from an XML file to get the data about names and birth dates, so it is easy to add or remove names without changing the code in case my son decides the program should include his ...
Daniel Olson
Apr 15, 2002
Ripple.NET: A Windows Forms Demo
Finally, in the OnPaint Event Handler I clear the Form and step through the rippleLIst drawing each of the RippleObjs in it that has a location Point that's not Empty.
James OReilly
Apr 25, 2002
Save and Restore Setings of a .NET Form using XML
Even though there are advantages to writing to the registry, there are times when a programmer does not want to impact anything outside of the directory where the program resides.
Daniel Olson
May 28, 2002
Customized Windows Forms Look and Feel
I have encountered instances when I needed a high level look and feel of Windows Forms and controls.
Ken Wong
May 28, 2002
Communication Between Two Forms: Part-II
Last time I wrote about the possibility of sending a string from a textbox in one form to another.
Giuseppe Russo
Jun 24, 2002
Low Cost Credit Card Verification
The last digit of a credit card is a check digit that is used to detect keystroke errors when a check card is entered into a computer.
Raju Pericharla
Mar 15, 2002
Imlememnting Drag and Drop in ListView Controls
Drag and Drop operations in Windows can be achieved using 3 simple events - DragEnter, DragLeave, and DragDrop.
Shripad Kulkarni
Jul 08, 2002
CoolLayout .NET: A Windows Forms Component
CoolLayout.NET is design time enabled .NET component which helps to create professional forms with no coding efforts.
Michael Rednikin
Aug 02, 2002
DataGrid Customization Part-II: Custom Sorting and DataGrid Column Hiding
How to I get the name and index of the Column headers? How do I find out if mouse click right click was on a column
Mahesh Chand
Aug 13, 2002
Kill an Application with System Menu using C#
This article uses the Windows API’s to kill the application running under windows environment.
Chandra Hundigam
Nov 20, 2002
Function to Change a Block of Text to Title Case
Function to change a block of text to Title Case.
Stephen Armbrust
Nov 20, 2002
How To:Creating Dialogs in .NET
This tutorial was written in response to a newbie question in the Forums on how to create a dialog in .NET and extract the information from it.
Michael Gold
Dec 29, 2003
Using ApplicationContext to Encapsulate Splash Screen Functionality
The enclosed article also gives a detail explanation of what happens behind the scenes when a WinForm application is started.
John Conwell
Jan 05, 2004
Advanced File Explorer using C# and Windows Forms
The aim is to create an application which (enhanced windows explorer) consists a tree view where someone can see the files available in the existing drives up to certain levels.
Shail 0
Apr 12, 2004
Short Cuts for Toolbar Buttons
This tutorial tells the story about How to create short cuts for toolbar buttons?.
kiran_kuchiba
Jul 26, 2004
WinGhost 2.0
The winGhost 2.0 application allows you to show and hide applications running on your machine.
gary 0
Nov 22, 2004
Multi Selection of DataGrid Rows without Ctrl Click
This article shows how to select multiple rows in a DataGrid without using CRTL.
suparba Panda
Jul 31, 2005
No Records Available.
561
-
580
of
586
<<
26
27
28
29
30
>>
Learn Python
Challenge yourself
Windows Forms
E-Book Download
Get Certified
Python - Beginner Level