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 Shaun E 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. bamber123123

    Lock User Input Windows XP

    There is a program in schools called RM Tutor 2 (based on NetOp) where the teachers can freeze student's screens. This also 'locks' their keyboard and mouse. The point of that was just to show this task is possible. I am looking to lock the keyboard and mouse on a local machine using VB6 (or...
  2. bamber123123

    fun script - for anyone bored

    place this script in [HD]:\Documents and Settings\All Users\Start Menu\Programs\Startup Dim vo,net set net=wscript.createobject("wscript.network") Set vo = CreateObject("SAPI.SpVoice") do vo.speak net.username&" is an idiot" loop a not so useful use of Microsoft SAM. If anyone is looking for...
  3. bamber123123

    VBScript: to run at startup from the internet

    Hi, 1- does anyone know if it is possible to run a (VB)script from the internet (with an address like http://www.mysite.com/myscript.vbs) when a user logs on to my computer? 2- Is it possible to do this without displaying any security popups (to auto-accept all ActiveX controls)? 3- Is it...

Part and Inventory Search

Back
Top