From: Armin Zingler on 14 Jun 2010 22:40 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 19 Jun 2010 06:51 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
First
|
Prev
|
Pages: 1 2 Prev: Reading from LDAP searchresults Next: VS 2008 Windows Forms project will not start |