About 4,080 results
Open links in new tab
  1. 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?

  2. how to show a winform as pop up on a button click from wpf …

    Aug 27, 2016 · Is this the correct way to show a WinForm User Control pop up and how do i access the WinForm controls data in my WPF "ClickCommand" code when user clicks ok …

  3. Winform WPF Interop Element Host Containing: Usercontrol …

    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 …

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

  5. Deadlock when starting up a WinForm application (advapi32 ...

    Jul 22, 2015 · Can you test these WinForm apps on another machines, this will help us to see if this is a common issue or a special issue on a special machine. If the test leads to that …

  6. DataGridView.KeyPress not firing for the Tab Key on the last cell …

    Jun 28, 2012 · I am wanting to automatically add a row if the user hits the tab key on the last cell in the grid (last cell on the far right of the last row)

  7. How to embed OLE Object in WPF C# - social.msdn.microsoft.com

    Nov 19, 2018 · You could wrap ole object with winform control and then use ElementHost to host winform control in WPF, http://msdn.microsoft.com/en …

  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 …

  9. winForm User Control and JavaScript - social.msdn.microsoft.com

    Feb 24, 2007 · I have created a simple user control ( as win dll in .net, referred to 'Embedding WinForm controls in IE').

  10. How to get a value from a look-up table in C# Winform???

    Nov 5, 2012 · These are the constant values, where I have to implement in my project. The idea is to check this table based on the result and take the value and put it in the datagrid.