------------------
I have nothing but a very simple application having some controls on front panel.
I created a local/network domain, groups and some users for testing of my applcation.
some controls should only be accessible to some specific users of a specific group. And rest of the users wont be able to operate as i have set them to be grayed out for them, just by setting-up the security properties at the time of development of the application.
It works fine. No problem.
--------------------
Now what all i want is to let my client to create domain on his own and also users as per his requirements.
I did not find any funcation ready made in DSC>>security....
It's okey, I suppose it would be possible to create users programatically, but think about - if creation of domain and groups also become possible in the same way, how would I define the security level for each and every control at run time? [means how would i relate controls to particular groups of the new created domain] as I did'nt find any property to do like that.
-Alok
-AL☼K