|
-
Aug 12th, 2012, 08:42 PM
#10
Thread Starter
Hyperactive Member
Re: Forms Colliding
i read your blog and did some research.. i cant really see what i have missed
in your example you did this :
Form2.TextBox1.Text = Me.TextBox1.Text
in my class 2 i have :
Form1.BackgroundWorker1.ReportProgress(i * 10, "") or Form1.pBar.Value = i * 10
what else i need to do beside qualifying with the class name, the only workaround i can think of is to set a timer to call report progress event with a public shared integer variable which is updated in class1.Run sub !!
Last edited by wiss.dev; Aug 12th, 2012 at 08:45 PM.
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
|