From: Armin Zingler on
Am 15.06.2010 00:58, schrieb AussieRules:
> Hi,
>
> No I don't. I have read the article, but its above my head on what it all
> means...
>
> I would have thought that 'public shared' would have at least meant it was
> exposed to outside world, but that seems not the case...
>
> I just need to be pointed in the right direction and shown how to do this,
> then it will probably click for me...
>
> I am under the pump to get this done in the next day or so, so thanks for
> your assitance on this one..

Don't make the methods Shared. Make them instance members. (remove "Shared").


--
Armin
From: AussieRules on
Thanks for that.. it works a treat.....


"Armin Zingler" <az.nospam(a)freenet.de> wrote in message
news:e22JaRDDLHA.420(a)TK2MSFTNGP02.phx.gbl...
> Am 15.06.2010 00:58, schrieb AussieRules:
>> Hi,
>>
>> No I don't. I have read the article, but its above my head on what it all
>> means...
>>
>> I would have thought that 'public shared' would have at least meant it
>> was
>> exposed to outside world, but that seems not the case...
>>
>> I just need to be pointed in the right direction and shown how to do
>> this,
>> then it will probably click for me...
>>
>> I am under the pump to get this done in the next day or so, so thanks for
>> your assitance on this one..
>
> Don't make the methods Shared. Make them instance members. (remove
> "Shared").
>
>
> --
> Armin