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
ADVERTISEMENT
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
Mar 13, 2012
I want to make 5 attachment options in that 4 out of the 5 are hidden.but when he clicks "more attachment" link it will show the other 4.Im using ASP.NET with VB?
View 2 Replies
Feb 3, 2012
I am creating a program that uses text files to recall data and store them in a variable. My intention is to make this text file hidden so it will be harder to find and for other people to edit the data inside. I'm looking for a code that enables me to write to the file without unhiding it.
View 5 Replies
Jun 5, 2012
I'm using Windows Task Scheduler Wrapper to schedule the tasks (basically to launch an exe console every two minutes or so) in a .net desktop application.However, I don't want it to pop-up the console every 5 minutes or even once. How do I hide it? I understand if I was using vb.net to launch the exe, there are several things I could have done. However, I am using windows task scheduler to launch it.
View 1 Replies
Dec 24, 2009
Is it possible to make a folder that is password protected that is only viewable by your application? I want to make a program that can make such a folder and allow access to it only through the program.
View 6 Replies
Aug 13, 2009
How can I copy file and make it hidden .... I want to make file when the user click on create I want to copy file and make it hidden ....
View 2 Replies
Oct 15, 2010
How do i make a folder that my program makes hidden. I am using (MkDir)
View 5 Replies
Sep 2, 2010
I want to make a program that makes hidden shortcuts in drive c the files I want to add shortcuts for is in C:/program files/common files/apple/apple application support I want shortcut for all files and folders in this directory
View 4 Replies
Aug 19, 2011
I have designed a small component I need to derive. The problem is one property from base class doesn't make sense in derived class, but won't hurts too (just it's ugly in property editor)
Now there is a solution to make that property non-derivable or hidden in derived objects?
View 9 Replies
Oct 20, 2009
How would i create and make a folder hidden from user?
View 3 Replies
Jun 30, 2010
I'm making a program that search for files with the specified extension. It also shows hidden files. How can I make the hidden files get a different color in the Listview? And how do I do that with only the hidden files?
View 5 Replies
Feb 26, 2009
My FormLoad event contains a simple line which is Me.Hide. Then I make the tray icon visible so the application can be shown if the user needs it. However, the Me.Hide statement doesn't work during the form load procedure. It seems to work fine after the form has been loaded. So, my question is, how can I simply stop the form from becoming visible in the first place or hide it after it has loaded?
View 4 Replies
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
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
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
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
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
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
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
Sep 8, 2011
I am wondering if anyone has any idea how to make the controls stack and fill up the available space left by a control if the control is hidden or removed from the UltraGridBagLayoutPanel.
Example:
[Textbox 1]
[Textbox 2]
[Textbox 3]
[Textbox 4]
[Textbox 5]
If I hide [Textbox 3] as of now, it will disperse the space left equally and pad the remaining text boxes with the space. However, I would like it to do this...
[Textbox 1]
[Textbox 2]
[Textbox 4]
[Textbox 5]
Where all the text boxes will move up and [Textbox 4] will completely consume the space left by [Textbox 3].
View 1 Replies
Dec 5, 2009
I want to make a Hidden Application,my application Block Unwanted software or Application
View 13 Replies
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
Oct 8, 2009
how to make the datagridview read only as i noticed that when i display a datagridview with the data, it can be edited. How can I just display the data from the database. I use datagridview is to show the data that get from the database, am I right?Hope that anyone could help me on is there any way to display the data that frm the database beside datagridview?
View 10 Replies
Feb 25, 2009
I have a class which contains the object and a collection for that object. I want to make a property readonly to external calls, but allow access to that property from the collection class. I know I can use:[code]But, I want to the PreviousRow property to actually show as "ReadOnly" in the intelisense of the calling code of client app. The above does not. The only way that I see to make it show as "ReadOnly" in the called code is to mark the whole property as ReadOnly, but the problem with this is that my collection class code can no longer access this property:[code]I tried using the "Friend" declaration, but that seems to still allow Write access to the calling code.I only want write access from within the RowCollection class.
View 9 Replies
Sep 1, 2010
Anyone have any have some code to make everything (or even all TextBoxes in a form) read-only all at once without having to set every control to read only individually?
View 6 Replies
Jul 19, 2010
I made a launcher to launch a bunch of programs, and i wanted to know if its possible to make the .exe read the /ini file to get the path.[code...]
View 4 Replies
Jun 3, 2009
I have a text file to read. The text file contain two parts. I need to find matching line in this two parts and place the matching lines in new file. In that new file i need to change the value in () from firs part and value in[] in second part. So far i can do all this things. This is a code.
Imports System.IO
Imports System.Text.RegularExpressions
Public Class Form1
[Code].....
So second line onwards the value will be X=X+2.4. Same also for second part . how should i point the green and red value and change the values. I attach mu text files here for your referance
View 1 Replies
Jan 25, 2010
I was hoping to find out how to make a list box only, so you can choose whats currently in the selection but you cant type / modify it but, only read and select.
View 3 Replies
Jul 12, 2010
I'm retrieving some norwegian letters for my application. I know that the norwegian letters has something to do with:iso-8859-1 But I have no idea how to implement it in my application.
View 5 Replies