Author Topic: ARSOLE.OCX  (Read 5670 times)

TimR

  • Guest
ARSOLE.OCX
« on: March 25, 2009, 09:40:57 AM »
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

  • Guest
Re: ARSOLE.OCX
« Reply #1 on: April 08, 2013, 10:55:58 AM »
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