Reading Text File From USB With Unspecified Drive Letter?

Jun 18, 2012

I already have a code for detecting a removable device. However, I would like to enable my program to detect that USB drive and read and print the text in that specific text file on my webpage. I also have a program code for reading and printing a text file from a USB but that program needs the drive letter to be specified. My problem is, how would I program if the drive letter is unspecified?

Here is my code by the way,
Code:
<%@ Import NameSpace="System.IO" %>
<%For Each d As System.IO.DriveInfo In My.Computer.FileSystem.Drives
If d.DriveType = DriveType.Removable Then
Dim test As String = File.ReadAllText(& ":\sample.txt")
Response.Write(test)
End If
Next
%>
How to let the string test get the data so that I could put it on my page. I'm currently using that File.ReadAllText method.

View 2 Replies


ADVERTISEMENT

Read A Text File From A USB With Unspecified Drive Letter?

Jun 18, 2012

I already have a code for detecting a removable device. However, I would like to enable my program to detect that USB drive and read and print the text in that specific text file on my webpage. I also have a program code for reading and printing a text file from a USB but that program needs the drive letter to be specified. My problem is, how would I program if the drive letter is unspecified?[code]

View 4 Replies

Read A Text File From A USB With Unspecified Drive Letter?

Jun 18, 2012

I already have a code for detecting a removable device. However, I would like to enable my program to detect that USB drive and read and print the text in that specific text file on my webpage. I also have a program code for reading and printing a text file from a USB but that program needs the drive letter to be specified. My problem is, how would I program if the drive letter is unspecified? Here is my code by the way,

<%@ Import NameSpace="System.IO" %>
<%
For Each d As System.IO.DriveInfo In My.Computer.FileSystem.Drives

[code].....

View 2 Replies

Read A Text File From USB With Unspecified Drive Letter?

Jun 18, 2012

I already have a code for detecting a removable device. However, I would like to enable my program to detect that USB drive and read and print the text in that specific text file on my webpage. I also have a program code for reading and printing a text file from a USB but that program needs the drive letter to be specified. My problem is, how would I program if the drive letter is unspecified? Here is my code by the way,

<%@ Import NameSpace="System.IO" %>
<%
For Each d As System.IO.DriveInfo In My.Computer.FileSystem.Drives
If d.DriveType = DriveType.Removable Then

[Code]....

View 1 Replies

File I/O And Registry :: Binary Converter Reading String Letter By Letter

Sep 7, 2008

I have a binary converter I am attempting to build and want to read and convert the InputTextBox(alphabetical characters) letter by letter however all I have so far is one letter at a time

Image here is the code I have so far:

Code:
Public Class ConverterForm
Private Sub OpenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OpenToolStripMenuItem.Click

[Code]....

View 5 Replies

Run A File From A CD If You Don't Know What The CD Drive Letter Is?

Sep 13, 2010

I'm creating a small program using Visual Basic 2010 Express. I'm planning to place the program on a CD, along with the files I want to run. The program will have command buttons, and each button will open a different file.For example, if there is a file on the CD named ReadMe.txt, the user will be able to open it using the program, which is on the same disc as "ReadMe", by clicking the corresponding button (or link) ("ReadMe".)The problem is, that I don't know what the CD drive letter will be. Is there a code to make the program run a file which is in the same location as the program?

View 4 Replies

Open A File Without Specifying Drive Letter?

Mar 12, 2010

i was wondering if there is any way to read from a file in the application directory without specifying the drive letter. Here's what i have:Dim var var = My.Computer.FileSystem.ReadAllText("c:appdirectoryfilename")

If i leave off 'c:' it looks for it in system 32 or something. why can't i just say

ReadAllText("filename")

View 6 Replies

WMI To Get Drive Letter Association With Physical Drive Path Misses CDROMs?

Feb 19, 2012

I'm running the following WMI script to get the associations between drive letters and physical drives on the system, but for some reason it omits CDROMs/DVD-ROMs. Can someone tell me how to get those as well?

Code:
ComputerName = "."
Set wmiServices = GetObject _
("winmgmts:{impersonationLevel=Impersonate}!//" & ComputerName)
Set wmiDiskDrives = wmiServices.ExecQuery _
("SELECT DeviceID FROM Win32_DiskDrive")

[Code3]...

View 12 Replies

Finding Physical Drive Number Using Drive Letter?

Jun 16, 2009

