spp
Thu May 19 06:24:41 CDT 2005
Thank's
How can I do the same thing with C# ?
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> a scris în mesajul de
stiri:%23w%2387W8WFHA.3176@TK2MSFTNGP12.phx.gbl...
> "spp" <spp_users@hotmail.com> schrieb:
>> How can I update the text form the main form StatusBar from child windows
>> ?
>
>
> Assuming that your child windows are MDI children:
>
> \\\
> DirectCast(Me.MdiParent, MainForm).StatusBar1.Text = "Hello World!"
> ///
>
> 'MainForm' must be replaced with the type of the MDI container.
>
> --
> M S Herfried K. Wagner
> M V P <URL:
http://dotnet.mvps.org/>
> V B <URL:
http://classicvb.org/petition/>