OnDemand Users Group

Support Forums => Windows Client => Topic started by: TimR on March 25, 2009, 04:40:57 PM

Title: ARSOLE.OCX
Post by: TimR on March 25, 2009, 04:40:57 PM
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?
Title: Re: ARSOLE.OCX
Post by: pakgwai on April 08, 2013, 05:55:58 PM
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