I have a program that allows the user to enter a drive letter into a text box. The program then takes the letter and find the physical drive number (i.e. deviceharddisk3..). It then stripes out everything and leaves me with the number 3.

In VB6 I used mDrive.bas from vbAccelerator.com and it worked perfectly. I have been all over the internet and back and cannot find a solution written in VB.NET.

View 14 Replies

Make A Tool That Will Assign USB Pen Drive A Drive Letter?

Oct 13, 2009

I want to make a tool that will assign a USB pen drive a drive letter, I am using WMI to acknowledge the device being plugged in, I can pull the deviceID, name, etc now I just need to work out how to assign the device to a drive and I just cant figure it out

View 4 Replies

Getting Physical Drive Number From Drive Letter?

Jun 17, 2009

I am trying to get the physical drive (device) number from the drive letter. If the user inputs the drive letter C the program will find the associated physical device number. For example if I input C then the result needs to be \Device\HardDrive1\... Some call it NT Device Name; I think. I have the code for VB6 from vbAccelerator, which works perfectly, but it does not work in VB.NET. My question is there a simple way of pulling the drive info that contains the drive letter and the physical device number. I have searched the internet and found nothing for VB.NET. I would post code but I have nothing for .NET.

View 1 Replies

Physical Drive Number From Drive Letter

Jun 16, 2009

I have a program I am converting from VB6 to VB.NET and I am stuck at the very last piece of code. I need to determine what physical device number is associated with the drive letter.

The program takes the drive letter from a text box and goes and finds the device number (i.e. deviceharddrive3...) and strips out everything leaving me with the devicer number; in this case the number 3. I have searched the internet to and fro and found nothing in VB.NET.

My program in VB6 uses a .bas module from vbaccelerator.com called mDrive.bas and works great. I can't figure out how to convert it over to VB.NET.

View 6 Replies

Forms :: Determine A Dynamic Drive Letter For A Directory On The Removable Drive And Then Open That Directory In An Explorer Window

Feb 19, 2009

First off a short background of the project I am working on- I am developing a program that will be run off removable media (i.e. USB Flash drive). This will be a �virtual desktop� which you will be able to take with you and have the same �desktop� on any system. As we know drive letters can change with each host system the drive is plugged into, I need to be able to determine the path for the flash drive and access a specific folder ( i.e. My Documents)

I have an picture box(representing the icon) placed on my form (form1) and when I click the icon I want to be able to open and view the a specific folder from the portable drive. I need a click event that will determine a dynamic drive letter for a directory on the removable drive and then open that directory in an explorer window.

[Code]....

View 1 Replies

.net - Get The Drive Letter Of CD Drive From List

Mar 12, 2011

I am using the following code to get a list of the letters for each drive on my computer. I want to get the drive letter of CD Drive from this list. The code I am using to get list is as below:

[Code]...

View 2 Replies

Detect CD Drive Regardless Of Drive Letter?

Jan 2, 2010

I have a function that copies files from a CD to my HDD:CopyFiles(CD_Drive, FullPath & "")

The problem is that the Drive letter "I:" is not consistent. Sometimes when I connect and disconnect external devices, the CD Drive letter changes and then my code doesn't work unless I open the project, change the letter "I" and recompile.What code can I use that will ALWAYS detect my CD Drive, regardless of the drive letter? (Like for instance, NERO will detect and burn CDs regardless of the drive letter)

dp.SyntaxHighlighter.ClipboardSwf = '/dp.SyntaxHighlighter/Scripts/clipboard.swf'
dp.SyntaxHighlighter.HighlightAll('4e1b98200b534bcfb11430c4ef5e5987')

View 3 Replies

Get All HDD Drive Letter?

Sep 16, 2010

I was wondering how do you find all HDD drive letter. I got a code but it will get the dvd drive letter. I only want it to show my all my HDD and USB if there is any connected.[code]...

View 2 Replies

How To Get Next Available Drive Letter

Jun 29, 2011

I find a lot of VB6 examples out there, and a few C# examples, but no concrete solution in VB.NET. Simply put, I need to get the next available drive letter in as few lines of code as possible.

View 2 Replies

Reading And Writing Files On External Hard Drive, Code To Ensure SQL Or Data Read/write Execution In Case Of Periodic Drive Reconnect?

Dec 18, 2010

