473,699 Members | 2,666 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Using the backgroundworke r to populate a treeview

I have my code done to populate a treeview, but when I move it to the
backgroundworke r I get an error "Action being performed on this control is
being called from the wrong thread. Marshal to the correct thread using
Control.Invoke or Control.BeginIn voke to perform this action (code to
follow). What am I doing wrong. I moved the LoadWIP function to the
backgroundworke r DoWork method instead of calling the sub, but got the same
problem. I am trying to get the background worker to load the treeview then
I will have another background worker maintain the treeview by removing and
adding nodes to the tree every minute. Any help would be appreciated.

John
Private Sub BackgroundWorke r1_DoWork(ByVal sender As System.Object, ByVal e
As System.Componen tModel.DoWorkEv entArgs) Handles BackgroundWorke r1.DoWork

LoadWIP()

'load the steps

' LoadWIPParts(ds .Tables(0))

End Sub

Private Sub LoadWIP()

Dim ds As New DataSet

Dim WIP As New localhost.WIP

ds = WIP.GetTraveler ByStation(8)

Dim masterRow As DataRow

masterRow = ds.Tables(0).Ro ws(0)

'Add the first row cell

Dim masterNode As New TreeNode(master Row("Station_Na me").ToString() )

TreeView1.Nodes .Add(masterNode )-------------> This line is giving the
failure

masterNode.Imag eIndex = 6

masterNode.Sele ctedImageIndex = 6

'Go through the next rows and add the steps

For Each childRow As DataRow In ds.Tables(0).Ro ws

Dim childNode As New TreeNode("Step: " & childRow("Step" ).ToString())

masterNode.Node s.Add(childNode )

childNode.Image Index = 6

childNode.Selec tedImageIndex = 6

Next

'load the steps

LoadWIPParts(ds .Tables(0))
Mar 6 '06 #1
1 2641
"john wright" <ri**********@h otmail.com> schrieb
I have my code done to populate a treeview, but when I move it to
the backgroundworke r I get an error "Action being performed on this
control is being called from the wrong thread. Marshal to the
correct thread using Control.Invoke or Control.BeginIn voke to
perform this action (code to follow). What am I doing wrong.


The message says what you're doing wrong and how to do it right.
See also:
http://msdn.microsoft.com/library/en...msControls.asp

http://msdn.microsoft.com/library/en...ms06112002.asp

http://msdn.microsoft.com/library/en...rmscontrol.asp

http://msdn.microsoft.com/library/de...et09272002.asp
Armin

Mar 6 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2447
by: HarryD | last post by:
Hello, Maybe someone can help? According to ms kb-article 183329 i am trying to populate a treeview object on a asp-page, with realtime data from a accessdatabase. The database routine works fine and correctly returns the required records, the treeview object is not populated. The syntax of the treeview1.nodes.add statement is correct (have them written to the browser to check) but still no entries in the object.
4
8613
by: Mike | last post by:
how can i populate a treeview from a database? websites with examples would help.
9
2095
by: Marina | last post by:
Hello! I have a database with some customers. Each one of them has 3 other customers under him etc. (something like an MLM system). Now, I want to create a treeview with this. Eg. C1 C11 C111 C1111 C1112 C1113
2
3862
by: Dave Wurtz | last post by:
All, I have a treeview on my form that has a lot of nodes on it. I would like to populate this treeview on another thread so my form will still paint while it is being populated. I have looked at the Backgroundworker object (and dragged one onto my form) and several other newsgroup threads. What I don't understand is that I can't access the treeview control in the sub that is handling the DoWork event (I get the error that I can't...
6
9968
by: Beginner | last post by:
Hi, I'm trying to populate a TreeView from an existing and filled in ListView (lvwBuild). lvwBuild is a basic two column listview which can have any number of rows. I would like the first column of lvwBuild to be a node and the second column to be a branch on the TreeView (hopefully I have the syntax correct). I've been researching how to do this but have come up empty. I'm guessing that you would fill an array from lvwBuild and...
11
2835
by: Jamie Bissett | last post by:
I have an application that creates a pretty intensive TreeView at startup time. I had the program running on a single thread sucessfully, but the startup time was a bit excessive. When the application starts up it is a requirement for the user to log on, so in my magical wisdom, I thought shove all this processing on another thread, so it loads while the user logs on. I have all the code running on the thread OK, but I cannot figure out how...
0
6744
by: celoftis | last post by:
Using VS2005, VB code behind, BACKGROUND I'm trying to set up a page with a TreeView of links on the left hand side of my page - when clicked I want the links to open in the remaining portion of the page. The best and easiest way I've found todo this is with using frames (any suggestions on other ways todo this I'd love to hear about it). PROBLEM
13
2414
by: Johnny Jörgensen | last post by:
Hi I have a procudure that takes some time and thus slows down the main system. I want to put it in a backgroundworker component to run it asynchroneously. But in the procedure, I want to update a TreeView control I have on my main form. When I try to do that, I get the error "Cross-thread operation not valid: Control 'TreeView1' accessed from a thread other than the thread it was created on" I seem to have read something about that...
0
2070
by: xmail123 | last post by:
How to populate a treeview from a dataset I am very new to C#. I need to create a Windows form that will read a SQL table and populate a treeview. I can connect to the DB, create the dataadapter, populate a data set. The problem is how to use the dataset to populate a treeview. I have looked at a few examples here but none use a dataset, or the data structure was different and I could not modify to work with my data or the examples...
0
8691
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8620
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9038
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8920
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5877
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4378
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4633
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3060
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2351
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.