sjn78 Posted May 4, 2003 Posted May 4, 2003 This is really about passing a variable from one form to another, but this is what I am doing. Have an mdi form with a statusbar. The child forms load and I want to send strings to the statusbar. I have read threads about creating classes and stuff and have tried, but without any luck. Just wondering if anyone has done this and could give me a quick overview on what is required. Thanks Steve Quote
hog Posted May 4, 2003 Posted May 4, 2003 If you can't access directly though the childs methods then create a reference to the parent form and modify it's status bar that way Quote My website
Guest mutant Posted May 4, 2003 Posted May 4, 2003 When you load your child pass in the status bar instance into the child constructor. 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.