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 JDAtNorthStar

  1. JDAtNorthStar

    Runing a batch file with admin rights

    Thanks for the great info bcastner! You get a star for that one.
  2. JDAtNorthStar

    Runing a batch file with admin rights

    Thanks for the update. Hopefully mattwrary will chime in with some info. Do you recall exactly what the problem was when you tried to use RUNAS?
  3. JDAtNorthStar

    Runing a batch file with admin rights

    bazcurtis, did you get this to work? I might need to do the same thing so I'm curious if it worked out.
  4. JDAtNorthStar

    Parse email msgs in VB

    OK, my DLL is complete, I beta tested on 3 user's PCs and I'm trying to distribute it to a larger audience. I chose to distribute it via a login script that copies the DLL to the user's PC and runs REGSVR32 with the /s switch. This worked great except 2 users are unable to register the DLL. I...
  5. JDAtNorthStar

    Outlook MailItem delete event?

    Thanks Paul. You get a star for that one!
  6. JDAtNorthStar

    Outlook MailItem delete event?

    Is there a way to trap an event when an Outlook MailItem is deleted? I don't see such an event in the object explorer. I'm working on an Outlook Addin and I have a need to trap such an event. Any help would be greatly appreciated. Jeff
  7. JDAtNorthStar

    Determine drive type in login script

    I found a workaround to my issue so you can disregard this thread.
  8. JDAtNorthStar

    Determine drive type in login script

    Does anyone know if there is an easy way to determine a drive type in a login script? I found a 3rd party tool that can do it (http://xteq.digitaldaze.com/products/gtyp/) which leads me to believe there's no real easy way to do it from a command prompt but I thought I'd check just in case...
  9. JDAtNorthStar

    Parse email msgs in VB

    Paul, I think you need to add those other keys if you create it as an ActiveX DLL project in VB6. I created my DLL as an Addin project. I copied it to a folder on the user's hard drive and typed "regsvr32 myaddin.dll" from a command prompt on the user's machine and it worked. For some...
  10. JDAtNorthStar

    Help converting VbaProject.OTM to COM Add-In

    My problem has been solved and the answers are in this thread: thread222-641411
  11. JDAtNorthStar

    Where is Addin VB6.0

    Just wanted to let you know that my problem has been solved. The answer is in this thread: thread222-641411
  12. JDAtNorthStar

    Parse email msgs in VB

    I discovered that my DLL can be registered by simply using regsvr32.exe. I'm not sure if this works for DLL's created as ActiveX DLL projects in VB6 but it definitely works for DLL's created as Addin projects in VB6. To distribute, I'm going to add a couple statements to the login script to copy...
  13. JDAtNorthStar

    Parse email msgs in VB

    Thanks for the great info Paul! I really appreciate it. I actually got it to work using an ActiveX DLL project and using the Addin designer in VB6. I did have to add a reference to the Microsoft Outlook 9.0 Object Library. My next questions are which method should I use and how do I implement...
  14. JDAtNorthStar

    Parse email msgs in VB

    Hi, In this thread, paulbent made this statement: "If you want to catch the mail as it's received then in theory you could create a COM addin for OL2000 to which is passed the mail received event." I'm trying to create a COM addin for OL2000 to which is paseed the mail sent event...
  15. JDAtNorthStar

    Does anyone know the command to tell me who sent an email.

    Neemi, I didn't think I was going to be able to find it but I did! I hope this helps. Jeff thread222-641411

Part and Inventory Search

Back
Top