Related resources for User Controls
  • Creating User Controls In Xamarin Forms4/10/2016 2:05:51 PM. In this article you will learn how to create User Controls in Xamarin Forms.
  • User Controls in WPF9/22/2014 11:02:30 PM. This articles describes how to create and use User Controls in WPF.
  • User Controls in Windows Form Using F#10/31/2013 11:02:52 PM. In this article I have explained the basic user controls, such as Label, TextBox, MonthCalendar, ComboBox, CheckBox, RadioButton and how to create these controls in Windows Forms applications.
  • Creating Dynamic ToolTip Using RadControls and JavaScript6/4/2013 5:06:17 AM. RadToolTip is a context-sensitive tool for displaying rich content, detailed information, overlaid forms, or just about anything that should appear over a given element.
  • Getting Started With MEF to Load WPF User Controls From .Dll in VS 20125/22/2013 8:51:27 AM. This article will show how to make a DLL that contains WPF User Controls and then we can load that .dll using MEF (lazy loading) then how to add that User Controls to other applications from the dll.
  • Custom Controls with User Controls in ASP.Net: Part 112/1/2012 4:21:20 AM. In this article we will discuss how to create User Controls for Web Pages.
  • Custom Controls with User Controls in ASP.Net: Part 312/1/2012 3:56:56 AM. In this article we will discuss how to create User Controls for web pages, how to expose the properties from a User Control.a
  • Custom Controls with User Controls in ASP.Net: Part 412/1/2012 3:54:18 AM. In this article we will discuss how to create User Controls for web pages, how to expose the event from a User Control.
  • Implement a Win Forms Slider Control in VB.NET11/9/2012 11:00:44 AM. This article describes a simple approach to implementing a Windows Forms Trackbar (slider) control in ASP.NET 2.0.
  • Create User Defined Controls in C#10/13/2012 5:35:26 AM. In this article you will learn how to create User Defined Controls in C#.
  • Building WebParts in ASP .Net 2.010/13/2012 2:02:07 AM. Web Parts is a framework built into ASP.NET 2.0 for building highly customizable portal-style pages. End users can customize Web Parts pages by changing the page layout, adding and removing Web Parts, editing Web Parts properties, establishing connections between Web Parts, and more. I would like to share how to build web parts in ASP .Net 2.0. I am providing the source code of application as well.
  • Web User Controls9/29/2012 7:56:00 AM. Steps how to use web user controls.
  • Creating a Login User Control5/19/2012 7:15:30 AM. In this article, we have started with an introduction to the UserControl and have learnt to use the ADO+ DataReader.As we seen User Controls simplifies several common Web application scenarios.User Controls allow developers to easily define custom controls using the same programming techniques for writing Web Forms.
  • Working With User Controls in ASP.NET MVC1/24/2012 10:37:31 AM. In this article we will see how to work with user controls in ASP.NET MVC.
  • Isolated Storage in Silverlight7/14/2011 5:09:44 AM. Isolated storage enables applications to create and maintain a safe client-side virtual file system for partial trust applications.
  • Custom Controls in Silverlight7/7/2011 11:32:51 PM. Custom controls separate the logic from the visual appearance. We use a custom control when we want a strong separation between visual appearance and logic.
  • Using XAML User Controls in XNA12/8/2010 4:04:33 PM. In this article you will learn how to use XAML User Controls in XNA.
  • Windows Controls and WPF UserControls inside an XNA Game Project8/10/2010 6:17:35 AM. In this article we will be working on using Windows Controls and WPF UserControls inside an XNA Game Project.
  • Multiple Silverlight User Controls on aspx page7/10/2008 12:05:01 PM. In this article I will discuss how to use multiple Silverlight controls in aspx page.
  • Understanding WEBPARTS in ASP.NET 2.0: Part I9/24/2007 6:29:42 AM. In this article I am going to discuss about "WEB PARTS" in ASP.NET 2.0, and the most exciting feature of ASP.NET 2.0.
  • Implement a Win Forms Slider Control in ASP.NET 2.01/30/2007 12:32:12 AM. This article describes a simple approach to implementing a Windows Forms Trackbar (slider) control in ASP.NET 2.0.
  • Implement a Win Forms Slider Control in ASP.NET 2.01/30/2007 12:32:12 AM. This article describes a simple approach to implementing a Windows Forms Trackbar (slider) control in ASP.NET 2.0.
  • Creating a Web User Control in .NET10/13/2006 2:06:51 AM. One of our C# Corner readers gave me the idea of converting my Add/Remove Control from a Windows Form control to a User Web Control, so we will use this control as an example for this tutorial
  • Yahtzee Program using C#2/2/2006 4:53:17 AM. The Visual C# environment has given the programmer the ability to create applications in RAD mode without the steep learning curve for the C++ programmer. (I do miss templates though!). The above application, yahtzee, is based on a popular poker-like dice game.
  • Yahtzee Program using C#2/2/2006 4:53:17 AM. The Visual C# environment has given the programmer the ability to create applications in RAD mode without the steep learning curve for the C++ programmer. (I do miss templates though!). The above application, yahtzee, is based on a popular poker-like dice game.
  • Passing Values between User Controls and ASPX Page1/5/2006 12:37:51 AM. This article is for beginners who are learning. NET. This will be really helpful for them. Beginners will be wondered how to pass values between User Controls and ASPX page .In this article I have listed some of the ways through which you can access and set the User control values in an ASPX page.
  • Developing a Windows Control Library - Digital Clock12/30/2005 1:17:00 AM. A Windows control library is similar to an Active X Control that you have been developing using VC++.
  • User Controls in Internet Explorer12/26/2005 1:13:32 AM. WinGhost 2.0 application allows you to show and hide applications running on your machine. I find this program useful at my work as I do lot of programming at any given time I can have a bunch windows open. I use it normally to hide just my windows I don't access that often.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download