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!

Search results for query: *

  • Users: tarja311
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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