Hi Experts,Interesting finding, when comparing two dictionary of byte(),KeyNotFoundException throwed...
By alanwo_gmail_com
I'm thinking of purchasing a telnet emulation product written in vb.net, but I want to be able to ru...
By huffmaster
Could someone tell me how to rcord sound from a microphone and then playing it back using DirectX.Th...
By dawgfather
Hi there!I've got a question for you: I need to make an add-in function for anapplication, and t...
By fr_nk
how would i make it so that when i press enter in a txt box it dose lets say LoadStats()this is what...
By kidz14, 13 Comments
I am trying to make a timer with nice gradient that you set the number of seconds, then start it co...
By kal_torak, 4 Comments
Is it possible to return a form as the output from calling a webservice. In other words, could I cre...
By overstock_com_gmail_com, 1 Comments
Is it possible to return a form as the output from calling a webservice. In other words, could I cre...
By overstock_com_gmail_com, 1 Comments
Hi. :wave: This code work great for my Form...Private Sub Form1_KeyDown(ByVal sender As Object, ByV...
By mqmin, 5 Comments
Is this what you mean?
me.parentform.statusbarpanel1......
athley | Tues, 04 Dec 2007 15:48:00 GMT |
Still wont let me access the StatusBarPanel1 from the child form..
Anjari
anjari | Tues, 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 | Tues, 04 Dec 2007 15:50:00 GMT |
Thanks!
anjari | Tues, 04 Dec 2007 15:51:00 GMT |