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 Wanet Telecoms Ltd 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 KevM

  1. KevM

    ADO ActiveX DLL

    Hi, I need to write an ActiveX Dll that connects via ADO to a SQL / Access Database and returns the records. I need this to hide the connection and sql commands from my users, can anyone help or provide bits of code ? Thanks Kev
  2. KevM

    Web DLL application redirecting to .asp page

    Hi, If you have an object that contains the scriptingcontext in your dll then you have all the properties / methods of the asp.dll so you can do a response.redirect. Kev
  3. KevM

    Error accessing Database through ADO in ActiveX dll

    Hi, Have you solved the problem yet ? I need an ActiveX DLL that has common ADO functions in it, any chance I can have a copy of your code ? Kev
  4. KevM

    Running program on Windows startup

    You could get your app to change the run key in the registry depending on the option they chose. I can't remember the keyname, do a search on Microsoft KB for runonce, there is a Q article that explains all the keys and when they run. Kev

Part and Inventory Search

Back
Top