我在VB.NET中创建文档编写程序,我可以创建多个选项卡。如何在我打开的文本框中打开文件,即使我无法声明我正在使用的文本框? Link to understand this better
子代码:
Public Sub setText(Byval value As String)
If tabPage1.Visible = True Then
mainText.Text = value
ElseIf tabPage2.Visible = True Then
textBox1.Text = value
End If
End Sub
提前致谢!
答案 0 :(得分:2)
您需要使用与getText相同类型的想法
{{1}}