NeuralJack
Well-known member
- Joined
- Jul 28, 2005
- Messages
- 138
Hello All, I was wondering what the best way to monitor the mouse cursor graphics image would be. Is there a variable I can monitor on a while loop that shows where the cursor gets its image (i.e. filename)?
Id need this to monitoring even as the mouse moves across different windows. I want it to monitor what the cursor graphic is as it runs across windows using directx graphics well. Im not sure if thats possible.
If the filename cant be retieved then some other identifier would be nice, even the mouse cursor image itself! If i could grab the mouse cursor image at certain time intervals thatd be great. I dont think that the cursor handle would work because each time it changes it also changes the handle(i think). I need to be able to identify and distinguish between different mouse cursors.
I dont do much vb.net programming with graphics but im guessing theres a way to grab the current cursor and put it into a picture box. If there is please give me an example of that, because I can use that to compare cursors.
I am also familiar with APIs, although setting them up in .NET has proven to be so irritating half the time, since Microsoft really went the extra mile to make APIs and .NET platform hard to use together. So, if you use APIs please show me how you declare and use them. Note: If you can get the current cursor image to display on a picturebox then I can do the rest
Any help would be really appreciated.
Id need this to monitoring even as the mouse moves across different windows. I want it to monitor what the cursor graphic is as it runs across windows using directx graphics well. Im not sure if thats possible.
If the filename cant be retieved then some other identifier would be nice, even the mouse cursor image itself! If i could grab the mouse cursor image at certain time intervals thatd be great. I dont think that the cursor handle would work because each time it changes it also changes the handle(i think). I need to be able to identify and distinguish between different mouse cursors.
I dont do much vb.net programming with graphics but im guessing theres a way to grab the current cursor and put it into a picture box. If there is please give me an example of that, because I can use that to compare cursors.
I am also familiar with APIs, although setting them up in .NET has proven to be so irritating half the time, since Microsoft really went the extra mile to make APIs and .NET platform hard to use together. So, if you use APIs please show me how you declare and use them. Note: If you can get the current cursor image to display on a picturebox then I can do the rest
Any help would be really appreciated.