Hi,
I'm in the process of porting a MDI app I wrote in VB6 some time ago to VB.NET 2010 and I was just wondering how to display the Text property of a child form in a StatusStrip panel? For example, let's say I have two .txt files open in my app and each form has the name of the file set as it's Text property in the title bar. How do I set it so that the Text property of the currently active child form shows up on the status bar?
Thanks!
Jason