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!

Search results for query: *

  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?
  16. Lascar

    Use StartupForm

    Actually, whatever form is suppose to load on startup, I want to stop it. I think StartupForm must equal "", but how do I use it
  17. Lascar

    Use StartupForm

    Can someone give me an example on how to use 'StartupForm'? I don't understand VB's help definition
  18. Lascar

    Open Access without executing

    It's hard to explain, but this is what I want to do: Let's say you're in folder C:\temp & in that folder you have the file db1.mdb. When you select db1.mdb & press ENTER, Access opens & the form frm1 is launch on startup. But if you select db1.mdb & press SHIFT+ENTER, Access opens but doesn't...
  19. Lascar

    Open Access without executing

    It's not the window I want minimised. In an Access file, you can have a form load on startup (Tools-Startup). If you press SHIFT+ENTER on an selected Access file, the form doesn't load. I want to do the same thing but through VB, open a Access file without anything loading on startup
  20. Lascar

    Open Access without executing

    I want to open it that way but through VB6. Can anyone help?

Part and Inventory Search

Back
Top