Put here all what you know about list box..
It will help me to do my new application..
cause all in this application is about LISTBOX
so..
I wait for your tip & trick !!!
Printable View
Put here all what you know about list box..
It will help me to do my new application..
cause all in this application is about LISTBOX
so..
I wait for your tip & trick !!!
http://www.mvps.org/vbnet/code/listapi/listcopy.htm
http://www.mvps.org/vbnet/code/lista...rlistitems.htm
http://www.mvps.org/vbnet/code/lista...mouseclick.htm
http://www.mvps.org/vbnet/code/lista...eclick-two.htm
http://www.mvps.org/vbnet/code/lista...lick-three.htm
http://www.mvps.org/vbnet/code/lista...ntalextent.htm
http://www.mvps.org/vbnet/code/lista...lextentadv.htm
http://www.mvps.org/vbnet/code/lista...glistitems.htm
http://www.mvps.org/vbnet/code/lista...ivelistbox.htm
http://www.mvps.org/vbnet/code/listapi/listboxtabs.htm
http://www.mvps.org/vbnet/code/listapi/multiselect.htm
So... that's enough for now, have fun with it...
<Man I could get money for sponsoring VBNet here!>
hum..
I want some information about
COLUMN or MULTI-CHECKBOX DELETING
Do you mean deleting items in multi-select listboxes??
it has to go backwards, because... well Its kinda hard to explain, but it just doesnt work right if it doesnt go backwards.Code:Private Sub Command1_Click()
On Error Resume Next
Dim i As Integer
With List1
For i = .ListCount - 1 To 0 Step -1
If .Selected(i) Then
.RemoveItem (i)
End If
Next
End With
End Sub
[Edited by denniswrenn on 09-09-2000 at 08:27 PM]
Oh ok no thanx for me? here are more...
http://www.domaindlx.com/e_morcillo/.../ctls.asp#drag
http://www.domaindlx.com/e_morcillo/.../ctls.asp#mllb
http://www.vbcode.com/asp/showsn.asp?theID=281
http://www.vbcode.com/asp/showzip.as....zip&theID=502
http://www.vbcode.com/asp/showsn.asp?theID=281
http://www.vbcode.com/asp/showsn.asp?theID=1131
http://www.vbcode.com/asp/showsn.asp?theID=1285
http://www.vbcode.com/asp/showsn.asp?theID=1693
http://www.planet-source-code.com/xq...s/ShowCode.htm
http://www.planet-source-code.com/xq...s/ShowCode.htm
http://www.planet-source-code.com/xq...s/ShowCode.htm
http://www.planet-source-code.com/xq...s/ShowCode.htm
http://www.planet-source-code.com/xq...s/ShowCode.htm
http://www.planet-source-code.com/xq...s/ShowCode.htm
http://www.planet-source-code.com/xq...s/ShowCode.htm
I got more but I'm tired...