Related resources for EventHandler
  • Explain about Event Handling in C# .Net4/2/2024 4:20:04 AM. In the world of C# programming, events are a powerful mechanism that facilitates communication between different components of an application. In this comprehensive guide, we'll delve deep into t
  • Learn about Asynchronous Events in C#3/20/2024 5:49:33 AM. Explore asynchronous event invocation in C#, addressing threading challenges with event handlers. Learn about the synchronous nature of events, concurrency issues, and solutions using TPL and TAP. Id
  • Calling the Server-Side Method Asynchronously From Client Script8/23/2023 9:50:09 AM. This article describes how to call the server-side method asynchronously from JavaScript with the use of Client Callbacks that is built in ASP.NET 2 so that the client browser receives the data dynami
  • Add Root/Child Node to a TreeView Selected Node At Runtime and Rename the Selected Node5/4/2022 10:02:48 AM. This article will show how to add a Root Node & Child Node to a TreeView selected node at runtime & the user can rename the node by pressing the F2' key from the keyboard...
  • Load XML File Data in DataGridView & Print DataGridView Data5/21/2020 12:03:51 AM. Using this article you can understand how to load the XML file's record into the DataGridView & then you can print that DataGridView.
  • 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.
  • Static Event In C#2/24/2019 9:35:48 AM. There might be times when you'll want your event to perform the same actions for all objects. In this article we will see how to do that.
  • Animate with Pocket PC10/1/2012 7:46:36 AM. If you are lucky enough to get the Smart Devices Extensions you will finally be able to target devices like Pocket PCs using C# however like all good things there are a few snags.
  • C# File Operations: Part 29/30/2012 5:45:29 AM. In this article we will see additional file operations like delete a file, copy a file & move a file from source to destination.
  • Add Controls At Runtime & Also Perform An Event Of That Control9/29/2012 6:01:41 AM. This article explains how you can add a particular control into your form at runtime & also it will perform a particular event of that control.
  • Interactive Shaped Forms5/19/2012 3:41:41 AM. This Demo show how to create shaped form and customized buttons using Region, GraphicsPath and picture control and using picture control to play animate pictures.
  • How to Set Focus to Any Form Control5/15/2012 2:16:05 PM. This article will show you how to move focus from one control to the next without the need to name the controls.
  • Events in C# Advanced - Lesson27/12/2007 11:39:48 AM. In the previous lesson we created an event and consumed it. In doing so you probably noticed that our code would have been a little better if we could have determined whether or not the file actually existed.
  • Events in C# Made Easy - Lesson17/12/2007 11:37:52 AM. Events are useful for updating a user interface with changed data, or causing a piece of code to run after another piece of code has completed. .NET has brought us a powerful model for programming events.
  • Image Viewer in C#1/31/2007 6:48:06 AM. ImageViewer lets you to view images of types bmp, gif, jpeg, ico, wmf, emf. It also allows you to convert images to bmp, gif and jpeg formats. This application illustrates the usage of PictureBox class, Bitmap class etc.
  • User Management Utility for Web Form Authentication1/30/2007 7:32:00 AM. This article deals with the management of user login and password information for a Forms Authentication in ASP.NET.
  • PaintBrush in C#8/30/2006 7:55:21 AM. The article is the paintbrush application, which demonstrates the different aspects of C# language and certain namespaces. The concepts like EventHandling and class designs are also present.
  • 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.
  • The Making of Pong2/1/2006 11:55:48 PM. The purpose of making this classic game was to show simple game structures in C#. Concepts include the "Game Loop", "Input" and "Paint. If you are just beginning in game programming, C# is turning out to be a great place to start.
  • Using Enter and Tab Keys to Navigate on a Form12/28/2005 5:44:02 AM. When building Windows Forms application you may want to use a tab or return key to navigate on your textboxes. This code shows you how to do it.
  • Creating your own cool Volume Control using GDI+12/26/2005 11:03:54 PM. In this article, I'll give you an example of creating your own control.
  • Graphics Animator in C#12/26/2005 10:50:10 PM. This program will generate a html page with animated gif. You just need at least 2 gifs and use the program to set the time to display each image.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download