Advertisement

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

4_2005-2006 #165567
Cool Owner Drawn Menus

This contains a module call coolmenus with this it alows you to draw menus in stead of using the boring windows one with one line of code to measure and one line of code to draw and is very easily customizable

4_2005-2006 #165607
DataGrid

A simple example of a Datagrid that dynamicly places a "Month control on column 0" and "Combobox on cloumn 2" when you click on the cell. Use this same code to add any control to the grid. Hope this can be helpful.

4_2005-2006 #165614
The File Shredder 4.0

TFS overwrites every character in a file with random data (this data is specified by the user) up to several hundred times before randomly renaming the file and then killing it. This means that it can't be recovered from your hard drive - it really is a secure delete! As every character is overwritten, it's secure, but a little slow. TFS can also scan for temp files and adds a right click context menu to your files. If you like this code, please vote or leave a message!! Thanks.

4_2005-2006 #165617
The File Shredder 3.1

TFS 3.11 will take any number of files - you can even right click a file and select 'Delete With TFS' - and overwrite them with random binary data up to several hundred times. The data overwrites every character in the file, so it is secure, but a bit slow. I've also included the DOD routine by Michael Bos as an alternate method of deletion. Also features a progress bar to show the deletion status and can scan drives for temp files.

4_2005-2006 #165618
WinBin - File Deletion Utility

Open a file and overwrite its contents with random binary data, up to 1 billion times. The length of the binary number is taken from the number of chars in the file to make sure it really is overwritten. Seems to be quite secure ;)

4_2005-2006 #165619
The File Shredder 1.0

TFS 1.0 will take any number of files - via a drag and drop interface - and overwrite them with random characters how ever many times you like (up to 1000 million). Then it will corrupt the file using random hex values before rewriting it with "". Finally, the file is deleted. I think it is quite secure; please could you let me know what you think via feedback?

4_2005-2006 #165644
A way to input / write from/to .txt files_*

This is only for beginners and the advanced guys will know it ..The following lines of code will teach you how to input from .txt files and how to write to .txt files .... Votes and Comments are highly appreciated ! Happy Programming

4_2005-2006 #165670
_A Mind Of Its Own (A SendKeys Tutorial)_

Shows you some basic commands that you can do with the SendKeys Statement in other Windows applications (Calculator, Solitaire, Notepad). It comes with a Word document that shows you all key codes. You can even have an idea on how to make a fake virus with this one. Please do put some comments or maybe vote if you like this program tutorial.

4_2005-2006 #165682
Detect mouse click on winform titlebar

Left mouse click on a winform titlebar to set the forms opacity to 50% while dragging the form, release the mouse to set the form opacity back to 100%.

4_2005-2006 #165683
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

4_2005-2006 #165750
_BartNet Explorer_

BartNet Explorer is a bit like Windows explorer. It uses the Microsoft Scripting Runtime reference to find the files and folders. Some options include changing views, creating new folders, viewing file and folder information and refresh view.

4_2005-2006 #165757
_Save/Open Settings To/From A Text File_

This code shows you how to save a couple of setting to a text file and open them using a FileSystemObject and a TextStream. For an example of how to combine this with a program, download my BartNet Editor (found on this site).

4_2005-2006 #165759
____A simple filereader & writer____

This is a simple file reader\writer, it demonstrates how to use a filesystemobject and a textstream to write text to any file and to read text from any file.

4_2005-2006 #165801
An Encryptor Decryptor

This programm demonstrates a simple but useful encryption. Also has several channels (encryption modes). Random characters are added between the transformed original eltters..

4_2005-2006 #165833
FileInfo

This program will show all relevant information about a file. Attributes, Date and Time Created and Modified, Company Name, File Description, File Version, Internal Name, Legal Copyright, Original File Name, Product Name, Product Version, Comments and Properties. It allows you to change the Attributes, Date and Time for any file. Because PSC don't allow added Dll's you can download Apigid32.dll from: http://www.stevekaras.com/GB/custdownload.htm. If you like and use this code please give it a vote.

4_2005-2006 #165860
php upload form

a form to upload files, has filter of extensions, admin option - delete/view files

4_2005-2006 #165884
Sending a Binary file with MSCOMM FREE

MSCOMM that is a component with VB has a very GREAT problem and that is it can't send Binary files (MDB,ZIP,EXE,COM,...). It can send but with problems. Here is a FREE purpose.

4_2005-2006 #165920
A GRID USING ASP

This code is a grid using pure ASP. Its useful when you need to have a page where rows need to be dynamically generated. You can also delete rows that you do not need. I have not used any third-party components nor any VB controls. Also no session variables have been used. Clicking on "Add row" will add a new row to the grid and to remove a row(s) check the corresponing checkbox and click "Remove". Hope this bit of code is useful. Regards Putcha Satishkumar

4_2005-2006 #165921
Menu

This menu like menus on Microsoft sites. I have make this menu and copy from paste from script I found on site like this :-) I am from Sweden, sorry i am bad to write english :-) I have none admin scrip to this menu, please help me to do a good admin scrip!! mail me please! /Tommy

4_2005-2006 #165927
MultiColumn MZKComboBox ** Updated**

Getting bored of the Windows ComboBox ??? Have scenarios in which you want to show multiple columns[Virtually Unlimited !!!] in the DropDown. Want the Columns to have Headers to specify their meanings ??? Want the user to dynamically switch the Look and feel of the Control and the Columns to de displayed ??? Then this control is for you. It's written in C# from scratch by extending the Windows ComboBox. I Started this project when I was in need of displaying extra information to the user without spending extra number of controls. This ComboBox is inspired from MTG's Flat MultiColumn comboBox[url to code included in the Inspirations Design Time Menu Command]. Please give your 2 minutes to vote it. I know your time is very very precious but think of my hours of Effort to make this control. I had taken very sharp eye to make it as much Object Oriented as possible. The coding conventions are consistent throughout the project plus the comments and the updates are also mentioned in uniform way. You will find a lot from this project other than the Control itself. Please Vote!

Languages
Top Categories
Global Discovery