J
Jared
Hello,
I am trying to add nodes to a treeview from a separate thread, but, I
haven't had any luck. I have searched and read and ran the examples but I
haven't had much luck. What I want to do is traverse my AD structure adding
all of my OU's to a treeview control; the only problem is my structure is
quite large, and I don't want the perceived "lock" the user sees while it is
loading. Does anyone have a small example that adds nodes to a treeview
across threads? Thanks in advance.
This article provides some insight, but, I don't know how to use a delegate
that has arguments.
http://samples.gotdotnet.com/quickstart/howto/doc/WinForms/WinFormsThreadMar
shalling.aspx
Thanks in advance,
Jared
I am trying to add nodes to a treeview from a separate thread, but, I
haven't had any luck. I have searched and read and ran the examples but I
haven't had much luck. What I want to do is traverse my AD structure adding
all of my OU's to a treeview control; the only problem is my structure is
quite large, and I don't want the perceived "lock" the user sees while it is
loading. Does anyone have a small example that adds nodes to a treeview
across threads? Thanks in advance.
This article provides some insight, but, I don't know how to use a delegate
that has arguments.
http://samples.gotdotnet.com/quickstart/howto/doc/WinForms/WinFormsThreadMar
shalling.aspx
Thanks in advance,
Jared