討論串[.NET] ListBox上 刪除所選取的名單
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者myrabbit (兔)時間19年前 (2006/05/12 09:51), 編輯資訊
0
0
0
內容預覽:
Me.ListBox1.Items.Remove(Me.ListBox1.SelectedItem). 'or. Me.ListBox1.Items.RemoveAt(Me.ListBox1.SelectedIndex). ListBox1.SelectedItem → 抓到選取的Item. Lis
(還有39個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者datagram (...)時間19年前 (2006/05/12 09:22), 編輯資訊
0
0
0
內容預覽:
我有一個 ListBox 上面可以新增許多名單. 又另設了一個Button 可以刪除在ListBox上 所選取的某名單. 這個 Button裡面要怎麼寫指令 試了好久還是不成功 = =. 應該是 ListBox.*** = *** 的嗎?. 之前講的VB文章好像不適用. 感謝.... --.
首頁
上一頁
1
下一頁
尾頁