User Profile

Collapse

Profile Sidebar

Collapse
RemusRigo
RemusRigo
Last Activity: Apr 23 '12, 12:14 AM
Joined: Feb 4 '09
Location: Timisoara, Romania
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • RemusRigo
    replied to update a few components from a thread
    in .NET
    I have created a class that in the _doWork is populated, and i send it to the _ProgressChange d procedure, where I cand do whatever I want to the component on the form:

    Code:
    Public Class myObj
          Public action As String
          Public msg As String
          Public pbAction As Integer
          Public pbMsg As Integer
       End Class
    
    ...
    
       Private Sub btnGO_Click(ByVal sender As System.Object,
    ...
    See more | Go to post

    Leave a comment:


  • RemusRigo
    started a topic update a few components from a thread
    in .NET

    update a few components from a thread

    I need a thread to populate a listview and to increase/update the values of two progress bars (in vb.net)

    For better understanding, the form looks like this:


    Can anyone help me out, I tried to use a backgroundworke r, something like this:

    Code:
       Private Sub btnGO_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGO.Click
          pbAction.Value = 0
          bgwProcess.RunWorkerAsync()
    ...
    See more | Go to post
No activity results to display
Show More
Working...