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 strongm 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. DanteA

    Instert and Update Data into a mdb (database access) file.

    Hi everyone, i have this vbs code: Const adOpenStatic = 3 Const adLockOptimistic = 3 Set objConnection = CreateObject("ADODB.Connection") Set objRecordSet = CreateObject("ADODB.Recordset") objConnection.Open _ "Provider = Microsoft.Jet.OLEDB.4.0; " & _ "Data Source =...
  2. DanteA

    VBS component to handle windows (close)

    I've looking for a component similar to JSSys3.dll (but compatible with w7) that let me close a specific window, because i need via vbscript close an application, ( not kill or terminate) If someone knows some component o way to do this i really appreciate ur help .. :)
  3. DanteA

    Copy clipboard content into a text file

    Thx a lot Mark, works like charm !!
  4. DanteA

    Copy clipboard content into a text file

    thx Mark, i ll try regards
  5. DanteA

    Copy clipboard content into a text file

    Hi, someone has a vbs code to do this, copy the contect of clipboard into a text file ( the text file can be created for only this purpose) Thanks in advance

Part and Inventory Search

Back
Top