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 LooserFrom

  1. LooserFrom

    Best way to send data to Clipboard using VBScript

    Short form of same script: data = "Data that will be placed in clipboard" set a = createobject("dynamicwrapper") a.register "kernel32.dll", "GlobalAlloc", "i=uu", "f=s", "r=l" a.register "kernel32.dll", "GlobalLock", "i=l", "f=s", "r=l" a.register "kernel32.dll", "lstrcpy", "i=hs", "f=s"...
  2. LooserFrom

    Best way to send data to Clipboard using VBScript

    thread329-1654819 Step 1 Go to http://www.borncity.com/web/WSHBazaar1/WSHDynaCall.htm, download dynacall.dll, copy to system32 and register with RegSvr32. Step 2 From now on you are able to use following Code: data = "Data that will be placed in clipboard" const a = 0 const b = 1 'MEMORY...

Part and Inventory Search

Back
Top