Hi all,
I'm having trouble programatically creating a new teststand User Group. I wrote an application to allow creation/deletion of users and modification of privileges using LabVIEW a while ago. However, coming back to this code to add required group functions is proving problematic. I simply cannot find the equivalent of the NewUser() function etc for groups. I suspect to do create a new group I need to do something along the lines of:
IEngine.UsersFile.UserGroupList.InsertSubProperty ......
If anybody knows how to do this i'd really appreciate some pointing in the right direction.
Many Thanks,
Steve
Message Edited by SteveBale on
05-29-2008 06:10 AM