我有一点问题 - 我希望在“超级组合”的帮助下展示一个“sub Combobox”。我不知道这是可能的,因为我是VB的初学者。
我的英语不太好,所以请看下面的代码来了解我:)
If combobox1.SelectedItem = "PAKISTAN" Then
combobox2.Visible = True
End If
If combobox1.SelectedItem = "INDIA" Then
combobox3.visible = True
combobox2.visible = False
End If
显然这段代码是错误的,但它是我想要做的一个例子。
提前感谢所有人。