[concept]
i'm trying to create a form that follows - at a fixed position (x = 100px, y = 100px) - the cursor until a key (e.g. windows key + c) gets pressed. as soon as the key (combination) is pressed the program stops 'following' the cursor, the program becomes the 'active window' (in focus). (you are able to push a button inside the form). after clicking the button or pushing the 'windows key + c' again the form starts following the cursor again. the program is alway on top.
[\concept]
[questions]
i'm fairly new with vb2008, therefore the problem is putting the pieces code together.. i figured out most of the "functions" the program must be able to execute.. one thing is missing though: the form following the cursor coordinates at a fixed position, i searched and found some directions.. but i really can't figure out how i could combine them together.. maybe some of you have some suggestions where to look.. any help is appreciated!
[\questions]
i can post the code i have so far if needed..