Advertisement

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

6_2008-2009 #215063
Infrared receiver for remote controls (1) 03/16/2005

Project size : 58kB No matter which button you press on your infrared remote control - this program "recognizes" each button you press on the remote control. Each button is assigned to an individual "hexadecimal" string. -So if you are an experienced programmer, you can log these characteristic and individual strings, you can analyse the strings - et cetera. The program works with a 9-pin "COM port" interface with 1 diode, 1 resistor, 1 capacitor and a "TSOP" Infrared receiver (the interface can be do-it-yourself). The electronic components are cheap and cost about 2 dollars. Project tested on Win98SE.

6_2008-2009 #215128
Incremental Backup Phase Two

This is a modified version of "Incremental Backup" found here at PSC. This program allows one to backup from a folder and its subfolders to another folder, building destination folder structures where needed. The code checks for date last modified and only backs up newer files. This is much quicker than a "copy and paste". Vestigial files will remain in the backup folder and this can be very useful. Thanks to other PSC contributors including Pietro Cecchi whose .bas module I used. I have used a MSFlexGrid control to hold the file list, which means one may queue tens of thousands of files for backup (superior to the ListBox control); one may also now resize the form, pause execution, and limit screen refresh to help speed up file backup.

6_2008-2009 #215218
SFX (EXE) Maker

This utility helps you make SFX (exe) of any file like Winzip. It also compresses the files using the "Huffman" Short Dictionary algorithm.

6_2008-2009 #215219
String Processor

String Processor is an excellent and a multi-function word processor program with features such as built-in Spell Checker,Text to PDF conversion,Text to EXE Conversion,Encryption/Decryption/Find/Replace,Searchi in Files,word count,text to html conversion and many other features...please take your time to vote for this program.

6_2008-2009 #215224
RESIZE CONTROLS

THIS SIMPLE CODE MANAGES CONTROLS RESIZING WITHIN FORMS

6_2008-2009 #215248
Alter Grid Footer,Grid Maintenance

This sample shows how to change datagrid pager and handle datagrid events. simple class was used here. hope this one help you! This is my 1st tym to upload here so hope u'd like it! JBG

6_2008-2009 #215294
titlebar buttons

add titlebar buttons to your applications

6_2008-2009 #215295
Movable Resizable Runtime Controls VB2005 Version

adds VB IDE style move/resize drag handles

6_2008-2009 #215415
Embed PDFs into a Web Page with a Custom Control

This article describes an approach to embedding and displaying PDF documents in a web page through the use of a simple ASP.NET 2.0 custom server control.

6_2008-2009 #215417
ASP.NET MultiMedia Player Custom Control

This article describes a quick and simple approach to creating a custom web control used to display multimedia files within an ASP.NET page. Whilst the article and demonstration project are focused upon the presentation of multimedia files, the basic idea is applicable to any sort of object that you may wish to embed within an ASP.NET 2.0 page.

6_2008-2009 #215512
MDI Form

Loads different child forms without having more than 1 instance. eg. frm1.frm can only be loaded once and cannot have multiple instances of it in the parent form. In other words, this module mimics VB6's Load command in an MDI environment.

6_2008-2009 #215513
Create A Windows Shortcut With 9 Lines Of Code

A Function To Create Windows Shorcut .URL for hyperlinks .LNK for anything else There are many other variables that can be implemented besides just Name where it points hotkey and description

6_2008-2009 #215541
Complete Image Uploader

Complete Image Uploader is a PHP Program that is useful when you want to upload images only. It limits the users to upload and the verification of uploading is already in it.

6_2008-2009 #215631
clsFileAnalyzer v2.5

