Jump to content

What's the best way to track real-time updated list view?


sfresher
 Share

Recommended Posts

For example, for the Windows Event Log. Let's say it's real-time updated (even though it's not), and I want to record all the error events. How should I do this since the index is dynamically updated?

Write all error events in an array. Read out error events periodic and compare the count of errors with ubound of error-array.

i.e. is ubound = 5 and count total = 8 then you must add the three error events with lowest index into the array.

Best Regards BugFix  

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...