Using System.Windows.Forms.SystemInformation.MousePresen t I get a true or
false saying the mouse is installed or not, but it does not detect it. If i
unplugg the mouse it keeps telling its installed.
"Anand M [MVP]" <Anand M [MVP]@discussions.microsoft.com> wrote in message
news:92**********************************@microsof t.com...
You can use System.Windows.Forms.SystemInformation.MousePresen t to check
for the presence of the mouse
"Perquiaga" wrote:
Hi to all
I have to detect the mouse presence and disconection if occurs to give
alerts. I'm using VB .NET, if somebody can help i'll apretiate it.