Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RadjeshNL
  • Content: Threads
  • Order by date
  1. RadjeshNL

    Download mutiple (remote) files from treeview

    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...
  2. RadjeshNL

    Import Excel Files into SDF-database

    Anyone knows how that can be done? Thanks in advance.
  3. RadjeshNL

    Load Distinct .sdf-database column into a ComboBox

    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 &...
  4. RadjeshNL

    Recomendation for search-software

    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...
  5. RadjeshNL

    (2008) Clear subitems ListView

    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. ;)
  6. RadjeshNL

    (2008)Adding multiple fields with datareader in ListviewItems

    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)...
  7. RadjeshNL

    (VB2008) Tutorial Listview + Access Database

    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...

Part and Inventory Search

Back
Top