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 biv343 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. DavidLogue

    Can I Raise Event when a collection is Terminated?

    Hi, I have defined two events in a collection as follows... Public Event NewObject(mcount As Integer) Public Event KillObject(mcount As Integer) Private mCol As Collection These are raised in the class (collection) at 1) Public Function Add(... ... If Len(sKey) = 0 Then...
  2. DavidLogue

    CDO problem

    Hi Mike, I've used your code from FAQ184-1769 to send an automated email from outlook. But when I pass the the logon details for the profile using... objSession.Logon(<profilename>, <password>) i am prompted with the logon dialog. the logon name defaults to the value passed but the password...
  3. DavidLogue

    Database UserID and Password visible

    Simple but brilliant...thanks...
  4. DavidLogue

    Database UserID and Password visible

    Hi, I use dsn-less connections in my VB code to connect to SQL Server. Using With AdoCon .ConnectionString = ConStr .Open End With But if I look at the compiled code through notepad then the connection string including the username and password are visible. Any ideas on how to hide this??

Part and Inventory Search

Back
Top