Search results for query: *

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

    Threads take 5-20 seconds to clean up before finishing

    My application creates threads from the ThreadPool: ThreadPool.QueueUserWorkItem(AddressOf PullRequest) Each thread performs it's task (check a website), reports it's progress, then is supposed to quit. I've outputted to the screen when it's done with the method PullRequest but the thread...
  2. J

    Retrieving the fileName from app.config

    I've implemented the Microsoft.Practices.EnterpriseLibrary.Logging class to log errors from my app, and now I'd like to have it email the log file. How do I grab the fileName attribute from the listener in app.config? Thanks!
  3. J

    Saving as flat unicode text file

    I'm trying to save a file for Zoom Search (www.wrensoft.com/zoom/) but I cannot figure out what to replace Enviornment.newline with so that it is compatible. I tried chr(10) and chr(13) both of which rendered the correct character (and result) in Notepad, but didn't load in the program. What is...
Back
Top