How To Partition Pendrive

Dec 25, 2010

I want to write a source code in vb.net to do following things:

1)To give security to the folder on pen drive.

2)To partion the pen drive.

[Code]...

View 1 Replies


ADVERTISEMENT

Create Partition From Api's Rather Than Having To Downloading Partition Manager Each Time

Jun 21, 2010

Im writing a program (has been a little while) which will gather files off my computer and make a new partition the right size to store them.I would like this to be automated since it would help if I use it on friends machines.is there a way for me to create a partition from using vb.net and api's etc rather than having to downloading partition manager each time.

View 4 Replies

Copying Files From A PenDrive?

Mar 19, 2012

i have been searching Google for weeks now looking for help on a project, i'm not in school college etc, i am a network admin in a secondary school. Basically i was sick of teachers/pupils losing their pen drives and complaining to us that their work is missing, i set out to create a program to ease the backing up process to ensure this happened less often. i did manage to create a program using 'Get current directory' & 'Copy directory' and it works fine but not to the standard i want. Here is a clip of my current program, pretty neat for a beginner i think.I want the .EXE to sit on the pendrive and extract everything to a backup folder when it's run.Because (h:/) or whatever the letter, is a DRIVE, copy directory method wont work.

View 11 Replies

Make A Software Run From Pendrive?

Aug 9, 2010

I need to know how to make a software in Visual Studio(VC++ or VB) that can be run from a USB pendrive?Is there anyway i can create this standalone software that doesnt need any installation in the PC in which the USB is plugged into?

View 2 Replies

Record Boot Sector Into Pendrive?

Jun 8, 2012

I have Both legit windows 32 and 64 bits, and i'm working into a project where i could create a bootable pendrive to any of those versions in any machine(32 or 64 bits), but i'm facing problems, i cant create a bootable 64 bits pendrive from a machine running 32 bits, the command "Bootsect /nt60" works only from 32bits to a 32bits bootable flash disk?

View 7 Replies

Remove Autorun.inf From Pendrive Automatically?

Jun 16, 2011

I've made a simple application to automatically remove autorun.inf from pendrive.at an interval the app runs how many drive is there if it gets a Removable disk it tries to delete autorun.inf file.But i want to optimize it by removing the timer.How to do it ?

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

Add New Partition Connected To Ftp Server2nd

Mar 15, 2009

i need to ask about 2 things1st. how i can create ftp drive i mean to add new partition connected to ftp server2nd. why it's to hard to find codes for vb.net any document with all codes and commands list?

View 2 Replies

Make Auto-save To Pendrive From The Special Folder Hard Drive

Jul 27, 2009

[Code]....

now i have folder call help in("D:help1.jpg")in this folder files download fom another program and save. now i want that i have pen drive .i want to make such command that when click button it copy the files from ("D:heelp..") and copy to the pen drive.

View 6 Replies

Accessing File On Partition With No Letter?

Jun 26, 2010

Is there any way of accessing a file on a partition that has no drive letter (such as a hidden or recovery partition)?

View 1 Replies

Calculate Partition And Put In Sql Select Row Number?

Jun 4, 2012

trying to calculate the partitions for 8 portions, and putting in select statement for row number,something like,

If Not (dstotal.Tables(0).Rows(0)("totalrecord") = 0) Then
dPartition = CInt(dstotal.Tables(0).Rows(0)("totalrecord")) / 8
End If

[code]....

View 2 Replies

Make And Read From USB Hidden Partition?

Feb 2, 2012

I am working on some USB (flash drive) software which i want to make portable and always accessible on USB i know .net is not good for this because much users don't have framework installed but users who use this software have it installed and i just love VB.net :)

So what i want to do is to create a hidden partition on this USB device where software will store some info and itself. The software and data it stores is 6MB so i would also like to know the suggestions from you what size of this hidden partition can and i should make.

But:

how do i read from hidden partition through .net?

(i did never confront with this till now...) how i make hidden partition through .net?

I want this because users i working this for usually format their drives and that way they delete the software too, so hidden folder and encrypting doesn't help me in this.

View 1 Replies

Restart Computer To Mac Partition In VB 2008?

Aug 15, 2011

I have to create this program for school to restart a bootcamped mac back onto mac from windows with an application made in visual basic.So I need my computer to restart which I have successfully completed. Now I just want to find out how to get the application to make my computer restart on the Mac Partition ( E: ).

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

Tree.SelectedNode = Tree.Nodes(0) 'returns Error With System Reserved Partition?

Jun 12, 2011

I am not the original author of this software project and the code is poorly documented. I am mainly a Java/C++ developer.The program displays the tree structure and allows files and folder to be selected. The program is getting errors with FileSystemTreeView when trying to return nodes on a system with a reserved partition.Here is what is happening: tree.SelectedNode = tree.Nodes(0) 'returns error with system reserved partition.calling, GetDriveList() will properly return all the drive letters - and not throw an error. Only when trying to get a tree.Node() or tree.load() is the error occurring.

View 3 Replies







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