-
I must ask again
Well,
I have to make some programm (for TV Game) where I can use 2 mousess...
First (on PS2 port) is for me. But I must scan COM2 port and detect click event...
(I install second mouse after boot PC, without driver...)
Is it possible in VB?
I alreday sow that, but in Delphi ;(
Than you.
Jovo
[email protected]
-
'Cause Windows only lets one mouse to work, even if you have two connected the pointer is only one, you cannot do what you want directly. You must uninstall the drive of the serial mouse and scan directly the port with MSCOMM32.DLL.
Put your mind in it and you'll be able.
-
Jorge Thanks...
But...
How I can "scan directly the port with MSCOMM32.DLL.
" ?
Have you some Tips or Examples..