Click here to Skip to main content
15,912,072 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Outlook Addin Instance Creation problem... Pin
Jay Royall21-Jul-09 5:23
Jay Royall21-Jul-09 5:23 
GeneralRe: Outlook Addin Instance Creation problem... Pin
dcdhingra21-Jul-09 5:32
dcdhingra21-Jul-09 5:32 
GeneralRe: Outlook Addin Instance Creation problem... Pin
dcdhingra23-Jul-09 20:45
dcdhingra23-Jul-09 20:45 
Questionhow to convert ascii to hexa using vb? Pin
jellybeansss20-Jul-09 23:59
jellybeansss20-Jul-09 23:59 
AnswerRe: how to convert ascii to hexa using vb? Pin
Luc Pattyn21-Jul-09 2:22
sitebuilderLuc Pattyn21-Jul-09 2:22 
AnswerRe: how to convert ascii to hexa using vb? Pin
Gideon Engelberth21-Jul-09 3:24
Gideon Engelberth21-Jul-09 3:24 
Questioncode conversion Pin
MA Awan20-Jul-09 23:55
MA Awan20-Jul-09 23:55 
AnswerRe: code conversion Pin
0x3c021-Jul-09 0:12
0x3c021-Jul-09 0:12 
GeneralRe: code conversion Pin
Gideon Engelberth21-Jul-09 3:29
Gideon Engelberth21-Jul-09 3:29 
GeneralRe: code conversion Pin
MA Awan21-Jul-09 16:55
MA Awan21-Jul-09 16:55 
GeneralRe: code conversion Pin
MA Awan21-Jul-09 18:39
MA Awan21-Jul-09 18:39 
Questionhow to insert Apostrophe or Single Quote key access DB through dynamic string? Pin
JC.KaNNaN20-Jul-09 20:58
JC.KaNNaN20-Jul-09 20:58 
AnswerRe: how to insert Apostrophe or Single Quote key access DB through dynamic string? Pin
Christian Graus20-Jul-09 21:55
protectorChristian Graus20-Jul-09 21:55 
QuestionSending SMS Through VB 6 Pin
jayachandra.c20-Jul-09 20:47
jayachandra.c20-Jul-09 20:47 
AnswerRe: Sending SMS Through VB 6 Pin
Christian Graus20-Jul-09 21:54
protectorChristian Graus20-Jul-09 21:54 
QuestionCould not Focus Cell In DataGridView Pin
rhtbhegade20-Jul-09 20:38
rhtbhegade20-Jul-09 20:38 
AnswerRe: Uppercase in datagridview cell Pin
Sreyas M N12-Nov-09 18:49
Sreyas M N12-Nov-09 18:49 
AnswerRe: Could not Focus Cell In DataGridView Pin
Sreyas M N12-Nov-09 19:17
Sreyas M N12-Nov-09 19:17 
QuestionImporting CSV files without header Pin
Astitva2320-Jul-09 12:37
Astitva2320-Jul-09 12:37 
QuestionDifference between Scripting.Drive and DriveInfo: One works to detect external usb device, one doesn't Pin
babybass20-Jul-09 8:15
babybass20-Jul-09 8:15 
AnswerRe: Difference between Scripting.Drive and DriveInfo: One works to detect external usb device, one doesn't Pin
Alan N20-Jul-09 9:55
Alan N20-Jul-09 9:55 
GeneralRe: Difference between Scripting.Drive and DriveInfo: One works to detect external usb device, one doesn't Pin
babybass20-Jul-09 10:57
babybass20-Jul-09 10:57 
Thanks for the response Alan!

What I mean by rarely is the any information on the attached external usb device is detected about 5% of the time that I run the code with the allDrives whereas as with the scripting.drives, the external usb device is detected each time. I am able to see all of other drives on my machine except the external USB device when stepping through the code. If I open file explorer, the external USB device is also shown. When I step through the code, most of the time no information on this device is seen (I've tried reading the drive name, the drive Format as well as the volume) and since none of this information is detected, I have concluded that for some reason, the allDrives isn't able to detect the device on a consistent basis.

So
(1) The code is being called as I can see other device
(2) The allDrives array does not contain entry for the desired device, but it does for another USB device (so an indication that the code can detect USB devices).

I do think the string comparison is case sensitive, but I have determined that this is not the problem as the block of code that works is able to make the match (and I also copied the volume name from file explorer to make sure the case would match).
QuestionTriplesDES error Pin
TheMrProgrammer20-Jul-09 7:10
TheMrProgrammer20-Jul-09 7:10 
AnswerRe: TriplesDES error Pin
Luc Pattyn20-Jul-09 7:54
sitebuilderLuc Pattyn20-Jul-09 7:54 
GeneralRe: TriplesDES error Pin
TheMrProgrammer20-Jul-09 21:07
TheMrProgrammer20-Jul-09 21:07 

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.