Results for "Category: Files/ File Controls/ Input/ Output"
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 ;)
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?
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
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.
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%.
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
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.
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).
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.
This programm demonstrates a simple but useful encryption. Also has several channels (encryption modes). Random characters are added between the transformed original eltters..
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.
a form to upload files, has filter of extensions, admin option - delete/view files
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.
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
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
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!
Have you ever worked with ASP.Net SummaryControl that ships with Microsoft ??? It has very odd interface and looks missfit in many scenarios. This control is the extended version of SummaryControl that provides some customization plus it doesnt require any addtional effort to let it integrated to Microsoft's Client Side Validation Framework 1.x Please See the Screen shot and decide yourself whether to vote or not! Do read the ReadeMe.txt file that will show how to make this control work!
This controls is the recoded enhanced version of my initial Multi Column Combo box contains several bug fixes and code improvements. This is good replacement to traditional combo box for Windows Applications
send email. Feell free to give comments. Please vote for me thanks
This control is just like the default textbox control except that it provides the additional properties that restrict the user to enter all types of text. You can restrict the user to enter only numeric characters, alphabets or alpha numeric characters. Yu can also enable/disable space character. Plus you can also specify a custom format, so that user only fills in that specified format. Read the attached ReadMe.txt for details.