VS 2005 - Any Way To Hide Files (MDB)?

Oct 17, 2010

With vb.net can I hide my .mdb or other files (shall may be with the option of irrespective of operating system).

View 3 Replies


ADVERTISEMENT

.net - Hide Files In USB From OS?

Apr 1, 2011

Is there a way to store data on a USB file in a way that the OS cannot read it with the standard methods? I was thinking maybe with an uncommon filesystem, but then I 'd probably have to implement the IO myself, which sounds like a huge work.Another idea would be to access the disk sectors in a low level way and store data in an incompatible way? But I do not know where to begin.For the record, I am using VB.NET.

EDIT: Regarding the VALID security concerns you have raised: I agree, but assume that, all I need to do for the scope of my project, is to simply hinder the average and slightly advanced user. NOT the expert.

View 1 Replies

Hide Files Outside Application?

Jun 8, 2011

i have some text files from which my app reads and process data, these text files are in hundreds and i am now providing them in a folder, but these should not be accessed by others, how i can do this?

View 1 Replies

VS2008 Make A Program That Copy An Hide The Files

Sep 2, 2010

I want to make a program to copy files from the directory c:/program files/common files/apple/apple application support to c:/ And hide these files

View 1 Replies

VS 2005 : Hide And Unhide A Tab In A Tab Control?

Mar 26, 2009

Is it possible to either hide and unhide a tab in a tab control?If not how can I add a tab and all the controls on it a run time? Reason i'm wanting this is that a application i'm looking at making will use tabs, the left menu will have options on various parts of the business when it comes to news it will open a tab for news... list the news if i click one and edit tab will show it i click a button for new it will open a tab to write new news..

View 2 Replies

VS 2005 Hide Icon From Taskbar?

Apr 5, 2009

I'm writing my own volume-controll/equaliser program. When my program is launched, I want the windows sound-icon to disappear.Internet sais it could be done by regedit using:

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionAppletsSysTray]
"Services"=dword:0000001b
But when I try it, the icon stays. How do I make the sound icon dissappear in my VB .NET

[code]...

View 7 Replies

VS 2005 Hide/show Tab In A Tab Control?

May 11, 2010

how to hide/show tab in a Tab Control?

View 1 Replies

VS 2005 - How To Hide URL String In Class Library

Jun 2, 2010

I am going to write a long code in the class library to make the source code shorter for my project. And I willing to store the url strings in the class library, but I do not know how to keep them to be more visible from people who open the dll by using with hex editor. I would like to know in which method that I should use to protected the url strings in the class library and set them more visible so no one would know what url strings that I would store in the class library if people using hex editor?

View 20 Replies

VS 2005 Hide/shadow MyBase's Properties?

Nov 9, 2009

Is there any ways to hide/shadow MyBase's properties?

Such as MyBase.Location, MyBase.Font?

When I try to declare a local "Height" properly, VS prompts me warning to use "Overloads" instead. But when in form designer/control test run, I still see this property, or any other properties (BorderStyle) which I tried to hide.

View 9 Replies

How To Hide Files And Folders At System Level As Professional Folder Locks Do

Jun 6, 2009

i want to know how to hide files and folders at system/kernal level. Those files must not be accessible through any means untill they are unlocked again with same method. I want to create an application similar to Folder Lock apps commercially available

View 11 Replies

VS 2005 - Hide The Filetoolstripmenu In Order To Print Forms

Dec 2, 2009

I am using the 2005 Power Packs Print Forms, I need to hide the filetoolstripmenu in order to print because it come through on my client page So I am using filetoolstripmenusitem.visible= false, then calling print but i think its happens to fast so part of the filetoolstripitem is still coming through on my print image Is there something i can do to pause it for a second?

View 14 Replies

VS 2005 Move A Column And Hide Another In An Excel Worksheet

Sep 3, 2009

I am having trouble using VB .NET to move a column and hide another in an excel worksheet..[code]

View 2 Replies

VS 2005 Show() - Hide() And Close() Form Several Times?

Jul 16, 2009

[Code]....

here i am dealing with only two form,so if i add form1.close() in the form2 button click event then it might wok. but what if i deal with many forms and i need to show and hide them several times?

View 2 Replies

VS 2005 Create TLB Files Which Are So That Can Comunicate With DLL Files

Apr 14, 2009

I have many applications that create TLB files which I guess are so that vb2005 can comunicate with the DLL files. Now what I would like to do is have all my TLB files in one folder and have my application point to that folder to use them.The problem I am having is that my EXE will not run unless all the TLB files are in the same folder as the EXE. I do not want this. I want to put some code into my file that sais that the tlb files it needs are located in say: [code] and still have it work. again right now they all have to be in the same folder which is really bugging me.

View 3 Replies

Hide/Show Items - Possible To Hide A Group Of Text Boxes From View In A Form

May 5, 2012

I'm curious if it is possible to hide a group of text boxes from view in a form until a particular condition is met, and to have a custom set of text boxes for that condition. To give an example; I want radio buttons offering choices for a manner of searching records, the user selects one and then a specific set of text boxes are displayed for the user to utilize, if a different option is chosen a different set of text boxes will be shown. Is this something that can be done?

