Hi!
I'm writing a program which gets the time and date from forums which only show "x hours ago" on the main thread list.
What I do is get a list of threads, open their print version and fetch the info.
I'm currently using a single webbrowser, because there's no control array anymore. This makes the proccess very slow.
Is there a way to open all the threads' print versions simultaneously?
(BTW, I'm using DOM functions like GetElementsByTag, so I'll need to get the page's "Document" object.)

Thanks!