About 50 results
Open links in new tab
  1. Set FolderBrowserDialog focus on TreeView on the selected folder in …

    Aug 18, 2015 · How can I Set/scroll down to FolderBrowserDialog focus on TreeView on the selected folder in C# WinForm?

  2. C# 2005 Winform LocalReport Drillthrough is blank

    May 26, 2009 · If you can add if condition to check d.Name == "parImpExp" and then assign ExpNo to d.Values.ToString ().Trim (); it may fix your issue. My doubt is, what is ExpNo value at the end of …

  3. C# Winform Datagrid slow performance in Calculation (Excel to Datagrid)

    Nov 18, 2018 · Answers 0 Sign in to vote Hi Booney440, >> C# Winform Datagrid slow performance in Calculation Please check the following code:

  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. How to send messages from a WPF app to a WinFor?

    May 4, 2009 · Based on my lnowledge, the WPF application and Winform application are two separate process. So you can use Socket to send and receive message between the two processes.

  7. 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 …

  8. How add console application to system tray

    Jun 20, 2007 · If you go the route Peter said, by making it a Winform application, I have a blog post entitled Creating a Application which Minimizes to a Tray Icon in .Net. In it I detail how to hide the …

  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. 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, …