SharpOle icon indicating copy to clipboard operation
SharpOle copied to clipboard

A library written in pure C# for easily creating OLE server in C#.

Results 1 SharpOle issues
Sort by recently updated
recently updated
newest added

Hi, I am a beginner of Ole, how can I use this OleServer in Office Word? This is how I currently do it. var oleShape = doc.InlineShapes.AddOLEObject("SharpOleTest.COLEObjectTest", Type.Missing, false, false,...