Hello,
right, i think i need to use invoking and delegating and stuff, but i really cant get my head around it, i have searched and seen other posts and tutorials, but cant figure out how to do it in my project.

ok, i have class, which has a thread, and in this class in part of the code i want to get the webbrowser on form1 to refresh.

so would I put all the code in the class inside
Private Delegate Sub dont know what goes here

and something like:
form1.invoke (webbrowser1.refresh()) ??


hmm im confused

can anyone help?

thanks very much