Originally posted by melias54
Its simple...make me one that when you try to click the [textbox] it moves somewhere else and it keeps going...basically every time you try to point at the textbox it will move... i did it already but i want to give you a challenge :y:
Not even a challenge, it's all event handling...
You can easily set it up for the x+5 y+5 x+a+5 x+b+5 that way if the mouse is within 5 pixels, it moves it someone else and if you want something that is away from the mouse then you take the mouse coordinates in the form and add 10px above or 10 bellow or however you wish to do it.