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 wOOdy-Soft 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 auxcom

  1. auxcom

    Outlook Redemption help

    Sorry its MessageItem not MailItem. AUXilliary COMmunication 1
  2. auxcom

    Outlook Redemption help

    Good day, I downloaded the version 3.3 of redemption. And followed the code above. The Subject is not a property of the SafeMailItem object but is on the MailItem object. Any help will be appreciated. AUXilliary COMmunication 1
  3. auxcom

    About the Microsoft Bank Sample

    I think you can run the program with your environment. If Windows XP ships w/ MDAC 2.7, I think Windows Server 2003 have installed greater version of MDAC. Where you get that bank sample? Im also interested in it, can you post the link? :) AUXilliary COMmunication 1
  4. auxcom

    Examples, Tutorials, and general help

    this site have some about COM+: http://www.u2u.net/articles.aspx http://www.u2u.net/ArticlePage.aspx?ART=msdnae and i recommend reading this book: Visual Basic and COM+ Programming By Example by: Peishu Li AUXilliary COMmunication 1
  5. auxcom

    Open & Close forms in VB.NET

    This is also a problem w/ me. I like to have only one instance of the form. Using Dim myForm as Form1 myForm = New Form1 myForm.Show will create many instance of the form. How can I just do that? AUXilliary COMmunication 1

Part and Inventory Search

Back
Top