Tag Archives: Interop

Consuming a C++ DLL in C#

While working on my current project, I had to use some low level I/O operations, but it was difficult using C#, and I got some C++ implementations. Then I thought of creating a DLL in C++ and use it in … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Visual Studio, Win 32 API, Windows Forms, WPF | Tagged , , , , | Leave a comment

Calling word Macros from .Net

While using Word automation with .Net sometimes it is required ti call, word macro’s from C# or VB.Net. Here is the code to call word macros from VB.Net. In the code, helloworld is the macro name.Or you can simply call … Continue reading

Posted in .Net, Miscellaneous, Office Interoperability | Tagged , , , , | Leave a comment