The drive is connected via USB and the problem I'm having is that, periodically, while my code is executing, the usb drive seems to disconnect and reconnect. (Nothing to do with the program, but the drive itself).I want to find a way to prevent these temporary drive reconnects from interrupting my code. IE, i want to insure that whatever read or write that is requested is actually executed even in the case of a temporary drive interruption.

View 1 Replies

Find A Drive's Letter?

Apr 24, 2009

Is it possible to find a drive's letter given one of the following two?

1) SCSI Address (eg 0/0/0)

2) NT Device Name (eg /device/CdRom0)

View 3 Replies

Find The Drive Letter And Use It?

Jan 25, 2011

my question is how to find the drive letter. not all the comps have the same do they.?

View 3 Replies

How To Get USB Drive Letter In Vista

Feb 25, 2009

I have made an app which detects the USB inserted and removed.. But I want to Get The drive letter for the USB when inserted.. I do get the Drive letter in XP correctly but in vista It show E instead of F in Vista..

Here is my piece of
VB
Imports System.Reflection
Imports System.IO
Imports System.Runtime.InteropServices
Public Class Form1
Private WM_DEVICECHANGE As Integer = &H219
[Code] .....

View 9 Replies

Deployment :: Finding Drive Letter

May 7, 2009

A customer installed my app (VB 2003) on his server. BUT when he tried to run it, it bombed because the data bases couldn't be found. I hard coded the drive in my app to "C:" and his server is lettered "E". ALSo when it comes time for his client PC's to mapped to his server to run the app, they too will bomb because they see his server as "P:"

View 11 Replies

IDE :: Get The Drive Letter Of Where My Application Is Started ?

Jan 29, 2010

So I need everything from declarations of variable to the actual code.When you answer it in high level that destroys the chance of others answering the same.I would like to get the drive letter of where my application is started in VB2008.

View 2 Replies

VS 2010 : Get The Drive-letter From Win32_DiskDrive?

Sep 13, 2011

Using WMI (and it's code creator) it is easy to find the name of the physical disks on the computer.

vb.net
Dim searcher As New ManagementObjectSearcher("rootCIMV2", "SELECT * FROM Win32_DiskDrive")
For Each queryObj As ManagementObject In searcher.Get()
MessageBox.Show(queryObj("Caption").ToString)
Next

Tried to google how to get the drive letter from each of the disks.

View 2 Replies

Eject / Safely Remove Drive By Letter

Sep 9, 2009

Is there some kind of command or API to eject a drive by it's letter? such as Eject("E")

View 1 Replies

Put The Drive Letter & User Account Name Into A Directory?

Mar 11, 2010

I have made a program that i would like to be able to move from PC to PC; at the moment i would have to change the string directories within the program for each PC i would like top run it on.

By having the user select their drive letter and type their account name into a text box could this be implemented into a directory.

Below is the code, as i was hoping it was coded (lol never is tho).

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim Filename As String = ("*.torrent")

[Code]......

View 4 Replies

VS 2008 - IndexOf - User Enters A Letter Into A Text Box, And The Output Must Make The Letter Uppercase

Jun 28, 2010

I am a vb newbie having some trouble with an assignment. A user enters a letter into a text box, and the output must make the letter uppercase and tell what position the letter is at in the sentence "The quick brown fox jumps over a lazy dog."

Here is my

Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.Click

[CODE]...............

This is what comes out: "A first occurs in position -1". Everything comes out except the position is always displayed as -1.

View 4 Replies

VS 2010 : Change Colour Of Text Letter By Letter When Typed?

Jul 5, 2011

Is it possible to change to colour of letters as they are typed.I.e

Piece of text says
"Hello World"

when user types "H". The "H" in the original would change if matched and then so on and then when "Hello" is matched it would change to another colour.

View 1 Replies

Determine Physical Disk & Partition For A Drive Letter?

Oct 31, 2011

I am new to VB and playing with a program to display disk info attached to my PC. I have used WIN32_DiskDrive & WIN32_LogicalDisk to gather info regarding volumes, disks and partitions.

What I want to find how is how to relate the Device Index and Partition # back to a volume (ie with a drive letter).

View 2 Replies

Get Drive Letter On Form Load And Save That To A Variable

Jun 7, 2011

1.I want my program to get the drive letter (like c:,d:) on form load and save that to a variable.What should i do to get the drive letter? 2.I want my application to fire this command (shutdown -s -p) on button click. But if i use this path (process.start("F:WindowsSystem32shutdown.exe -s -p")) to do the work it doesn't work.
The path is correct. What to do?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved