Run A Form From A Jump Drive Or Cd Drive?

May 1, 2010

I have created a form that I would like to run from a jump drive, or cd drive, were the drive letter will never be the same-

Application.StartupPath is the answer I have come up with- Implementing it is difficult for me- all the examples I have seen retrieves the path and imports it to a textbox. What I got is a form will start a .exe of a portable program- ( that will be located on the jump drive, or cd)

I have created a form that will -when a button is pressed- execute an .exe to a program that will also be on the jump drive. how to do this from start to finish on how to run an .exe from a file that will not ever be located on the same drive-

I should add I'am using visual studios 2010, visual basic.net

View 2 Replies


ADVERTISEMENT

How To Have App Open From Jump Drive Or Cd Drive

May 1, 2010

how to open an .exe file from a that is in a certain file, what i am trying to do is create a program that will be portable-via jump drive or cd drive, the reason i feel stupid is that I did not realize that visual basic and vb.net are two different animals- I was trying to use app.path for days- then came across a post that set me straight that I can not use it.[code]

View 4 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

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

Determine If A Drive Is Local Or A Network Drive?

Dec 10, 2008

Does anyone know if there is a way to determine if a drive is local or a network drive?

View 1 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

How Can Read Data From USB Flash Drive Or Pen Drive

Sep 29, 2011

USB flash drive or pen drive in vb.net...

View 14 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

Check If Logical Drive Is CD/DVD Drive

Jun 16, 2009

Is it possible to check if a Logical device gathered through a WMI search request is a CD/DVD Drive? Right now, I can get the path of every Win32_LogicalDisk through WMI, but E: (for me) is my DVD drive and unless there is a disc, my program fails because it tries to count the number of folders/files on the disc.

Ultimately, I'd like to be able to tell if it is a CD/DVD drive then check to see if there is a disc there before I do anything else to it. Can it be done using WMI?

View 3 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

Find Out Which Drive Is The Disk Drive?

Jun 12, 2010

I want my program to find the disk drive. I just do not know how to find it programmically? Can anyone help, please? This should be pretty easy, right?

View 12 Replies

Take All Folders Off A Drive (Format The Drive)?

Aug 10, 2010

What is wrong with this code...... it should remove all folders and files on the "J" drive i am using win7 and would like to just format the drive

Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
My.Computer.FileSystem.DeleteDirectory("J:", FileIO.DeleteDirectoryOption.DeleteAllContents, FileIO.RecycleOption.DeletePermanently, FileIO.UICancelOption.DoNothing)
End Sub
End Class

View 9 Replies

Make Photo Viewer Open When User Open Drive C And Get All Photo In The Drive To Be Shown In It?

Jul 12, 2011

I design photo viewer app using this code

[Code]...

now how to make my photo viewer open when user open drive C and get all photo in the drive to be shown in it ?

View 14 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

Program Files Folder - No Drive Letter The Form Opens?

Sep 21, 2009

I currently have a program that I made which opens other apps packaged with an installer. I have set the installer to install everything to the Program Files folder. However, not all computers have a C: hard drive. I have a way in which they can enter their drive letter in one form then in the next form it remembers the drive and will take them to the program. The problem is my program stores the drive letter in an xml file. On the startup of the program it looks in the xml file to find the drive letter, if there is no drive letter the form opens then lets the user set his drive letter. The xml file is stored in the folder "Math Wizard" in the Program Files folder. But if not all computers have C:Program Files I need a shortcut to the program files folder. I have been trying to use %ProgramFiles% (%Program Files% + "Math Wizardconfig.xml") but vb is saying that the % is an invalid character. Here's my code:

[code]...

View 2 Replies

.Net Writing To The Cd Drive?

Jun 21, 2010

I have been searching the net for information on backing up files to cd from vb.net application cannot find anything?

View 2 Replies

Disable The Use Of CD Drive?

Feb 15, 2010

I have a task and no idea how to tackle it!Basically, I want to disable the CD drive on a PC so our users can't use them.That's how I want to start anyway - ultimately I'd like an icon in the system tray that allows the CD drive(s) to be locked and unlocked providing you know a password.

View 1 Replies

Eject An USB Drive?

Dec 17, 2010

I need to write some code to eject a USB flash drive for windows 7.

I have no idea where to start.

I'm using Visual Studio 2010.

View 6 Replies

Find Drive App Being Run On?

Dec 3, 2009

This is not for school assignment it is for me trying to create a dynamic small application.

I need to run an application from a pen drive. Since different computers call the drive by different letters I need to discover the drive letter and then check for a folder existence. If not there I will make the folder(I know how to manke the file) and ftp from network to the folder then run the items. If it is there I just run the items

My difficulty(probably due to brain freeze) is how to get the drive letter.

View 2 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

Get Drive From Path?

Jun 21, 2011

I am trying to find out how much free space is on a drive using something like

Dim space As Long
space = My.Computer.FileSystem.Drives(0).AvailableFreeSpace

View 10 Replies

Get Drive Types On Hex Value

Feb 20, 2010

Gota class i'm finishing up to hopefully have as a tutorial on here very soon about working with wndproc in a class for drive readings. Trying to build a simple select state ment for drives removed based off there hexvalue placment so far i've found &H1(Cd devices) and it appears &H0(Usb tho not found other devices to test yet)

[Code]...

View 1 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

How To Rip Audio CD To Any Drive

Jul 30, 2010

Any code for ripping an audio cd and saving it to drive From .cda audio files to .mp3 or .flac files in vb.net.

View 5 Replies

Identify The Drive Name?

Oct 21, 2009

I've got a simple Windows Form Application that will tell you the drives on your computer, in a multi-line format using a Rich TextBox.So, If there were the C:\ and d:\ drives on my comp then It'd look like this

C:\
D:\

So, if there is an external drive (such as a USB under the "F:\" directory named "My Data" what would be the way to find the name of that drive, assuming that I do not already know the name Here's my code.

Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
RichTextBox1.Text = ""
If IO.System.Directory.Exists("F:\") then RichTextBox1.Text = (TextBox1.Text + "F:\" + Environment.NewLine)

[code]...

View 3 Replies

Partition Pen Drive Using .net?

Dec 24, 2010

i want to partition my pen drive using vb.net.i just wanted to know that is it possible to partition pen drives using vb.net.i want this to happen in the way that we can secure one partition using password!

View 3 Replies







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