About 2,840 results
Open links in new tab
  1. how to sent text from my C# WinForm program to another program

    Apr 22, 2015 · According to your description, you'd like to make a program like keyboard hook. when your focus is in another application, you could trigger the event in your winform program.

  2. paging in the WinForm DataGridView-control

    Oct 31, 2008 · but nothing seems to exist at all for the WinForm variant. So, how does one implement paging in the WinForm DataGridView-control?

  3. Winform WPF Interop Element Host Containing: Usercontrol Databinding

    Jun 5, 2023 · I have Winform project hosting the WFP Interop Element Host Container, which has a wpf usercontrol. The viewmodel is not firing my delegate commands. How to databind in the view.xaml …

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

  5. How to Get System Font in C++ WinForm

    Apr 5, 2012 · In my C++ WinForm application, I am using Graphics->DrawString (---) in an owner-draw dialog. One of the arguments is FONT. How do I get the system font so that my owner-draw text …

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

  7. How to "uncheck" a checked CheckBoxCell? (DataGridView WinForm …

    Feb 3, 2011 · How to "uncheck" a checked CheckBoxCell? (DataGridView WinForm C# .NET 4) Archived Forums 481-500 > Windows Forms Data Controls and Databinding

  8. Where to put receiving data code in C# Winform Telnet

    Feb 12, 2015 · I converted this c# console program into C# Winform program. I am able to send data to my device (microcontroller, to be specific) and I'm actually done in this part. The problem is that how …

  9. winform vs MVC asp.net - social.msdn.microsoft.com

    Oct 7, 2021 · Answers 0 Sign in to vote User197322208 posted winform / wpf - for Desktop ASP.NET MVC/WebForms - for internet Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM …

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