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 Lascar

  1. Lascar

    Delete file

    Thanks! I was looking for 'Delete' in the help file. I never would have thought it was 'Kill'.
  2. Lascar

    Delete file

    How can I delete a file though VB? I'm compacting a file & I want the original to be deleted after.
  3. Lascar

    .ZIP

    How can I change the path for the zip file? It gives te path of the file I'm zipping & help doesn't know what attribute does what
  4. Lascar

    Remove form from startup

    How can I check if an Access database as a form launching at startup & if does, remove it from the 'Display Form/Page' (select none instead)?
  5. Lascar

    Popup Menu

    How can I access a file's popup menu so I can added it to WinAce after
  6. Lascar

    Add files to WinAce

    I would also like to know how to remove a startup form from an Access database
  7. Lascar

    How do I access the References collection in VB

    You're right! sorry about that
  8. Lascar

    Add files to WinAce

    How can I open & added files to a new WinAce Archiver?
  9. Lascar

    Add files to WinAce

    I was able to open WinAce through VB, but now how can I create a new Archiver & add files to it?
  10. Lascar

    How do I access the References collection in VB

    Use application.references.count to know how many are active & application.references.index(from 1 to application.references.count).name to know their name
  11. Lascar

    .ZIP

    And then what?
  12. Lascar

    .ZIP

    How can I zip a file through VB6? I looked in the help, & they mention the compile method. I want my database to be zipped.
  13. Lascar

    Open Access without executing

    My variable is an application object. Can it work with that?
  14. Lascar

    Copy a file from 1 cpu to another cpu

    Thanks! I didn't think the sharename was necessary, I thought it was gonna look in all the shared folders, like I would have put 'C:'
  15. Lascar

    Copy a file from 1 cpu to another cpu

    How can I get a file's path on one cpu & then copy it to another cpu?

Part and Inventory Search

Back
Top