Advertisement

Results for "Category: Files/ File Controls/ Input/ Output"

7_2009-2012 #232800
How to use Binary access, Put and Get statements to store any data

Shows you how to use files to store any type of data, in 4-5 lines of code you can save anything as a binary file. Of course, there is a button for opening them :), download it if you dont know how to use Put, Get, binary stuffs. In a 10 lines of code, you can make a small database, if you know how to handle binary files.

7_2009-2012 #232808
FileDude (vb file manager)

Simple windows explorer clone, have all the needed functions: files/dirs copy, move, delete or send them to r. bin. Oh yea, and rename too :) ! It is very simple, just to show on how to manage files, or create nice looking file/dirs-view. Pretty easy code...

7_2009-2012 #232842
Folder Backup Utility

Automatically Backs up a folder by synchronizing the contents to a destination folder. Looking for easy way of synching folders? Want a utility that will instantly back up your files when specified? This utility is for you. Not only will it use an incremental back up method to secure your files but it can back up your folder when a change is made to the directory. Demonstrates file synch and folder watching for changes much like Norton Anti virus. This application will load with windows to ensure that your folder is backed up automatically from the start. Sits in the task bar as a small folder icon. Keywords: Auto Backup Backing up Back up Copy Sync Synch Synchronize Incremental Differential Folder File Transfer Taskbar Icon Registry Load with Windows GetSetting SaveSetting Destination Source Directory Norton Anti-Virus

7_2009-2012 #232843
When Key Press =,+, - is pushed in textbox puts currentdate, adds 1 day, subtracts 1 day

This code is a input feature that shows how to take a keypress on a textbox and either add, subtract or set current date. + key will add 1 day, - will subtract ond day, and = sets current date. This helps with getting dates from users.

7_2009-2012 #232855
best way to disable taskmgr

how to disable and enable taskmngr few lines only... no API no complicated stuff "i red that somewhere in psc"

7_2009-2012 #232869
A ****** File Splitter

Need a file splitter? Here is the good one.(NO BUG FOUND/REPORTED IN ABOUT 4 YEARS) You can split any type of file with this. PLEASE VOTE FOR ME because this code shows how to write to files in binary mode and to make a batch file at run time. This program opens all the files in binary mode for reading, writing or appending. I have tried to remove almost every bug in it but if comes please feel free to notify me. In case you make any enhancements to it please let me know. Enjoy splitting....

7_2009-2012 #232872
Expanding Tree Menu (Non-Framed Version)

Displays a Tree Menu navigation system on your website. The 'folders' and 'sub-folders' information is stored in a database. The tree menu is diplayed and clicks made in the menu are all actioned with JavaScript (client-side), so your visitor does not need to wait for the menu to retrieve info from the server everytime the click on an item. Also, a link to a new page is clicked, the menu will open on the new page to show the link that was clicked. manageFolders.asp is a form/listing of folders already in the database This file also allows to you add new folders, edit existing folders, and delete existing folders The Delete option is only available for folders which have NO sub-folders _config.inc contains the connection string to the database. You will probably need to edit this if you are using a physical path. eg: Brinkster Premium Memberships _config.inc also also contains the following lines: 4 If Session("UserID") "" Then 5 varUserID = Session("UserID") 6 Else 7 varUserID = 0 8 End If This menu system can be used with membership logins, allowing members to manage there own folders. To activate this feature, replace you session variable name where it already has Session("UserID") to be your session variable name (It is a number). This feature would be used for smething like a web-based email system.

7_2009-2012 #232876
Browse For Folder

A class to display the new style Browse For Folder Dialog with events. The Class includes an option to use the new style dialog (resizable, make new folder, etc), an option to display an edit box in the dialog, an Event that fires when a file/directory is selected (before it's ok'd), the ability to enable/disable the OK button (based on selection), the ability to change the dialog message after the dialog is displayed, ie: on selection of a new file/directory. (Thanks to Chris Merrill for uploading the code upon which this class is based.)

7_2009-2012 #232898
Motion Detector

This code detects motion on videogram streaming from a WebCam. Once detected it saves the corresponding dequence of images in .bmp format

7_2009-2012 #232899
KeyCapture

Next Generation Keyboard Catch 2004 will trap almost every key on the keyboard and put it into a label. The program is removed from memory and is not on the process's list and is also not on the Ctrl, Alt, Del list. Take a look at the screen shot! The keylogger can catch anything pressed on the keyboard no madder where it is. If you set the form's visible property to false, you can type stuff in other applications and it will appear on the keylogger! Typing passwords in a program? The keyloggers got it!

7_2009-2012 #232900
KeyCapture Second Edition

Next Generation Key Catch 2004 SECOND Edition has 3 new features. You can now press F keys to do certain functions. There is also an F key to hide/show from ctrl, alt, del and from system proccesses. Third Edition will have a server/client for getting keys pressed on a remote computer. Happy keylogging!

7_2009-2012 #232921
Drag and Drop DataGrid's Column

Share

7_2009-2012 #232924
Multiple File Selection

Example to show how to get multiple file names from a common dialog box.. with and without the cdlOFNExplorer flag

7_2009-2012 #232935
JPeg Exif Reader & Changer

Its a little better than the last one, it can only read bog standard tags from the 'exif' standard plus a few more, it has other subs/function which you might find usefull. Plus a few pictures

7_2009-2012 #232936
JPeg Exif Reader

It mostly reads the information stored in the header of a JPeg file - like when you have downloaded pictures from your camera

7_2009-2012 #232938
File & Folder Search

A program to search files and folders like the one supplied with Windows. My Windows searcher keeps failing after a few weeks so I put this one together. I used as much API as I could.

7_2009-2012 #232950
Browse for folder with a Quick Pick

Customized version of the "Browse for folder" dialog. It creates quick picks to your selected directories.

7_2009-2012 #232966
Win32 - IE Style Menubar (Fixed)

A simple solution to creating your own Internet Explorer style menubar using the Windows API. Fixed problems with project file, EXE included. Compiled under WinXP using VS 6.

7_2009-2012 #232969
Get a list of directories (recursive) in a treeview

This code generates a treeview of a specified folder and it's sub folders (recursive)

7_2009-2012 #233003
Dos progressbar

This is a Dos progressbar implementation code without using the library file. You can easily view the code and then use it because its implementation as a class. You have several examples to prove its effectivity, although i will may still work on it

Languages
Top Categories
Global Discovery