Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将项目添加到数据绑定组合框。 我试过了,但它不起作用: ComboBox1.Items.Insert(0, New Object() {"undefined"}) 有没有可能
ComboBox1.Items.Insert(0, New Object() {"undefined"})
comboBox1.Items.Insert(0, "-Select-");