About 50 results
Open links in new tab
  1. How to make WinForm .Net application never crash?

    Dec 1, 2011 · How to make WinForm .Net application never crash in case of exception .Net managed exception or in case of native exception? I just want to log, but not let application crash.

  2. [UWP]How to send a string from Winform to UWP app?

    Jul 1, 2019 · Based on your words, you want to communicate the UWP app from the Winform app right? Yes, it is possible to communicate from a non UWP app to a UWP app using AppServices.

  3. Running Winform application on browser - social.msdn.microsoft.com

    Dec 17, 2006 · I would avoid embedding WinForm objects on a web-page if you can help it, just use DHTML and Javascript (AJAX) to provide the kind of response you get from a WinForm. Semi-smart …

  4. winform c# dataGridView binding to array

    May 1, 2011 · The above is Form1.cs. The following is the test class: using System; using System.Collections.Generic; using System.Text; namespace WindowsFormsApplication3 { …

  5. need a simple VB Winform example of data entry.

    Aug 3, 2009 · I have to implement it using VS 2005 and VB 2005 with SQL 2005. There is nothing fancy. Just couple of labels, text fields going back and forward records and store the updated fields to the …

  6. Make a form read only - social.msdn.microsoft.com

    Apr 1, 2009 · First I want to make it clear that you are talking about a winform application. Since WPF application is quite different from winform application. When you want to make all the controls on a …

  7. End of Line of Windows Forms - social.msdn.microsoft.com

    Dec 1, 2017 · I agree with David, as a most basic technology, there are a large number of projects are still based on Winform, although it is very old, but this also means that it is a very mature technology, …

  8. 'TR/Dropper.MSIL.Gen' while compiling project with Microsoft ...

    I created a testproject, which displays a winform where you can add the code for the plugin, test the compiling of the plugin and run a specific method from the compiled plugin.

  9. Get the Handle of a ComboBox's Edit Control

    May 29, 2009 · Basically, I'm inheriting a couple of the common WinForms controls and then manually repainting them so that they will correctly render over a WinForm with the Aero Glass effect enabled. …

  10. KeyCredentialManager.IsSupportedAsync () throw ArgumentException

    May 30, 2016 · Question 0 Sign in to vote Hello, I try to use "KeyCredentialManager.IsSupportedAsync ()" in my WinForms application, but it fails with an ArgumentException.Error