About 130,000 results
Open links in new tab
  1. asp.net - System.Windows.Forms | DaniWeb

    May 18, 2015 · A library project doesn't reference System.Windows.Forms by default either, but it's very common to define form components in a DLL. I'm not convinced the default references …

  2. Windows Forms Programming with C# - Chapter 3: Menus

    Most controls in the System.Windows.Forms namespace have a ContextMenu property that specifies a ContextMenu object to associate with the control. Like the Menu property on Form …

  3. Integrating WPF with Windows Forms - CodeProject

    Jan 11, 2008 · WindowsBase You will need to add a reference to: ReachFramework System.Drawing System.Printing System.Windows.Forms UIAutomationProvider …

  4. Winforms-datavisualization .NET 5 - CodeProject

    Apr 22, 2021 · This repository contains partial source code of the System.Windows.Forms.DataVisualization namespace that provides charting for WinForms. …

  5. Easily Add a Ribbon into a WinForms Application - CodeProject

    Apr 11, 2012 · Easily integrate a ribbon interface into your WinForms application with this comprehensive guide.

  6. Customize a panel with Autoscroll property - CodeProject

    May 3, 2004 · Introduction This article show how to customize a System.Windows.Forms.Panel to use effectively scrollbars with the AutoScroll property. In this example, you can change enable …

  7. How to route events in a Windows Forms application

    Jul 18, 2005 · The code that overrides it looks like this: public class UserControl1 : System.Windows.Forms.UserControl { // define an event handler delegate which basically re …

  8. How to Easily Host WPF Control inside Windows Form Application

    Mar 10, 2014 · Download source (no EXE) - 36.3 KB Download source - 130.6 KB Introduction In this article, I will demonstrate how to create a "grid like" combo-box and host it inside a …

  9. Working with TreeView Controls - CodeProject

    Jan 22, 2008 · Download source - 35.5 KB Introduction This is a short article addressing some of the basics of working with a TreeView control; the article will address dynamically adding …

  10. Simple Numeric TextBox - CodeProject

    Nov 9, 2008 · Download numeric textbox control DLL - 4.07 KB Download numeric textbox demo binaries - 7.98 KB Download numeric textbox solution - 16 KB Overview This is a simple …