Results for "Author: steve berardi"
Easily Replace a character in a string
Replaces a character in a string with another character. Pretty simple to understand. Uses a For...Next loop.
Mouse Simulator
This program simulates mouse events. It can, left click, right click, pause between events, and you can easily make it double click too. It works by using an action list (listbox), the user inputs a bunch of actions that they want to perform, then the program does all the actions in the list for a specified amount of loops. (you can also specify the cursor position for each action, i.e. click on start menu, then click run.)