Top "Winforms-interop" questions

Exporting to .xlsx using Microsoft.Office.Interop.Excel SaveAs Error

I am in the process of writing a module to export a DataTable to Excel using Microsoft.Office.Interop.Excel …

c# excel winforms-interop
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine while data export to MS ACCESS

I am beginner in using Microsft.ACE.OLEDB 12.0. I create a Winforms application VS 2010. And create a function for export …

c# winforms ms-access office-2007 winforms-interop
Unable to load DLL “OraOps10.dll”

I am running into peculiar issue. I am developing a windows based application which connects to Oracle database. For initial …

c# oracle odp.net winforms-interop
Assembly generation failed -- Referenced assembly 'Interop.Office' does not have a strong name

I have a WPF 4 project to interact with word documents made in VS2010 and a win form User Control project …

c# wpf interop winforms-interop
getting text entered in textbox of other applications using c#

I want to get the text which is in textbox of other application. It may be a textbox of gtalk …

c# .net api winapi winforms-interop
Is it possible to host a WinForm form within a WPF Form via a container/wrapper?

Is there a way to host/display a full WinForms form (not just a single control) within some sort of …

c# wpf visual-studio-2008 winforms-interop
Adding a custom context menu item to Windows Form title bar

I found a thread on MSDN that shows how to add an item to the context menu of a Windows …

c# winforms winapi winforms-interop
Microsoft Office interop performance issue

I am try to exporting datagridview data to excel file in my C# 4.0 Windows application. we used Microsoft.Office.Interop.…

c# winforms excel office-2007 winforms-interop
WPF/WinForms/GDI interop: converting a WriteableBitmap to a System.Drawing.Image?

How can I convert a WPF WriteableBitmap object to a System.Drawing.Image? My WPF client app sends bitmap data …

c# wpf winforms writeablebitmap winforms-interop