|
-
Nov 24th, 2005, 04:58 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Threading, Invoking, Delegating and crazyness?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|