组合框 问答列表

在VB中将组合框的值更改为另一个值

作者:Cnewbster 提问时间:2/14/2023

我正在尝试更改组合框值“Black Shredded - 7.90”的值,以便在选择时仅显示“Black Shredded” Dim intIndex As Integer Dim strStr...

错误:System.NullReferenceException combo_company。SelectedIndexChanged 事件

作者:Umesh 提问时间:7/10/2022

VS 2012、VB.net、Winforms(桌面应用程序) 当我更改组合框(combo_company的项目时。SelectedIndexChanged 事件),我收到错误 System.Null...

ComboBox 事件适用于 ListBox,但不适用于 GridView

作者:Tharney 提问时间:7/3/2022

The function should be simple: I select an item, which is added to a list, then i manage that item u...

多列组合框 vb.net

作者:Livio 提问时间:6/21/2022

我是 vb.net 的新手,来自 MsAccess。 我似乎找不到一种方法来创建像 MsAccess 组合框中那样带有标题的组合框多列。在这一点上,我开始相信这是不可能的。Stackoverflow ...

在 C 语言中将参数从 ComboBox 传递给 GTKTreeView

作者:Shak Marifkhonov 提问时间:12/12/2019

在C语言中,如何将ComboBox中的值传递给GtkTreeView?我们已经尝试了这段代码,但我们不知道在哪里写 ComboBox 的 id。ComboBox 中应该使用哪些信号? void o...


共25条 当前第3页