Search results for query: *

  • Users: jagoh87
  • Content: Threads
  • Order by date
  1. J

    Help with directorySearcher and Treeview

    I have the following code to list all the users in my AD tree and populate a treeview from it: Sub FillActiveDirectoryTreeView(ByRef tvw As TreeView, ByVal TopLevelDirEntriesArray As DirectoryEntry) Dim DirEntry As DirectoryEntry Dim Nd As TreeNode For Each DirEntry In...
  2. J

    Event Log Filter

    I have the following to read the "System" Event Log. SetupEventsListView() Dim elEvent As New System.Diagnostics.EventLog("System") Dim elEventEntry As System.Diagnostics.EventLogEntry For Each elEventEntry In elEvent.Entries Dim li As New...
  3. J

    Tree View and XML

    Hi have the following XML <?xml version="1.0" ?> - <Offices> - <UK> <Hull /> <Middlesbrough /> <Manchester /> <Belfast /> <Linertech /> </UK> - <Europe> <Rotterdam /> <LeHavre /> <Dusseldorf /> <Uentrop /> <Schwechat /> <Porvoo /> </Europe> </Offices>...
Back
Top