I have developed a simple vb application that mount network drives if the network is precenses. Now, I would love to add some information that is useful to the end user, such as network mount drive status and storage currently been used.
Can anyone stir me in the right direction with this sort of project?
Member
25 Points
138 Posts
Developing A Simple App to Mount Network Drives
Nov 05, 2013 11:32 AM|lions1855|LINK
Hi,
I have developed a simple vb application that mount network drives if the network is precenses. Now, I would love to add some information that is useful to the end user, such as network mount drive status and storage currently been used.
Can anyone stir me in the right direction with this sort of project?
Thanks
All-Star
48490 Points
18068 Posts
Re: Developing A Simple App to Mount Network Drives
Nov 05, 2013 11:39 AM|PatriceSc|LINK
Hi,
More likely this is a Windows app rather than a web app. Please see http://social.msdn.microsoft.com/Forums/en-US/home (ASP.NET is for creating web applications).
Contributor
2210 Points
709 Posts
Re: Developing A Simple App to Mount Network Drives
Nov 05, 2013 11:50 AM|mahedee|LINK
Dear lions1855,
Hope the following reference help you.
Mahedee
Blog: http://mahedee.net/
Online Tech Share
Member
25 Points
138 Posts
Re: Developing A Simple App to Mount Network Drives
Nov 05, 2013 12:42 PM|lions1855|LINK
Hi,
I have already the network mounting session. I was looking for network drive status, and personal home drive available space info.
Thanks