Ok, this is pretty tough to explain, but I'll try. I'm working on a VB.NET solution. I've built a class to encapsulate some functionality, and it works fine when every method of the class is called ...
A helper class can simplify and isolate hosting add-ins. Making this class generic allows a single helper class for use with all add-ins. This version improves performance by ensuring the store is ...
I have a windows service written in VB.NET which uses DSOFile.dll to look at the properties of a MSOffice document. Everything seems to work fine for me here.<BR><BR>But on my client's machine, it ...