USB Mass Storage Devices - Moving / Syncing Files
Aug 18, 2010
I have a system that detects USB mass storage devices. I have a "list of items" listbox (ListBox3) and a list of USB's (Listbox4) When Button4 is pressed it will transfer all files in listbox3 onto the mass storage device selected in listbox4
View 29 Replies
ADVERTISEMENT
Sep 9, 2009
how to read files from an USB mass storage device. I have found plenty of posts regarding drive letter detecting and reading the files. It's OK, but what about a device, where no drive letter is assigned - e.g. my mobile phone is visible under "My Computer" as "Mobile Device". The same situation it with my MP3 player. It's visible under "My Computer" as "Sansa device". Please, could anybody help me? I need to enumerate USB devices, identify, which ones have a file system and finally, I need to read/write a file to the file system.
View 2 Replies
Aug 19, 2010
I have a listbox (ListBox5) and what i want to happen is when, and only when, a USB mass storage device is inserted a list of the files will appear on the listbox - and then when your press the button marked "Remove File" it will delete the selected file off the USB
View 5 Replies
Dec 1, 2008
I'm looking for a way to detect when a new USB mass storage device is inserted in one of the pc's USB ports... I need to get it's drive letter and check for the existence of a particular file.
View 39 Replies
Mar 18, 2012
I am trying to come up with something that will let me obtain a unique ID of some sort for most types of storage devices. These can be USB thumb drives, SD cards, external hard drives, etc.
I have run across this:[code..]
But I can't find anything similar within .NET. Can anyone point me in the right direction?
My end goal is to be able to define specific hardware storage devices, and then have my application auto-detect them when they are plugged in.
View 1 Replies
Aug 1, 2010
Is it possible in VB.NET to get the directory of a file copied/moved to a removable storage device?
For example, I have msword document on my desktop and move it to my storage device. A dialog box will appear or anything that will show the directory of the document.
The idea is whenever you move a file into the specific device, it will automatically processed. I will be using this to compress a file automatically when it is moved or copied to the storage device.
View 2 Replies
Nov 18, 2011
I want to write a program that will log all the files that has been copied to removable device. I tried to work with FileSystemWatcher but I didn't get the result.
View 3 Replies
Dec 30, 2010
I am using a MySQL Server on the net and a Windows Forms client program, which connects to this server.
I want to use SSL and have prepared everything, that this can be used. My primary question now is as follows:Where / how to store the files for the SSL certificate as best way? As embedded resource? as external file? As part of the My.Settings environment?
View 3 Replies
Nov 20, 2008
I am looking for some API or OCX or any other method to copy the existing file from Hard disk to the USB storage device.for that i would have to perform the following checks :
1> Check for the plugged in USB devices.
2> Find out for the available space(2GB) on each.
3> Prompting a message to user on which drive he would like to write that movie file.(As At a time i want to give only 1 disk write only.
4> after selecting the Drive, and pressing OK, i just want to copy the selected file from HDD to that Device.
Now For achieving this , i just need a reference of any Available API or OCX or any other method available in VB.net?
View 2 Replies
Sep 12, 2010
I have a little problem with finding a file I stored in an isolated storage on my pc harddisk.The application stores a Hashtable ( Called example ) in an isolated storage like this:[code]
View 1 Replies
Jun 18, 2009
im looking for code to copy the files from the floppy drive to a removable drive on the computer.For example:
Copy A:contents to Z:contents
View 3 Replies
Mar 3, 2012
I'm just getting started with Visual Studio (2005), and my aim is to write a fairly simple application in Visual Basic that will need to store some data to disk.What I really want is to be able to send the application to the end users (xp, vista, win7) and have them just be able to use it without having down download all kinds of extras. For example I'm guessing that if I use an SQL database in my application they will need to download SQl server express or some other sql downloadable?
If so is there a similar downloadable for MS Access?I'm just in the 'seeing how things work' stage at the moment and I don't want to waste time going down the SQL track just to find it won't actually work unless my users all download SQL to their machines (which they won't want to do).
View 4 Replies
Apr 23, 2010
I'm just testing things and seeing if I can get things working and if I can then I want to try and develop this into something more. So far its just a simple button1 finds all files with extension of .mp3 in C: and displays all the findings in a listbox. I then want to use button2 to copy or move (I want to see how to do both) all of the files that are in that lisbox to a directory of my choosing. Here is what I have so far.
Imports System.IO
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
[Code]....
View 8 Replies
Jun 2, 2009
Looking for an idea of where the best place to keep files for a program. I use them frequently and they interact with the program directly. I want to place them in a place where they won't be easy to find if someone is just cruising thru the directories. Any ideas?
View 7 Replies
Aug 11, 2009
Is there a way to sync a textbox with a binding source to a datagridview?The textbox seems to be syncing to the first row of the datatable instead of the row that is selected in the datagridview.
View 7 Replies
May 26, 2010
I would like some simple codes that allow you to import songs into a listbox then at the application of a button it will sync all of the songs in the textbox onto a USB MP3 Player.
View 5 Replies
Nov 15, 2011
I have been creating a program that copies and moves files from folder to folder; I am using this sort of code;
fileToCopy.CopyTo("path here...")
or
FileToMove.MoveTo("path here...")
My problem is, when I am copying or moving a large file, It's taking so much time and my program is hanging until all the files are completely moved or copied. How about, using a progressbar instead, so that the user will be able to see the progress of copying and moving instead of the program freezing?
View 3 Replies
Apr 7, 2010
i am using vb.net to program and process some files.I pick files from one folder process them and once i process them successfully i should store them in a different folder. when i do fi.move(destination folder) i get an error message saying "THIS FILE IS USED BY ANOTHER PROCESS" below is my code
[Code]...
View 3 Replies
Jan 20, 2009
I have a text file with 12 lines. Each line has different data and I want to compare line 1 with an original string, then line 2 with the original string, line 3 witht he original string and so on. Not sure how to read each line from the text file.
View 3 Replies
May 28, 2009
I'm using an xsd file for a couple of my data sets that I'm using to read access databases. While this is great, I just got a new requirement that allows the user to change the link to the access database on their computer. Is there any way to allow them to set the path while still being able to use the xsd files, instead of doing it all through code?
View 2 Replies
Jan 30, 2012
Suppose I have two events:
Public Sub Control1Updated() Handles control1.TextChanged
control2.Text = SomeFunction(control1.Text)
End Sub
[code]....
Basically the pairs of {control1.Text, control2.Text} and {control2.Text, control1.Text} should be the same. If control1.Text is changed to let's say "a" then control2.Text is ALWAYS "b". If control2.Text is changed to "b" then control1.Text is ALWAYS "a". How do I achieve this with events without going into an infinite loop? [the best I can think of is to make a check if the other control.Text is already the desired value].
View 1 Replies
Mar 24, 2012
I'm creating a VB2010 application which will require a connection to MSSQL. Should I Install SQL 2008 on my computer then use MS SQL 2008 as my data source or skip installing SQL 2008 and use MDF instead?
Also the program must have the following requirement
Program must use SQL as their database source End user must not install SQL server on their machine Program must be able to update (sync) the local SQL database from SQL server on the web. (User will have option to delete everything on their local database and load everything fresh from the server or to merge the update with existing data) Programs will (most of the time) run in an offline environment. When the user have access to internet they can update the database The program must allow user to add,edit, delete their local database while offline Only certain user (authorized user) can update their local database back to the serverC
Is it possible to created a program that meets all the above requirement ?
View 1 Replies
Aug 17, 2011
How can I move the .cs or .vb files generated by a T4 template to another folder of the project in visual studio 2010.
View 2 Replies
Nov 9, 2010
I am working on some software to work along side our client database and I am basaically trying to add in a basic form of File Management. I have a listbox now that displays the current contents of the clients electronic file. I am wanting to set it up so that people can drag files from anywhere onto this Listbox and move that file to the clients electronic file.
For refrence the clients folder is always situated in same place which is client filesclientID where clientID is the clients unique Id on the database.
View 2 Replies
Feb 22, 2012
I as seeking to move 10 file every 10 minutes from one folder to another using .NET (vb c#) I am was thinking that i could of achieve this with LINQ query, but i cant get my head around this would there be a solution with LINQ or otherwise that can select the last 10 files form or top 10 files. so that i can move only these files from Directory1 ( the big pool of files) into director 2 ( a smaller more manageable pool of files).If all fails- then i wll manually have to copy or cut to at a time.
View 1 Replies
Apr 21, 2012
I am making a program that takes files (inside their folders) and copies them into a selected file path. For example, I plug in my jump drive, run my program and it copies my files on the jump drive over to my PC. Now my program does this but it takes the files inside each folder in my jump drive instead of creating a folder for each one in my jump drive. The result is a mess of files in the selected pathway in my PC.I went and created variables in My.settings so that you can save the file path even after you close the program. I just want the program to copy the folders(with the files in each folder) in my jump drive and move them over to my PC.I am using this program copy the files from my jump drive over to my PC, because I save a lot of work on my jump drive and I need to back it up often. [code]
View 4 Replies
Dec 4, 2010
I am having trouble opening my vb.net 2005 project from a backed up copy on a hard drive. The original files are on my old XP computer which I no longer have access to. I am trying to open the project in vb.net 2010 on Win7. I have converted the project to vb.net 2010 and when I open the file, nothing shows up, when I try to open them, it tells me the form isn't found in the project directory because it's been moved or deleted. I know that the software on the hard drive didn't back up .exe files, I'm not sure if it did back up other kinds of files. I don't want to restart the project because I've spent over a year on it and have written over 3000 lines of code on it.
View 5 Replies
Mar 4, 2009
I am creating a setup file using features brought by Visual Studio.I have some files which can't be removed from the application's folder. How to put the condition on it? or how to prevent user moves it after installation is done?Those files are critical (eg .dll).I already set the 'Hidden' property to 'true', but I think that is not the correct way :)So I try to find another way to do that.
View 1 Replies
Mar 17, 2012
I am trying to make an address book and need help. I am in the middle of making a search function for the program and I've got that working fine. What I would like to do is take the row that is selected from the search results and make that the selected entry for the main form. To explain what I mean I will include pics..
View 6 Replies
Feb 8, 2010
so far i have made the layout, now i just need the code so that anyone with an email can use it not just with gmail...
View 3 Replies