Home » Category » DotNet Visual Basic

DotNet Visual Basic: Yet another question :) **Resolved**

104| Sun, 02 Dec 2007 06:47:00 GMT| anjari| Comments (4)
Sorry guys I'm too broke to buy a book ;)
Ok,
On my child form how do i update information on another form:
For example:
I have a status bar on a main form. When someone enters a textbox I want to update statusbarpanel1...?
any help?
Anjari

Keywords & Tags: resolved, dotnet, visual basic, vb, .net

URL: http://dotnet.itags.org/dotnet-visual-basic/173/
 
«« Prev - Next »» 4 helpful answers below.
Is this what you mean?

me.parentform.statusbarpanel1......

athley | Tue, 04 Dec 2007 15:48:00 GMT |

Still wont let me access the StatusBarPanel1 from the child form..

Anjari

anjari | Tue, 04 Dec 2007 15:49:00 GMT |

You gotta let .NET know that it is the Mainform you want to get to. Something like this...

Dim frm As Main
frm = Me.ParentForm
frm.sbMain.Text = "Test"

athley | Tue, 04 Dec 2007 15:50:00 GMT |

Thanks!

anjari | Tue, 04 Dec 2007 15:51:00 GMT |

DotNet Visual Basic Hot Answers

DotNet Visual Basic New questions

DotNet Visual Basic Related Categories