About 8,460 results
Open links in new tab
  1. How do I bind data from a table adapter to controls on a WinForm?

    Oct 20, 2008 · After the user selects a row from the DataGridView and moves onto another WinForm, I pass in parameters to another table adapter on the second WinForm. It is to return …

  2. Dynamically adding controls to Winform - Best Approach?

    Aug 11, 2011 · i am hosting few usercontrols on my mainform Form1.in that one user control is having radiobutton selection.When user changes his radiobutton selection Form1 should add …

  3. 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?

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

  5. How do I give a call to a Winform inside a class in c#? An …

    Sep 14, 2015 · How do I give a call to a Winform inside a class in c#? An unhandled exception of type 'System.Threading.ThreadStateException' occurred in System.Windows.Forms.dll …

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

  7. Error : Cannot evaluate a security function

    Oct 26, 2012 · Note: Open the project in VS2010, and run the WinForm-CodeDom project, click the button on the pop up form named form1, you will get the method name in the textbox on …

  8. Scroll bar for Custom Task Pane - social.msdn.microsoft.com

    Jan 16, 2015 · The UI of a custom task pane is based on Winform controls, It's feasible to design the UI of a custom pane using Windows form designer. Also, WPF is an alternative to Winform …

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

  10. Autocomplete Textbox Very Slow in C# Winform

    Dec 2, 2013 · In my project i m using autocomplete textbox. i m binding the Phone no from database in autocomplete textbox. I have more than 500 records in my table (phone no table). …