"Alex" <chipheo2k@mail.ru> schrieb:
> Does anyone have source code about interacting between MDI window and
> Parent
> Window. I am building a simple Chat-application, That has a public room
> and
> all users can chat privately, so I must have some MDI window that services
> private chat.
Inside your MDI child's code:
\\\
DirectCast(Me.MdiParent, MainForm).StatusBar1.Text = "Private Chat"
///

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/