|
-
Jul 3rd, 2009, 02:29 AM
#15
Thread Starter
Lively Member
Re: "interaction" between two from
 Originally Posted by jmcilhinney
Instead of assigning your new Form2 instance to a local variable, i.e. one declared inside a method, you need to assign it to a member variable, i.e. one declared outside all methods and therefore available to all. You can then handle the ValueChanged event of the TrackBar in Form1 and call the method that you declared in Form2 using that member variable.
i'm sorry. i am getting confused.
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
|