About 1,760 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. How to filter Two column of DataTable to DataTable in c# winform

    Oct 19, 2016 · How to filter Two column of DataTable to DataTable in c# winform. I want to filter only which value does not exists in the datatable2.

  3. How to set a custom cursor for CLR C++ WinForm?

    Jun 19, 2008 · I tried to set a new custom cursor for my CLR C++ WinForm. If the .cur file is on external hard disk, it found OK, but if I tried to embed the .cur file to a managed resource file (MyRes1.resx), it …

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

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

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

  6. Is it possible use C# partial WinForm class files without seeing a form ...

    Dec 12, 2017 · Question 0 Sign in to vote Dear All, I have removed some codes to another Main_Form.Multilingual.cs file by using public partial class Main_Form After applying that, there is a …

  7. VB.NET: What is the best event to fire to detect user click on each ...

    Oct 11, 2013 · In WinForm, we need to detect user click on each control and do some action.

  8. C# Winform receive string via telnet - social.msdn.microsoft.com

    Feb 17, 2015 · I'm 95% done in my C# program, I use this by the way minimalistic console C# telnet and converted it to winform version. I'm done in sending commands/data to my microcontroller.

  9. (Winform) Keypress event not working when creating another form

    Mar 8, 2018 · I set in Form 2 that whenever i press escape, it hides Form 2 and then creates another instance of Form 1 then shows it, but the problem is this keypress event wont work.

  10. Create OpenGL Window in C++/CLI using GLUT and GLEW

    Oct 11, 2013 · How can I achieve embeding opengl in C++/CLI winform using GLUT and Glew?