Hi,
I am trying to find the fastest way to continually pull back (refresh)
html data through using a webrequest.
I'm using this to pull back stock quotes from a website and doing this
about twice a second. At the moment I am just using a timer and using
this to create a webrequest every half a second or so.
It seems like there should be a way to just code in a refresh without
having to re-create it everytime but I can't seem to find it.
Also, running these refreshes ties up the program so I would really
like to be able to perform other functions at the same time. Would
threading be the correct way to achieve this?
Thanks very much,
Mike
I am trying to find the fastest way to continually pull back (refresh)
html data through using a webrequest.
I'm using this to pull back stock quotes from a website and doing this
about twice a second. At the moment I am just using a timer and using
this to create a webrequest every half a second or so.
It seems like there should be a way to just code in a refresh without
having to re-create it everytime but I can't seem to find it.
Also, running these refreshes ties up the program so I would really
like to be able to perform other functions at the same time. Would
threading be the correct way to achieve this?
Thanks very much,
Mike