Results for "Category: Files/ File Controls/ Input/ Output"
PowerSplitter is the program for splitting with "Compression" of huge files to the parts of required size and combining back all that you have split withoptions . It is suitable solution if you're dealing with floppies (and superfloppies) and large packages often. This means that you use this program and freely modified it. But Please,Please tell me before doing it.please Report Me any Bug.....to me at. please rate this Project .............
WELL I HOPE THIS SUBMISSION GOES OVER BETTER THAN MY LAST. THIS PROGRAM ALLOWS TO PUT A PASSWORD TO JUST ABOUT ANY PROGRAM. YOU CAN JUST LOOK AT THE CODE BUT FOR THE PROGRAM TO ACTUALLY WORK YOU NEED TO COMPILE BOTH PROJECTS INTO .EXE'S BE SURE TO NAME THE PASSWORD.VBP .EXE "PASS.EXE". THIS CODE AND PROGRAM SHOULD BE EASY TO USE AND UNDERSTAND. I STILL AM NOT SURE ABOUT CORRECT SPACING BUT ALL THE CODE IS COMMENTED WITH DETAIL. HOPEFULLY THIS PROGRAM IS MORE UNDERSTANDABLE. PLEASE VOTE, AND GIVE FEEDBACK, EVEN IF YOUR VOT IS POOR. ENJOY!
This is a MUST HAVE program. It does what it sounds. It splits a file into several fragment files of a given size. It also can merge those fragment files in the original file without loosing any data. COOL! isn't it??!
FragIt is now more enhanced and more reliable. Including safe data handling and in this release the fraging (splitting) limit is broken, means you can now break a file into unlimited fragments. You can control the fragment file number with the fragment size only and nothing else. Don't lose focus on the new on-the-fly canceling option. Now for the unlimited fraging capability you might end up fraging your 2MB file into 2097152 fragments and it really takes a while. When you hit the Initialize button it changes into cancel button. So using this new cancel option you can cancel both split and merge actions on-the-fly and there is no data lose! Cool Hah? It would be nice if you VOTE for me. There is a lot of hard work involved in this project.
Hello I Make This Msn Nick machine in 5 Month Please Do not Use Code in your code please please if you like my code please vote me please please for this msn nick machine i work very hard It have 12 item to do with msn nick name please vote me if any question please mail me
This API Just Like Windows APi Viewer it work like windows api viewer it look like windows api viewer please vote me
DateChanga views and modifies the date you see when you right click a file. This can be very useful in many ways, also shows how to convert SYSTEMTIME to FILETIME etc. I have tested on vb6 in winXP and it works fine. Please help me with some feedback regarding anything you like/dislike about this program. and please dont forget to vote.
If you want to see your any folder background beautiful then try it!!!
This sample shows you how you can use Regularexpressions in your VB6 Projects via the Microsoft VBScript Regular Expressions 5.5 Library. With the code you get an example file to run 3 predefined regular expressions. Additionally you can load your own Textfiles and define own Regular Expressions to query against the Text. Matches are highlighted in red in the Richtextbox. Download this and much more VB6 and .NET Source at www.visualsoft-net.de
Updated: 17/8/2011, to use ffmpeg-git-41bf67d and add webm support this is an audio and video converter that uses FFMPEG, you can encode many formats including flv. FFMPEG is an open source project this is the home page http://ffmpeg.mplayerhq.hu/ you will need to get avformat.dll to use this program, download it here.. https://rapidshare.com/files/2319667240/avformat.zip or download a compiled ffmpeg.exe and rename it to avformat.dll.
this example shows you how to send and receive files to yahoo messenger and other copys of this example. to use this you need a yahoo id. the yahoo network supports upto 2gb file transfers.
this is a basic wrapper to use ffmpeg in visual basic. ffmpeg is an open source project this is the home page http://ffmpeg.mplayerhq.hu/ you will need to get avformat.dll to use this example, download it here.. http://rapidshare.com/files/116942540/avformat.zip or download a compiled ffmpeg.exe and rename it to avformat.dll
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.
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...
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
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.
how to disable and enable taskmngr few lines only... no API no complicated stuff "i red that somewhere in psc"
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....
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.
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.)