Open links in new tab
  1. Winforms UI rendering performance - social.msdn.microsoft.com

    Apr 16, 2009 · Seems that WinForms UI rendering engine is not efficient and painting of controls is horribly slow. I have an application in which certain screens can contain large number of controls …

  2. Opening WPF Window from a WPF control hosted in WinForms

    Dec 27, 2009 · The title should already explain what I have, but I'll return. I have a WinForms application, which hosts a WPF control inside ElementHost. The control opens a modal dialog, which …

  3. Visual Studio 2026 version 18.1.0 released - Windows 10 Forums

    Dec 9, 2025 · Visual Studio 2026 release notes: Released on December 9, 2025. IDE MCP Authentication ManagementMCP Server InstructionsMCP Elicitations and samplingMCP Server …

  4. Microsoft.Reporting.WinForms.MissingReportSourceException: The …

    Sep 11, 2020 · Microsoft.Reporting.WinForms.MissingReportSourceException:'The source of the report definition has not been specified'

  5. Using a Button Click Event In A WinForms MVP Pattern

    Mar 12, 2017 · In the above example, it looks to me that the " public eventEventHandlerButtonClick;" line in the View class should handle the click event. However, my form has a button (button1) with its …

  6. How to use google search API in winforms application?

    Apr 22, 2013 · I want to integrate Google search API in my application. Please anyone suggests me step by step.

  7. How to find parent window (winforms) from wpf control

    Mar 24, 2016 · We are hosting wpf usercontrol in winforms and we need to align popup inside wpf control based on the parent window (winforms). How do i get the parent window and align the popup …

  8. Setting a default text in winforms combobox

    May 7, 2011 · I am trying to setup a default text for a bound combo box.

  9. MSN Messenger like chat window c# winforms

    Dec 8, 2015 · I have a listview control on my winforms c# application which displays a list of friends from a api just like MSN messenger. What I want to do is when a user clicks on a listitem, I want to open a …

  10. Use azure key vault in winforms app - social.msdn.microsoft.com

    Jun 8, 2016 · Is it possible to use azure key vault to access a key directly from a winforms application? I found no documentation about using native client applications with azure key vault.