interop

  1. ThreeNamesGrace

    Problem setting the Text property of a Characters object in Excel Interop using Visual C#

    I'm making ChartSheets in Excel using .NET 7 and the latest update of Office 365; this is the code that I use to change the style of the charts and give them a title: GráficasFrecuenciaGanancia[i - 1].ChartType = XlChartType.xlLineMarkers; GráficasFrecuenciaGanancia[i-1].HasTitle = true...
  2. SiamIT

    Adding Preview Support In File Open Dialogue

    Greetings.. after some search on google, i found that i can use Microsoft.WindowsAPICodePack.Shell to add custom controls on file open/save dialogue box as needed. so, i tried some, but i can't make it work to solve my purpose. I have added a button to preview music. But it throws a...
  3. I

    OLE interop issue

    Alright, stay with me here, I have a few things I need to explain. I'm trying OLE in C# currently for Photoshop CS6, late binding works perfectly by creating an instance of the application: dynamic app = Activator.CreateInstance(Type.GetTypeFromProgID("Photoshop.Application", true))...
Back
Top Bottom