Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共4 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:如何用代码不显示组合框的第2个内容

1楼
fvcfox 发表于:2024/12/31 8:37:00
如题
2楼
有点蓝 发表于:2024/12/31 8:40:00
组合框的内容是怎么添加的?
3楼
fvcfox 发表于:2024/12/31 11:22:00
组合框控件的自定义预设值
4楼
有点蓝 发表于:2024/12/31 11:47:00
Dim cbo As WinForm.ComboBox = e.Form.Controls("ComboBox1")
Dim s As String = cbo.ComboList
Dim ss() As String = s.Split("|")
If ss.Length > 1 Then
    cbo.ComboList = s.Replace("|" & ss(1) & "|", "|")
End If
共4 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02344 s, 2 queries.