VB.NET Mouse Macro


This is a simple application that demonstrates how you can allow your application users a basic scripting language. This is a programmable mouse macro where you add commands such as “setx 120″ to the listbox and each line is executed one by one. This can be used for easy mouse movements and clicks. It demonstrates [...]

VB.NET – Handling shape movements and collision


Edit: Now a video is up of the attached demo: In the previous post(Found here) I talked about creating shape objects at random positions and drawing them on the form. This tutorial will go over making them all move, and handling collisions. I made a Visual Basics project as a way to test “gravity.” You [...]