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 TouchToneTommy 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 Brabrabra

  1. Brabrabra

    Finding files in subdirectories

    Great! It works. As far as I know it only needed FileListBox1.Directory:=dirname; after DirectoryListBox1.Directory:=dirname; Thank you very much rfedyk! :)
  2. Brabrabra

    Finding files in subdirectories

    When I use the FindFirst() function and I put faDirectory in the attr field, it not only finds directories, but also normal files. How can the program know what's a file and what's a directory?
  3. Brabrabra

    Finding files in subdirectories

    > EricDraven (Programmer) Mar 13, 2002 > Hopefully this code will help you, its something I worte > which searches for all files in a given directory. Hope > this is what you need! Thanks! I can use this. But it doesn't search in the subdirectories yet, so I still have to find something for...
  4. Brabrabra

    Finding files in subdirectories

    Can anyone give me a tip on how I can let a Delphi program find the subdirectories of a certain dir and find files in them? Thanks
  5. Brabrabra

    Toutline component

    Thank you. It's working now :)
  6. Brabrabra

    Toutline component

    I REALLY don't get this Toutline component. I want to use it to show the index of a book, like: Book -> Chapter -> Paragraph -> Page and I have it like that. But now I want to be able to click on a page and then I want that page (a HTML file) to be shown in a TWebBrowser. But how can I do that...

Part and Inventory Search

Back
Top