Securing DBF File on a File level. -
Hello out there
Is there anyone who understand anything about DBF files????
Normally as far as I know, a *.DBF File acts as a free file on any file system.
Now, I would like to know if, it is possible to secure this DBF file using password to prevent un-authorise entry??.
Encryption will work pefectly well but it will take long when the file size is too big. Offcourse I do not have any code yet to encrypt this kind of file.
Accessing this File from VB is not a problem at all, but this File is a free file on the file system which is accessible to, just like any other file.
Note: You can open DBF file using Excel, Access, so this file is not secure at all. When Using Foxpro, it is included inside the exe file.
Can someone assist if they have the answer.
Thanks in advance.
Wizard
Securing DBF File on a File level. -
Hello out there
Is there anyone who understand anything about DBF files????
Normally as far as I know, a *.DBF File acts as a free file on any file system.
Now, I would like to know if, it is possible to secure this DBF file using password to prevent un-authorise entry??.
E
[2005] Securing SubDirectories when using Forms Authentication -
How does one go about securing individual subdirectories that contain non-asp.net filetypes when using Forms Authentication?
I have a subdirectory that contains certain files that I only want logged-in users to see. Since they are non-asp.net files (zip, pdf, etc), an anonymous user
Securing .mdb's -
Recently we have been having problems securing our mdb files post modification. Every time we secure one, we end up with a compile error and subsequently cannot create an mde file. Can anyone help.
what are the things that can appear at the file level -
I want to know what type of objects can be declared at file level (and by "file level" I mean to be able to declare them in a blank .VB file, not inside a class, sub or anything else). I know these can appear at file level:
Module
Class
Namespace
Structure
Enum
Securing animation -
I have one animation file which is created in Director. It is most important file. I have worked a lot on that file. If anybody copies that file that it can be use by him. I dont want to keep open that file on the disk. Is there any way to access that file from VB (OLE Object etc.)???
Securing Access Database -
Hi all,
Have just been going through the process of securing an access db for my app using VB6.
I have created the mdw file, following the steps in the Access Security FAQ from http://support.microsoft.com to eliminate the possibility of leaving a backdoor open.
Should I go to
Making a Level File -
Ive got my game pretty much worked out, but i can think of the best way to make the level file. I want it to be able to give me a number (1 - 4), for each spot on the grid (15-30). What would be the best way to do this. I dont need to encode the file.
Securing my exe -
Ive written an app in VB, and want to secure/lock the exe file, so noone can open it. Is there a built in way in VB that would create a time limited exe file? and lock it after that? like evaluation softwares?
THanks
securing my 1st ASP.NET app -
Dear All,
I am very new with ASP.NET, I need to securing my 1st ASP.NET app, how to completely logout ? means after user click available logout link then they will meet login page and they will be unable to go back to the previous screen although they use back button of their browse
How can I approach a file in the binary level -
Hello,
I want to edit a file in the binary level?
I want to view and change bits (0's & 1's) in the the file...
how can I do that using code?
thanks
Lowest level file handling -
1. FILE* and fopen: lowest level access to file handling?
2. If not, what is?
3. I need to be able to share my files when they are open with other apps. Can I do that will the lowest level access?
Securing internal webservice -
Hey all i have a .net 2005 project, contained within the asp.net application i have a webservice, how would one go about securing this internal webservice ?
thanks in advance
[VS 08 Express] Checking XML With Conditions -
Hi all,
I am trying to write a tool that will check a given xml file
for certain conditions and generate a report.
Details:
Input Tagged XML
Conditions:
The are a set of around keywords(Topics) which must exist in
the file
There are 3 topic levels:
Level 1
Attaching Filename Paths -
Howdy:
I have a 4 level file structure and I want to name my file(s)
The name of the structure and keep them on the same level. Confused?
Example:
C:\Level1
-----------Level2
----------------Level3
---------------------Test.pdf
----------------------------Level4
--------
Initiate file transfer -
Hey guys,
I want to make a "secure download" thing, and I'm having some trouble. What's the best way to go about securing files so that only people I want can download them? Is there any way to start a raw transfer so that I can have ASP.NET transfer a file without it actu
Any clue how .wav files REALLY work -
I was wondering, how does a .wav file get chopped up and made into sound? When I open a .wav in a dos text editor, it is a bunch of ASCII characters in certain patterns.
To make sound, you need a frequency and a volume level, right? So what in that .wav file is the frequency and wha
VB6 and XML files -
Well, I got some good help earlier, so let's hope it can continue.
I'm making a level editor and what I would like to implement now is a method for opening an XML file so the user can see a level in the editor. I'd like to be able to specify which XML file it is in an Open Browser.
Restrictions on *.mdb files... -
Hi...
I got an access file, and it has 75 records in it. There is a field called Level. what I want is a maximum of 15 records on each level. (Level 1, 2, 3, 4 and 5).
So, maybe I can edit this field so if there are already 15 others in the table you cant have the value?
It is
live audio input level -
I need some example code to read the level of a microphone. I can display the audio level from a wave file but how do I do it in "real time"?
securing code on a webserver -
Please see this link:
http://www.vbforums.com/showthread.p...42#post2106442
I need some way of securing the code from download.
Reading bits instead of bytes -
Does anyone know how to read a file at bit level instead of byte level?
Adding problems -
I am making a pacman game and i made a change level sub. I have 5 levels. in my sub all i put was
Level = Level + 1
And it will go to level 2 but it will not add again after i beat level 2 to go to 3. It will only add the equation once ever. What could b
VB Newbie; creating a file in the same directory -
I want to create an ini file in the same directory that my .exe program is in, so I'm using the WritePriviteProfileString function stuff, however I can't get it to create the ini file in the right directory.
I can make it appear under windows, or in the root directory of the drive,
Securing SQLexpress mdf -
Hi all,
I am creating a winforms app with VS2005 where I just added an mdf which .net adds to sql server express edition when it get's installed.
Is there any way I can secure this file from being opened by a user that knows how to work with sql server?
Something like a passwo
Need help with binary level access -
I need help inserting or editing files at binary level.
For instance, How does someone insert data right after
the 52nd byte or any user definable byte of a file?
The data being inserted is most probably raw data from another file
I really need help because i'm really new to VB. Th
Treeview on the fly -
Hi
i know how to load a treeview but this is what i want to do. my tree should have three levels, root, level2(letters A-Z) and level3 the actural data.
level one and two is just for organisation of level three.
when i create level two i would like it to indicate that there exi
GridView and XML.` -
Hello
New to ASP.net.
I have an xml file that I want to display elements from an XML file.
I configure the datasource of a gridview to the xml file in the app_data directory.
I just want to display all the elements <item level="last">Bob</item> there a
Securing files -
Hi,
Is there any way to secure my files in my web server. Say I have a file for download in my web server called sample.doc. If a user tries to access it as ,
http://www.server.com/docs/sample.doc, he shouldn't get the file.
Any Suggestions.
Thanks
Pres
Mpeg sound volume -
I'm creating a program which shows mpeg movies. The problem is, that some movies have different volumes than other, but I need them to play at the same volume level.
I already thought of setting the volume level and saving it to a database, and reading the volume level while playing
Level files for BreakOut game... -
Hi.
Anyone know if there's and easy way of creating level files for a breakout game. Right now I am entering all the coordinates of the blocks into a text file, and takes for ever just to make one level!
Please say there is an easier way....
my level file has the following format:
Class in a h file plz help -
Hi All,
I'm having a bit of trouble linking my header file that has my class definitions in with my cpp method file which has all of the methods. My compiler keeps giving me errors like as if the definitions don't exist. Here's some sample code below...
classes.h
<code>
mciSendCommand wav level -
I am looking for an mciSendCommand to capture the audio level of a wav file to display in a histogram like Windows Sound Recorder does. Is there such a command? If not is there another way to do this?
CHM file integration -
Hi,
I've created an chm file using an HTML workshop, and i've associated that .chm file to my VB application in design time using Project properties.
In one forms i've set the property of HelpContextID (form level) a value which is i've mapped in CHM file.
Note: For all the
[2005] Securing an Application with a Product Key -
Hi All,
I'm developing a web application and when I finish it and it's ready for distribution I was wondering how I would go about securing the application so it wont run without a valid product key?
I'm thinking maybe having a Visual Basic installer application which handles it
Detecting silence in WAV file -
Howdy, all. I am curious if someone can help me find a way to detect silence (or, indeed, the volume level) at a certain point in a WAV file.
I've at least been able to do this partially, but my method is VERY slow...taking 10 to 15 seconds to analyze a 1 second file.
Does anyon
Count subfolders only 1 level down -
Hello, I am using the following code to get the information about folders on a webserver using php. I have a website that has folders for photos, the first level are continents, the next is counries in that continent, then geographical regions in each contry. When I display the conti
[2005] Video Game Level Select -
I have always had this idea to create a windows application which allows the user to select any level they want from a specific game and play from there. Since I am new to the world of VB, I didn't know if it was possible to create a program like this. What would happen is that I wou
Read from properties file -
Hi,
I have a property file names sourcesheetproperties.txt where i have the text as
path=vvvvv
Level=111
I want to retrieve the values from the text files as passing property name such as "path" and "Level". I tried to use propertybag class but however was g
Authentication on Sub Folders -
I'm confused about how to add authentication to sub folders without affecting the root level. Is that you leave the web.config file intact on the root level and just add a web.config file with the authentication?
I'm using a database driven username/password, but I'm having problem
ADO Access database level password. -
Does anyone know how to set up an ADO connection for a database level password on Access.
When I set up a password in the connection string it treats it as a system level password and requires a workgroup information file, which I can create but don't really want.
Any ideas.
R