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 SkipVought 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: *

  1. voidhawk

    This is probably really easy....

    Here is a hardcoded example, True to overwrite the file, False to NOT overwrite Dim fs As Object Set fs = CreateObject("Scripting.FileSystemObject") fs.CopyFile "c:\testfile.txt", "c:\test\", True
  2. voidhawk

    How to define a default directory for app?

    Thanks Alt...sometimes you just need to walk away from it (especially at 4AM!) I wasn't setting the FileListBox.Path to the desired directory during Form_Load(), I appreciate the response! Yeah Lacey, the wonderful world of Peter F. Hamilton, can't wait to read the new novella, Watching Trees...
  3. voidhawk

    How to define a default directory for app?

    I'm trying to have a compiled app populate a FileListBox with the contents of a particular directory upon execution. When I test/run the code within VB, the desired directory correctly populates the FileListBox, but when executing the compiled code/executable the FileListBox is populated with...
  4. voidhawk

    Anyone know of a Low-Level Format utility for an IDE drive?

    Ditto-Thanks to acecce! Found myself in the same boat as Madstu. After a couple of failed utilities, the drive was headin' to the garbage...glad I could save it.<br>

Part and Inventory Search

Back
Top