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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tarja311

  1. tarja311

    Counting files while omitting what has already been counted

    Thanks guys. I will give it a shot and see what happens.
  2. tarja311

    Counting files while omitting what has already been counted

    Hello all, I have a function within a thread that counts recursively the number of files there are within a given directory or directories and its subdirs. These directories are stored inside a TStringList, and I have a for-loop that iterates through the list, counting the number of files...
  3. tarja311

    auto-select nodes in ttreeview via wmdropfiles

    Thanks guys. I will look into it.
  4. tarja311

    auto-select nodes in ttreeview via wmdropfiles

    Hi guys, I am building a chat application, and in this application is a TTreeView component that displays the list of contacts. This works great. I then implemented "WMDROPFILES" so they can drag 'n drop files from their desktops onto their contacts as a quick way to send data files (doc, zip...
  5. tarja311

    Merge two list boxes

    Thanks for replying. If I use the Roots.Add(listbox1.Items[a]); code, that simply adds the items of the second list box to the first one. I am trying to keep both list boxes separate from each other. I just want the items of both list boxes displayed together without actually appending to one...
  6. tarja311

    Merge two list boxes

    Hello, I have two list boxes (TListBox). Both containing user-specific directory locations. My program reads in the directory location(s) of one of the list boxes and displays the files onto a list view (TListView). This works great. The problem i have is merging the second list box in with...
  7. tarja311

    Output only displays value if in both tables

    Hello all. I hope you can help me. I have two tables, Table1 and Table2. When i submit a name from my form ( eg : jimmy ), 'jimmy' is inserted into both tables. Now this part is fine. In the output, it displays the data from both tables ( output: jimmy - jimmy ) The problem i am having...

Part and Inventory Search

Back
Top