Search results for query: *

  • Users: C0d3M0nk3y
  • Content: Threads
  • Order by date
  1. C

    Problem Checking Write Permissions on file using impersonation context

    I have created a click once application that is designed to look for a specific xml config file and modify several values in the file if it is foud and if the user has access to write to the file. The xml modification code works the problem I am having is testing and generating an error if the...
  2. C

    Getting Search results and adding each result to treeview control

    I'm having a problem with part of my application I'm trying to get the directory entry for a computer object in AD (it could be mutiple computer objects based on whether or not the users passes a wild card for the object name). These names would be added add a child node of the parent node...
  3. C

    Error Handling question

    I saw several posts regarding error handling but was not sure where to post my specific question so went ahead and started a new thread. I am moving along well with my application thanks to help from others previously on this forum however I am up again a wall again and need a little...
  4. C

    Problem getting file names recursively.

    Hello, I'm new to the forum and new to VB.Net. I am trying to create a small application that will pull values from a config file (which is working) and then based on those values will search through directories recursively for files with specified extensions. In the end I would like these files...
Back
Top