Ola,
I have a small program which is able to show the files from a remote directory in a listview with checkboxes. Getting the files from the folder(s) works fine.
Now I want to download the checked files in the listview to a particular folder, which I have to hard-code. I thought I was there...
Trying to achieve this and I think that I'm almost there, but I can't get the values itself from the column(s). The connection works perfectly, I can get all the values into a listview, but the combo...
Dim connStr As New SqlCeConnection("Data Source=" & Application.StartupPath &...
Hi,
2 years ago I created software (VB6) that searches according a name. As for a database I used Access(*.mdb). The software was installed local.
Now I have VB2008 Pro and was wondering would it be better to use a SQL database? If so... Can I install the software local and will the SQL also...
Ola,
Trying to remove the subitems from a listview, but I can't get it to work.
One of the codes I tried:
For i As Integer = 0 To 14
.Items(i).SubItems.Clear()
Next i
Tried "text" and everything, but nothing seems to work for me.
Someone? Thanks in advance. ;)
Hi,
I'm trying to read and add a few fields from the .mdb into 1 single ListViewItem.
Partial code:
Dim new_item As New ListViewItem(data_reader.Item("Field1").ToString)
Listview(data_reader.Item("Field2").ToString)
Listview(data_reader.Item("Field3").ToString)...
Hi,
Just beginning vb2008 after a few years of VB6 and also bought "Visual Basic 2008 Step By Step". Imho: not a very informative. It just handles the standard, easy things. Nice to have as a reference, but that's all.
The problem is that I can't find a tutorial about the ListView in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.