About 50 results
Open links in new tab
  1. 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 …

  2. How to do to use the SQL Server query designer component in …

    May 15, 2014 · I would need to integrate, into my windows form application, a query builder to facilitate the end-user in the construction of SQL complex strings.

  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. Linq to select a specific row from a local dataTable (winform VS2012)

    Jun 16, 2014 · In a user form a user enters the value 11 into a textbox and needs to retrieve a row from DataTable1 where the rank is closest to or equal to but not greater than the entered value 11. In the …

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

  6. Progress bar in WinForm with bakground process

    Jun 21, 2013 · Hye everyone. Recently i have developed a support tool which is excel to database loader in VB.NET. Yeah it was excuted and run succesfully when deployed but one of the concern in …

  7. Problem connecting to SSRS 2000 ReportServer from VS2005 WinForm ...

    Jul 30, 2008 · Because of current business constraints, I am required to connect to SQL 2000 SSRS ReportServer from VS2005. My primary goal is to be able to create PDFs of a report built in Report …

  8. 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').

  9. Subclassing visual controls without using the UserControl class.

    Sep 13, 2010 · For questions related to WinForms and any WinForm control, including DataGridView use the Windows Forms General or Windows Forms Data Controls and Databinding forums.

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