Search results for query: *

  • Users: G-Oker
  • Content: Threads
  • Order by date
  1. G

    obtaining line preceding match, and after, up till another string match

    Hello, I am trying to search an IIS log file for a specific email address (inputted by the user @ runtime). I can match the address fine, but what I need to do is grab the preceding lines from the string "0 EHLO - +" and then the all the lines from then up to the same string match. I am lost on...
  2. G

    Search IIS SMTP log file for distinct "from" address' and count

    Hi, I am trying to create a program to read through IIS logs and count the unique "FROM" address, and count how many emails that address has sent. I have done a horrible version of it, based on knowing the emails in the file already, but I am trying to polish this up now but getting reading the...
  3. G

    Backgroundworker failing to execute

    Hello, I am trying to get a messagebox to "click" the enter key if left open for a a specified amount of time. I can do this (of a fashion) by using a timer, but the issue is that if there IS user input within the time frame, the key is still"pushed" by the timer (NB: this should not be an...
Back
Top Bottom