After quite a long time searching for a decent replacement for the FileSystemObject - which did not require the programmer to include a bloated DLL dependency with the application, making use of a tool that, although useful is rather slow and more often than not, does not yield the desired results one intends it to achieve - I decided to create my own file handling class, for no examples online helped me perform the actions I needed. So, after many attempts and having several times recoded the class from scratch, tweaking and optimizing it for a better performance, and adding functions I haven't seen anywhere else, or at least improving on the most common ones, I think this version is good enough to be released. After all the hard work of compiling a class that is both simple yet featuring advanced functions and thoroughly commenting everything, so it is clear and easy to understand, I have decided to release what I originally intended to keep for private use, so that other people may benefit from this and are not forced to 'reinvent the wheel' every time, when it comes to file, folder and drives management. clsFileAnalyzer contains over 50 different functions for file, folder and disk handling, whereas most of them were created by myself, while a few have been heavily modified from other versions I have come accross online. I have tried to review each one carefully, but if you manage to find a bug or think you could make it faster or more reliable, please do not hesitate to contact me. You will find all my software on www.kaotix-crew.net, where many of my other open source applications have been released, so check back if you're interested. I hope you enjoy this class, - NightWolf

6_2008-2009 #215681
sim756 FileSplitter

Use it to split & merge any file at any size (from 1Byte) that user have to type in "Per splitting file size" combo-box in this format: <number><space><Byte/KB/MB/GB> example: 12 MB; 1 Byte ; 5 GB etc. [Visual Basic 6.0] License: GNU General Public License (GPL) Author: http://sim756.googlepages.com/ Web: http://sourceforge.net/projects/filesplitter

6_2008-2009 #215688
Summary List Box (v2)

Behaves like the standard listbox but automatically wraps long text to multiple lines. You can scroll with the scrollbar or mouse wheel ***Now supports sorting..muich better scrolling as well.

6_2008-2009 #215794
FileVault - Using NTFS Alternate Data Streams

UPDATE: Fixed a few minor bugs, and added the ability to import any changes the user may have made to a file back into the vault. UPDATE: I have updated the code to implement AES encryption (John Korejwa), and Secure Document Shredder(Steppenwolfe). Fixed a major bug that I was unaware of until I did the update. All file types should be launchable now from within the program. This code demonstrates how to use alternate data streams (ADS) to store programs, files, etc, within another file. There are three projects included in the zip. One is used to View the VaultFiles, one is a blank VaultFile, and the other is used to cleanup tempfiles created when opening a file. Compile all three to the same directory. Launch either FileVaultViewer or VaultFile and the rest should be explained as you go. I have taken extra care to thoroughly comment the code so it should be understandable by coders of any experience level. (Just make sure you understand Alternate Data Streams first.) Feedback would be much appreciated. Much of the information used to create this was obtained from the site http://www.infosecwriters.com/texts.php?op=display&id=53 Also, I used Ion Alex Ionescu's project (located at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=47299&lngWId=1) for debugging purposes.

6_2008-2009 #215795
Shortcut Target Extractor

I was writing a program that required extracting the target path from a shortcut file. All the example I found used the "WScript.Shell" to achieve this. I decided to write a function which uses the createfile and readfile apis to load the file into memory, find the target path, and extract it. In this demo, just drag-drop shortcuts to the form and a message box will popup showing the target.

6_2008-2009 #215796
Unlock locked files

This code allows you to close the process(es) that keep a file locked, by simply specifying the locked file. This is similar to what Unlocker, ForceDel, WhoLockMe and UnlockIt do. I'm not taking credit for this code, because I downloaded it myself from a Chinese site and only removed the unnecessary code and created the sample project. All credits go to the original author. Have fun with it.

6_2008-2009 #215899
Windows Lock A Real Working One

Ok hopefully this works this time if it doesnt get deleted , it's a real working lock down with a nice Interface i made :),Disables Alt+Tab *WORKS*,and does a bunch more than that i wrote everything except the modules if you use them to please leave the respected authors name in it, also i tested it on Win XP Home/Pro both sp1/sp2 so you should have no problems, just remember to spot the password in the code before running it else restart your computer

Languages
Top Categories
Global Discovery