Related resources for System.WinForms
  • Meal Scheduler in C#1/31/2024 10:00:52 AM. This service reminds you when it time to eat your lunch, BF, or dinner. The app, named "Who takes care of your health," sets reminders with a light sound based on user-input meal timings.
  • Find Files in C#3/30/2022 9:26:32 AM. I have developed a small application in c#, which helps in searching u'r hard disk for files of the desired extention.
  • Tutorial: Working with Windows Forms5/20/2019 6:14:20 AM. Tutorial contains a number of C# samples for the Amateur/ Beginners in the Visual C# and .Net PlatForm Environment.
  • Adding a control to a Form programmatically11/10/2012 2:36:29 AM. In this article I will show you how to add Windows controls to a Form programmatically. This is very useful to programmers who do not use Visual Studio or other IDE.
  • Synchronization in Multi-threaded Applications in VB.NET11/10/2012 1:58:41 AM. This article demonstrates the important concept in multithreading, synchronization. In this article and attached source code, you will learn how to write multi-threaded synchronized applications.
  • Event Handling in windows programming using C# 1/13/2010 10:52:44 PM. In this article I will explain you about Event Handling in windows programming using C#.
  • Making UI more responsive using Threading8/29/2006 11:06:46 AM. This example shows how threads can help us to make User interface more responsive when we have some background jobs.
  • Meal Scheduler in C#2/6/2006 6:23:35 AM. In this application once you enter your meal timings. A message box will appear on the screen while you are working and remember you about your meal with light sound.
  • Time Ticker22/2/2006 5:34:01 AM. Microsoft had made lot of Changes for Beta2, some of the changes are old Namespace such as System.WinForms modified to System.Windows.Forms. In addition no. of new Namespaces like Microsoft.CSharp, Microsoft.JScript, Microsoft.Vsa etc...
  • Shuffle Game for Beginners2/2/2006 5:24:45 AM. This code sample is a GDI+ shuffle game aimed for beginners. Attached zip file includes the exe and the Shuffle.cs file.
  • Time Ticker2/2/2006 4:14:19 AM. Graphics Class encapsulates a GDI+ drawing surface. The FromHWND method is used to create a new instance of the Graphics class from a window handle. Clear method fills the entire drawing surface with the specified RGB color by using Color class. DrawString method draws a string using Font and SolidBrush classes.
  • Anchoring in Windows Forms1/19/2006 11:06:43 PM. Specifies how a control anchors to the edges of its container. When a control is anchored to an edge of its container.
  • Sticky Notepad1/19/2006 7:05:18 AM. I wanted to experiment with writing a program that would run from the "System Tray" of window (that's where you have the date displayed...) since that's not possible with pure Java.
  • Chat Server with Client Implemented with C#12/27/2005 3:46:40 AM. This client/server application let you chat ....
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download