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 IamaSherpa 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. RichardWolf

    VB5 COM Add-in not loading on application startup

    Several days of research and trial and error and I've answered my original question: 1) INFO: VB6 Designers Do Not Work in VB5 http://support.microsoft.com/default.aspx?scid=kb;EN-US;190253 2) HOWTO: Build an Office 2000 COM Add-In in Visual Basic...
  2. RichardWolf

    Lock A Text File

    Assuming you are using standard file I/O to open and read the file, you only need to modify your open statement slightly: On Error GoTo FileLocked Open "C:\temp\test.csv" For Input Lock Read Write As #1 On Error GoTo 0 Do While Not EOF(1) 'your processing code Loop...
  3. RichardWolf

    VB5 COM Add-in not loading on application startup

    I've searched and found nothing posted similar or relevant to my problem so I'd thought I'd see if anyone has seen this behavior before. I'm using VB5 to create a COM DLL add-in for Outlook. I have added the necessary references and designer, set it for Outlook, the version I'm using, load at...

Part and Inventory Search

Back
Top