About 14,900,000 results
Open links in new tab
  1. Make paint event for datagridview work for all datagridviews in …

    Jul 25, 2015 · Simply make your own version of the datagridview. Create a new class, inherit Datagridview, add some functionality to the paint event plus the new property, rebuild the …

    Missing:

    • Visual Studio

    Must include:

  2. c# - How do I call paint event? - Stack Overflow

    Mar 28, 2017 · A custom control I am developing draws its whole contents via handling the Paint event. this.Paint += this.OnPaint; This handler calls a custom routine that does the actual …

  3. Control.Paint Event (System.Windows.Forms) | Microsoft Learn

    The Paint event is raised when the control is redrawn. It passes an instance of PaintEventArgs to the method(s) that handles the Paint event. When creating a new custom control or an …

  4. visual studio - C# - Drawing in a panel with "Paint" - Stack Overflow

    May 7, 2025 · I've been working on a project for class where I need to display on screen polygons (drawed in a Panel), but I've been reading arround here that I should work with Paint event, …

  5. Using AxMSDataGridLib.AxDataGrid and ADODC components? - Visual Basic

    Mar 8, 2019 · Ideally, you would use a data adapter to populate a DataTable, bind that to a BindingSource and bind that to a DataGridView. You can associate a BindingNavigator with …

    Missing:

    • Paint

    Must include:

  6. C# How to Use Paint and the C# Graphics Class to Draw Lines

    Jan 14, 2014 · This video demonstrates how to create a winform application using Visual Studio 2012 (but will also work for 2010, 2008, and 2005). The application built focuses on how to …

  7. Make a Simple Painting Program Using C#

    In this tutorial, we'll learn How To Make a Simple Program Like MS Paint . Open Visual Studio 2015 and click on File –> New –> Project which opens up the template window with many …

  8. The Basics of Drawing Graphics onto Windows Forms - C# Corner

    To draw lines and shapes you must follow these steps: Create a Graphics object by calling System.Windows.Forms.Control.CreateGraphics method. The Graphics object contains the …

  9. Basic Paint application using Visual Studio and C# - GitHub

    In order to get familiar with C# and Visual Studio, I decided to create this basic painting app that really allows to see what is possible! Below is a link to my YouTube demonstration. It's a 4-5 …

  10. [RESOLVED] [2008] AxDataGrid - How to get rid of Splits - Visual Basic

    Nov 27, 2008 · I want to either be able to get rid of the splits, or find a simple way of converting the program to using a .NET Windows grid instead of the ActiveX control.

    Missing:

    • Paint

    Must include:

Refresh