0

Is there a way to do this in vb.net? I've searched everywhere but cant find any answers. Any help would be appreciated.

Calvin
  • 611
  • 5
  • 16
  • 38

1 Answers1

0

You can use endpoint device events http://msdn.microsoft.com/en-us/library/dd370810%28v=VS.85%29.aspx

Sample code is only in C# but you can use any of the many C# to VB.NET code conversion tools to figure it out.

Max Hodges
  • 4,950
  • 11
  • 47
  • 67