Search results for query: *

  • Users: hellven
  • Content: Threads
  • Order by date
  1. H

    Running a program

    Hello! How would I go about running a program located at a specific location on my hard-drive upon the click of a button? I found this code on the internet for runing notepad: Dim objShell objShell = CreateObject("WScript.Shell") objShell.Run("notepad") How would i do...
  2. H

    Simulating mouse and keyboard

    I need to do this for a little project of mine but I don't know how: 1. Bring another program that is already running into focus. (I didn't make this second program). 2. Find the first textbox on this other program and type some text into it. 3. Have my program simulate a user typing. Is this...
Back
Top