Hello, I have an important project and I need your help, here is my problem: Who can help me to write a program in Visual Basic that counts small objects that are passing under the PC mouse optical sensor. For example if small object passes right under the sensor, the cursor starts to move, I would like to write a program in VB that counts those movements. I hope you understand what I'm trying to say.
This all depends on the sensor you are going to use and the chip on board it. Does it have drivers? Is so is there a developer kit for it ? Or is it home made? Serial or USB connection.
So you want a mouse tracker? If not It could be dificult to make some VB that reads the input of the mouse, you better find some .dll open source that does that