Search:

Type: Posts; User: vkid

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    568

    credentials against program

    Is there any way to check if the current user of the program have excess to changing any attributes in active directory?
  2. Re: Why do i get this error when writing back to active directory?

    So I decided to reference back to the sam account name and invoke the commitchange() to that specific user, but I still get the same error. I NEED HELP !!



    Shared Function...
  3. Why do i get this error when writing back to active directory?

    I am writing back to active directory and I am getting this error on this line --->>> de.CommitChanges()

    An unhandled exception of type 'System.DirectoryServices.DirectoryServicesCOMException'...
  4. Replies
    1
    Views
    609

    Re: Modifying Active Directory From Datagridview

    Anybody?
  5. Replies
    1
    Views
    609

    Modifying Active Directory From Datagridview

    How would I go about modifying information on my datagridview and saving that information to active directory assuming whether or not the user(s) exit or not?

    I have it opened and populated into a...
  6. Re: [RESOLVED] Active Directory with LDAP retrieving user object properties (TS Path)

    have you figure out on how to do this yet? I need to find the "directReports" , I have found how to get it, but it only returns 1 user as the "directReports" and that user have like 5 users as...
  7. Replies
    2
    Views
    551

    Active Directory Reports To

    I need to pull data from the "reports to" in active directory. When I try this code, it gives me back only one user it reports to, i need to retrieve all the users it reports to. HELP?



    ...
  8. Replies
    1
    Views
    647

    UserPrincipal Class ?

    Any way to return the first name and not the whole display name of a user by using the UserPrincipal Class ?
  9. General question about updating active directory.

    I need to update all active directory users from information I have populated into a datagridview from an .xml file. Is this possible?

    ex: in my datagridview, I have a column with ...
  10. Replies
    4
    Views
    1,037

    VS 2013 Re: How to use this function.

    Yes thank you very much.

    So now I need to access each individual users on the network and find out their name, email, ect.... ?
  11. Replies
    4
    Views
    1,037

    VS 2013 How to use this function.

    Can anybody give me a head ups on this code on how to send the search results to a listbox or better yet a datagridview?



    Dim dirEntry As DirectoryEntry = GetDirectoryEntry()
    Dim...
  12. Replies
    1
    Views
    1,246

    Active Directory Users Into Datagridview

    I need a startup to how to connect active directory users information on domain server into a datagridview for edit,update ect.... I am a newbie and anything will help. Thanks
  13. Replies
    2
    Views
    2,208

    Re: show users in active directory error message.

    yes, asp.net

    ok, so I checked the domain name and yes , I didn't have it incorrectly stated in the code.

    here is my next error.

    An unhandled exception of type...
  14. Replies
    2
    Views
    2,208

    show users in active directory error message.

    Why am I getting an exception error when trying to show all users in active directory. What does this mean?

    An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in...
  15. How to update/edit/add records in datagridview?

    Data is preloaded from an .xml file and not a database.
    Using VS Studio.

    I have the datagridview populated with an xml file. I have 5 columns, I also have 5 textboxes. I need to be able to be...
  16. Replies
    3
    Views
    1,112

    Re: Datagrid Saving Issues

    Here is how I am opening.




    Dim open_file As New OpenFileDialog
    'give its filter
    open_file.Filter = "Files (*.xml) | *.xml"

    Try
  17. Replies
    3
    Views
    1,112

    Datagridview Saving Issues

    Using: Visual Studio
    Language: Visual Basic

    I already loaded a xml file to my datagrid already, what i am trying to do is have the option to save the datagrid data back as an xml file. I have...
Results 1 to 17 of 17



Click Here to Expand Forum to Full Width