I'am tring to change a textbox from another class
but the text box isn't changing why is that?
here is a piece of the code:
in the class:
Public Class Chat
Private Sub SendB_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SendB.Click
Dim x As New tee...