How do I create a custom network connection entry?

Posted by David Brown on Stack Overflow See other posts from Stack Overflow or by David Brown
Published on 2009-10-21T15:46:39Z Indexed on 2010/03/13 15:05 UTC
Read the original article Hit count: 236

Filed under:
|
|

I have a Sprint MiFi 3G router that exposes its current signal strength over HTTP. I've developed a very simple tray application that displays this. However, what I would really like to do is create a custom network connection entry so the router's 3G signal strength (along with the current network version) displays when clicking on the network connections tray icon (in Windows 7, at least).

Is it possible to do this with a shell extension or something (preferably in C#)? If so, how?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET