Click here to Skip to main content
15,921,113 members
Home / Discussions / C#
   

C#

 
QuestionGetting audio waveform out of video Pin
mtst9913-Jan-15 7:56
mtst9913-Jan-15 7:56 
Answerhow to retrive a data from database sql to c#....using search button Pin
Member 1137235413-Jan-15 4:51
Member 1137235413-Jan-15 4:51 
GeneralRe: how to retrive a data from database sql to c#....using search button Pin
OriginalGriff13-Jan-15 5:05
mveOriginalGriff13-Jan-15 5:05 
QuestionConvert VB.Net Project to C# Pin
WrightSfiso13-Jan-15 1:41
WrightSfiso13-Jan-15 1:41 
AnswerRe: Convert VB.Net Project to C# Pin
OriginalGriff13-Jan-15 1:49
mveOriginalGriff13-Jan-15 1:49 
GeneralRe: Convert VB.Net Project to C# Pin
WrightSfiso13-Jan-15 2:41
WrightSfiso13-Jan-15 2:41 
GeneralRe: Convert VB.Net Project to C# Pin
OriginalGriff13-Jan-15 2:48
mveOriginalGriff13-Jan-15 2:48 
GeneralRe: Convert VB.Net Project to C# Pin
WrightSfiso13-Jan-15 3:17
WrightSfiso13-Jan-15 3:17 
AnswerRe: Convert VB.Net Project to C# Pin
DamithSL13-Jan-15 1:58
professionalDamithSL13-Jan-15 1:58 
GeneralRe: Convert VB.Net Project to C# Pin
WrightSfiso13-Jan-15 2:43
WrightSfiso13-Jan-15 2:43 
GeneralRe: Convert VB.Net Project to C# Pin
Dave Kreskowiak13-Jan-15 3:22
mveDave Kreskowiak13-Jan-15 3:22 
QuestionHow to get Time Tracking Application in c#.net? Pin
2498313-Jan-15 0:33
2498313-Jan-15 0:33 
AnswerRe: How to get Time Tracking Application in c#.net? Pin
OriginalGriff13-Jan-15 0:53
mveOriginalGriff13-Jan-15 0:53 
AnswerRe: How to get Time Tracking Application in c#.net? Pin
CHill6013-Jan-15 2:24
mveCHill6013-Jan-15 2:24 
QuestionNeed Some suggection on E-Mail Marketing Software Pin
Er. Pradeep Kumar Rai12-Jan-15 22:36
Er. Pradeep Kumar Rai12-Jan-15 22:36 
AnswerRe: Need Some suggection on E-Mail Marketing Software Pin
OriginalGriff12-Jan-15 23:38
mveOriginalGriff12-Jan-15 23:38 
GeneralRe: Need Some suggection on E-Mail Marketing Software Pin
Er. Pradeep Kumar Rai13-Jan-15 1:34
Er. Pradeep Kumar Rai13-Jan-15 1:34 
GeneralRe: Need Some suggection on E-Mail Marketing Software Pin
OriginalGriff13-Jan-15 1:42
mveOriginalGriff13-Jan-15 1:42 
AnswerRe: Need Some suggection on E-Mail Marketing Software Pin
Chris Quinn13-Jan-15 2:30
Chris Quinn13-Jan-15 2:30 
QuestionPassing Array of custom objects as an attribute to a custom object in ODP.Net Pin
Member 960130912-Jan-15 19:55
Member 960130912-Jan-15 19:55 
QuestionHow to get a list of all drive letters including mapped network drives Pin
robwm112-Jan-15 9:28
robwm112-Jan-15 9:28 
AnswerRe: How to get a list of all drive letters including mapped network drives Pin
OriginalGriff12-Jan-15 21:57
mveOriginalGriff12-Jan-15 21:57 
GeneralRe: How to get a list of all drive letters including mapped network drives Pin
robwm113-Jan-15 5:04
robwm113-Jan-15 5:04 
GeneralRe: How to get a list of all drive letters including mapped network drives Pin
OriginalGriff13-Jan-15 5:06
mveOriginalGriff13-Jan-15 5:06 
GeneralRe: How to get a list of all drive letters including mapped network drives Pin
robwm113-Jan-15 8:25
robwm113-Jan-15 8:25 
I can see that drive X:\ is available in File Explorer (Win 8.1) and I can access it without any issues. As I mentioned in my first post, Win32_NetworkConnect and Win32_MappedLogicalDrive give me the mapped network drives in vbscript but I can't seem to get these WMI Classes to work with the C# ManagementObjectSearcher.

I'm leaning towards using Environment.GetLogicalDrives, get the last drive letter used and then use Try-Catch to map the next drive letter. If the mapping fails because it's a network drive, I'm not sure where to go from there.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.