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 paulepadilla

  1. paulepadilla

    Need API to get default Email Client

    Is there an API function that will retrieve the default email client. Thanks Paul
  2. paulepadilla

    Need ConnectionString for "Outlook Express" using ADO

    thanks chris...i already been there before. Nevertheless, i found my answer. The keyword in google is "wab
  3. paulepadilla

    Need ConnectionString for "Outlook Express" using ADO

    I had recently figured out how to access "Outlook" folders and database using ADO and the correct connectionstring. Unfortuneately, I can't seem to find any provisions on what the connectionstring is for "Outlook Express
  4. paulepadilla

    Outlook and Outlook Express Address Book

    I need to write an application that needs to read the address book for all versions of Outlook and Outlook Express. Is there a standard library for VB6 that will allow me to do this?
  5. paulepadilla

    Animation from system tray

    Thanks...I owe you lunch!
  6. paulepadilla

    Animation from system tray

    I had created a system tray application. How do you animate a form window to slide out from the system tray area. If you look at MSN Instant message, when you get notification it has that sliding into appearance effect from the system tray. Thats the effect i like to create in VB6 Thank you...
  7. paulepadilla

    Shell App.Path & "\MyApp.exe"

    Can you also give me the type structures? Thanks, Paul
  8. paulepadilla

    Shell App.Path & "\MyApp.exe"

    > How is this causing problems with Access? It is appending nulls exponentially. The Access database goes from 1.5 meg to 2Gig in 2 hours. If I deploy the app that populates the database manually it is fine. That's why I asked for the API that launches an executable. Thanks for your help, Paul
  9. paulepadilla

    Shell App.Path & "\MyApp.exe"

    I am using the following code to execute another VB6 app within another VB6 application: Shell App.Path & "\ImportRes.exe" Is there a better or alternative way to do this. The code above is causing me problems with ACCESS. What is the API function to spawn an executable? Thanks, Paul
  10. paulepadilla

    MS Access adding nulls and growning exponentially...

    OK here's what I found. The one application that just reads the database shells out the program that writes to the database. Here's the line of code that does this from that one application: Shell App.Path & "\ImportRes.exe" I commented this line and executed it. I also ran the second...
  11. paulepadilla

    MS Access adding nulls and growning exponentially...

    John...Yes they are <NULLS>. Please reread my first post. All the information you are asking is there....thanks.
  12. paulepadilla

    MS Access adding nulls and growning exponentially...

    I don't allow NULLS in any of the fields of the table that it persistantly tries to update.
  13. paulepadilla

    MS Access adding nulls and growning exponentially...

    Yes...I very aware of the compact option in Access. I had already wrote a Sub in VB to compress it before and after one of the application terminates. That still doesn't solve the problem when the database grows from 1.5m to 2Gig in 3 hours and all its doing is appending NULLS (00h). You...
  14. paulepadilla

    MS Access adding nulls and growning exponentially...

    I have an access 2002 database that is accessed by two vb6 applications. One application runs in the background to grab information from an outside source and writes to the Access database. The second application just views the records in the Access database. Both application runs on the same...

Part and Inventory Search

Back
Top