ARSOLE.OCX

Previous topic - Next topic

TimR

ARSOLE.OCX is a .com control which amongst other things allows the user to load documents into OD.  Has anyone got an VB/VB.NET or C# which actually works?

pakgwai

Yes.
Using VB6, VS 2003/2005/2008/2010 VB.Net
With VB6, declaring with Variant type works.
Yet with VB.Net, declaring the OD variables with Object type works, but not as good as Variant. Variant is no longer supported in VB.net