Vb.Net 2010 列表框
所以我试图在 vb.net 2010 中编写一些代码,它将有一个列表框。
例如:
1) Apple
2) Pizza
3) Juice
我将如何向用户显示第 2 行或任何其他行 - 我尝试使用这样的标签框来显示 Label1.Text = ListBox1.Text(2) - 不起作用。
So I am trying to code something in vb.net 2010 which will have a list box.
For example:
1) Apple
2) Pizza
3) Juice
How would I display Line number 2 or any other to the user - I tried doing it with a label box like this
Label1.Text = ListBox1.Text(2) - does not work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你想获取当前所选项目的文本那么你可以这样做
if you want to get the Text of the currently selected item then you can do