View 7 Replies

Hide Any Dotnet Exe Is Hide Into Taskmanager In Windows 7 Using .net?

Mar 5, 2012

how to hide exe into task-manager in windows 7 using vb.net windows application?I want exe is hide into task-manager in windows 7 & windows vista machine using vb.net(windows application)

View 3 Replies

VS 2008 Hide The Taskbar O.o And Un-hide It?

Apr 20, 2009

Is there a way to to hide the taskbar o.o and unhide it?

View 1 Replies

2005 Debugs Old Files?

Apr 26, 2010

I've been working on my school project and whenever I add new components to the GUI or change the code and save ALL files, it still debugs my forms without the new components or code. I even added a new button to see if it shows up when I debug and the button doesn't even show up. I also deleted a form from my project but it still shows it when I debug... If anybody knows how to fix this problem please let me know! I also restarted my computer many times and I don't know if this is an issue but I'm running windows on a MAC. I've had no problems with this in the passed and I've been using this computer for a couple of months now.

View 3 Replies

VS 2005 .NET Exe Files On Server?

Mar 9, 2010

I have VB.net console application which is working fine locally. It should start once I double click it.I created a setup project (using Setup and Deployment wizard) and publish it on the server, it does not work. It just flashes and then goes away.Would there be any dependencies I'm overlooking?

I included during my setup-
Primary output from 'myapp'
Source files from 'myapp'
Debug Symbols from 'myapp'

I even tried to add the exe (which works on my machine separately on the server, but does the same.

View 3 Replies

VS 2005 Deleting Some Csv Files

Jun 4, 2009

I'm experiencing a wierd problem deleting some .csv files. Any .csv files named 1.csv, 2.csv, or 3.csv will not delete using delete() method of system.io namespace. if i do any number greater than 3 it works. For example, 4.csv, 5.csv, etc. works fine. 1.xls, 2.xls also is ok. The error it is throwing in my log is 'access to the file is denied.' Nothing is using the file. I even copied a new file into the directory and it does not work. I even created a 1.csv in a totally different directory with no luck. What is going on with this? Has anyone ever experienced this?

View 9 Replies

VS 2005 Files In Bin Folder

May 7, 2009

I saw some applications where the Bin folder (debug and Release) contains images and databases. How is this done? Are files manually put there? meaning do I have to copy and paste it or there is better way?

View 5 Replies

VS 2005 How To Get Duplicates In XML Files

May 5, 2009

I am passing in an xml document to a function that takes the data and parses into a datatable.

Based on the xml file below, how would I capture text from multiple nodes with the same name, example 'Industry' below?

Is there a easier way to import an xml file into an object and read it?

HTML

<?xml version="1.0" encoding="utf-8"?>
<Resume xmlns="http://hj.yahooapis.com/v1/schema.rng" xmlns:yahoo="http://www.yahooapis.com/v1/base.rng"

[Code]....

View 1 Replies

VS 2005 Reading PST Files?

Oct 1, 2009

I need to read PST files and retrieve the email messages inside the files. Googling does not give me really give me an answer. As I'm new to this, can someone please tell me where I can begin?

View 5 Replies

VS 2005 Rename Files?

Oct 15, 2010

i would like to put this into VB Code and make it a programBut how do i make it if an error happens, (file doesnt exist), make a MSGBOX saying Error Code Whatever

View 2 Replies

VS 2005 Upload More Than 2GB Files?

Nov 18, 2009

i tried to upload a file more than 2GB size... into linux ftp server...

using System.IO
'Reading file into a byte array
Dim file As Byte()
file = System.IO.File.ReadAllBytes(p_FilePath)
'Request

[code]....

View 2 Replies

VS 2005 Use XML Files As A Database?

Feb 20, 2010

I have created a login form that asks the user for the username and password fr authentication.Inspite of storing the username and the password in a database,can we store the same in a xml file and retrieve the data at the authentication time from the xml file?Is there any advantage/disadvantage of using the xml file in this particular case rather than using a database to store the username and the password?

View 10 Replies

Zip Files In Program 2005?

May 25, 2009

How to zip files(Any files or folder ) in vb.net 2005.

View 8 Replies

[2005] How To Delete Old Files

Mar 7, 2009

My app lets you download backup files from the Internet and save them locally.I want the app to be able to automatically delete old backups though. What's the best way to do this?So if I allow the user to store five files named:

backup-03-03-2009.zip
backup-04-03-2009.zip
backup-05-03-2009.zip

[code]....

View 3 Replies

Get Path Of My Include Files In VB 2005?

Aug 23, 2011

I have created a folder inside my project and i put an icon on it, now i want to use it as my program icon how will i get the link of my icon inside misc folder?

View 2 Replies

Retrieving Files From SQL Server 2005

Aug 7, 2010

I have stored an excel file within an SQL Server Table having the corresponding column data type as varbinary (MAX) through a VB .NET windows application form. how can I retrieve and open the stored excel file for manipulation?

View 2 Replies







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