Label follow cursor

Thread Starter

KCHARROIS

Joined Jun 29, 2012
311
Hello,

So I was able to make a program where a label follows the cursor withing the form. However, how can I make the label visible outside the form?

Thanks,
Kevin
 

sirch2

Joined Jan 21, 2013
1,037
At a complete guess I would think the OP has written a program that makes a label track the cursor around a form. If this is a correct guess then it is not possible to make the cursor go outside the from from within a windows forms application. The forms application only receives mouse moves when it has focus and the cursor is within its window
 
Top