Advertisement

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

2_2002-2004 #125679
Mass Mailer

Manda emails masivos, en varios formatos con attachments.Exelente Programa (No Bugs)

2_2002-2004 #125707
User Options into Random Access File

If you would prefer not to fool around with the Windows Registry, you can save a user's options in a random access file instead. Random access files are fast (much faster than database files) and allow you to organize the user uptions as database-like records that may be accessed separately from one another. You can overwrite a single record without affecting or even needing to read the others. This code also shows how to give the user a right-click option to change the size of or hide the toolbar. Finally, it shows an optional splash screen. If your users hate splash screens (most do), but your graphic artist insists that you include one, give the user the option of shutting it off. Note: You need the icons included in this zip file for this code to run right.

2_2002-2004 #125714
Quick & Easy File Search

This is second upload of this app, after I fixed some bugs... This program is searching for a specified file, you can use all the wild card combinations I personaly know of like * ? and just regular file names, from what I've seen its also does this pretty quickly. Hope you all like it :).

2_2002-2004 #125723
Make quick executable from visual basic projects

This code will make an executable file from your visual basic project (vbp file) without having to go to Visual Basic and select Make exe. It's a part of a bigger program i am working on, program that i will post here on psc as long as i will finish. The reason why i'm submitting this code it's to demonstrate the capabilities of shellexecute and the /make switch of visual basic.

2_2002-2004 #125743
Message Report (LegalNotice)

Say a Pc technician is in a hurry and has just finished servicing serveral pc/s, instead of calling every customer to explain his/her modifications he performed, he uses Message Report. When Run on a system is edits the registry and adds the "LegalNotice" command to the Winlogon file, so when the customer starts his computer next time he sees a nice little windows message box with helpful information about what the technician did. It runs only once then deletes it self along with all the temporary files that were added to the customers PC.

2_2002-2004 #125748
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.

2_2002-2004 #125757
ZIP-it : COM->less ZIP Compression

Zip-it is an example program that uses JAVA Class to compress multiple files into ZIP file. Zip file created is compatible with ZIP format and can be opened by WINZIP , WINRar etc. Program does not shell out in order to compress the files instead Java Class object reference is created inside VB program. Only compress function is supported right now.. but if there is demand for it I can write de-compress code as well. Enjoy! >>Please Comment and/or Vote.. Thanks

2_2002-2004 #125798
Full comented Trainer - Please Vote!

Well I have searched PSC in search on how to make a trainer, but none of them where comented enough, to tell how to do it. So I made this so you can learn from it. It is easy basic trainer making code. But I am working on a SD3 one but it is going to be awhile before it is done. Since it has Virtualy everything changable to be changed. The Tenchi Muyo RPG is to be used when in battle.

2_2002-2004 #125816
Chat with dos (through VB!!) proof of concept

First things first, this is just something simple, you need to rename cmd.exe.000 to cmd.exe that is the same as any cmd or command file you will get off of a computer. Next you need to make sure that you register the redirect.dll or this will not work, I repeat this will not work. This is a proof of concept that you can use a vb app to talk to a dos window and not only that but read what is sent back in the vb app. If you would like to replace the cmd.exe with your own command file that is fine but please make the appropriate changes in the app to show where that cmd.exe or command.exe is located on your computer. You can see the source to that dll in the dll.source folder, although that is written in c++ by (unknown) but whoever they are, they did a great job..

2_2002-2004 #125837
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.

2_2002-2004 #125906
PScode file renamer See new version

Trys to rename zip file to their submission name. eg. CODE_UPLOAD105511092000.zip TOO projectIRC build 47.zip Bugs: There are many *Sometimes adds last zip file twice *Cannot rename files with certain charaters eg _ *Errors when there are more then 1 txt file in the zip *Relys on the timer for zip operations 5sec works for my computer may need slower for slower machines. Maybe others Instructions: * Make a copy of a few zip files from pscode and put in a folder * Point the text box to ur directory (must end with "\" * Click "Get Zipfiles" * Wait until finished * Click "rename files" Needs: MS scripting Winzip Plz help this project it is so you don't have to go through each one and rename. ************************************************* Updated: All bugs fixed except for when there are multiple txt files in the zip. Plz if you have any suggestion on how to only get the txt files that start with "@" plz submit feedback or email me. Thankyou to Roger Gilchrist for his RStrip and LStrip functions :) New version at: http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=49691&lngWId=1

2_2002-2004 #125912
_Folder Secure_

This code allows a user to add security to a folder by either making it password protected or not allowing access at all. It includes a simple method of encryption and decryption, shows how to creat a shortcut for your program's executable, shows methods to hide your pogram for the task manager (ctrl+alt+del), disable the task manager, and disable the taskbar or startmenu. It also includes a log which can be set to record all secured folders attempted to be opened or just any folders that are opened and includes time and date of when they are opened. Also includes a method of detecting when a key and what key has been pressed. And... yeah theres alot of stuff so enjoy and please vote!

2_2002-2004 #125993
New Search in Files

This will search inside files for a string. Useful if you need to save on disk a list of files. It can search in any kind of file, but if you try with compiled ones (exes, dll) or zipped ones, it will most likely not find what you're looking for...

2_2002-2004 #126015
MFR - Mass File Renamer

Lets you rename mass amout of files in a flash! u can customise the new filenames with numbers and it can also grab id3 tags from mp3 files making things that much easier. Please Vote :p

2_2002-2004 #126078
Glue Files (Version 1.0)

With this program you can join many files as you want, ideal to make a movie from movie clips. or to join music files into one file. or any other type of data that you want to join. Please vote and leave your comments. Thanx :o).

2_2002-2004 #126147
internet log, logs when internet opened/closed and where visited

also goes to systray and creates a .txt file to hdd with the log, did it to keep an eye on what pages my kids where visiting, you never know what they are upto lol.

2_2002-2004 #126154
internet logger, updated see info

will check and log if internet is open/closed and which sites are visited. updated so it will find the urls no matter how many windows are open and you can open the urls by dblclicking the item in the listbox.

2_2002-2004 #126190
Dummy Files Creator

This is fairly simple code and its well documented. When this program is run it just continually generates a random name and makes a file in the c:\windows dir. There is a part where you can add more lines to make the file output is even larger. So check it out. BTW don't test on yourself, I did. IT created over 1600 files in 3seconds

2_2002-2004 #126210
Multiple File Delete

Deletes Multiple Files at one time. It uses Drag and Drop to put the files into a listbox. If you have any questions about this program just email me at [email protected] . I'd appreciate any feedback and please take the time to vote if you find this of any use. Thank You Very Much

2_2002-2004 #126229
Functions For Reading and Writing Text Files

This code consists of 2 Function (ReadFile and WriteFile). All you have to do is Point ReadFile to a filepath and it will return the text within that file. Write file recieves a filepath and the string value to save to it. They include simple error handling..and can easily and quickly be advanced to handle open and save dialogs.

Languages
Top Categories
Global Discovery