M
Mark B
Hi experts,
I'm converting a homebrew AD management progam I wrote, from VB6 to VB 2008.
I've got some code that sticks values in to Active Directory like this:-
objOU.PutEx ADS_PROPERTY_APPEND, "wbempath, Array(Product & "|" and Key)
Basically, a convenient place for me to store and manage CD installation
keys.
In VB6, the 'Array' bit works fine.
VB 2008 spits it out. "'Array' is a type and cannot be used as an
expression."
What is the equivalent syntax in VB 2008?
Thanks,
Mark B
I'm converting a homebrew AD management progam I wrote, from VB6 to VB 2008.
I've got some code that sticks values in to Active Directory like this:-
objOU.PutEx ADS_PROPERTY_APPEND, "wbempath, Array(Product & "|" and Key)
Basically, a convenient place for me to store and manage CD installation
keys.
In VB6, the 'Array' bit works fine.
VB 2008 spits it out. "'Array' is a type and cannot be used as an
expression."
What is the equivalent syntax in VB 2008?
Thanks,
Mark B