¿Hay algo que te impida acceder al textbox de forma directa mediante la siguiente forma?
TextBox1.Text = FormularioPrincipal.TextBoxObjetivo.Text
TextBox1.Text = FormularioPrincipal.TextBoxObjetivo.Text
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú
Private Sub TextBox7_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox48.TextChanged
If Val(TextBox7.Text) > 99 Then
TextBox7.Text = 99
End If
End Sub
If A = True And B = True Then
End If