rmatthew Posted January 10, 2003 Posted January 10, 2003 I have a thread that I want to call back to a function in my main class? Is there a way to make these functions visible/usable to the thread? Quote
*Gurus* divil Posted January 11, 2003 *Gurus* Posted January 11, 2003 The thread just needs a point of reference to the instance of your main class that it needs. You could do this any number of ways, including a shared field of the main class which returns the instance (if you're only having one). Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
rmatthew Posted January 11, 2003 Author Posted January 11, 2003 Had to share a few things - but works well. Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.