Advertisement

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

4_2005-2006 #161403
Binary Creations

Combining several files to 1 binary file Reading the file contents in the binary file (number of files, file names, etc.…) Extract files from the binary file Add files to the binary file Remove files from the binary file

4_2005-2006 #161411
Console Application Class module

This class module encompases te abilty to create and manage a console application. Send output and recieve output from the user, even change the output color and backcolor. Just pop thin in to your project and use like this: public sub Test() dim c as new cConsoleApp call c.Create("My Console app:) c.WriteLine "Hello. what's you name?" c.GetUserInput c.Writeline "Hello " & c.LastUserInput c.GetUserINput c.Destroy end sub

4_2005-2006 #161464
Hex Viewer

This program is a hexadecimal viewer. Please vote for me!

4_2005-2006 #161476
Another Tray Sample (with popup menu with images and a "button effect")

A Task Tray example in pure Win32, with PoPup Menu with icons and a nice "button effect" on left mouse click. Just 5 lines of code! See tray.h file for more info. MS Visual C++ and Dev-C++ IDE projects included.

4_2005-2006 #161484
MarieWheel Encryption

This is a control class that encrypts code using a wheel algorithm.

4_2005-2006 #161485
XML To TreeView Parser

Will put parsed XML into a TreeView control.

4_2005-2006 #161534
Add your own font dialog to your Apps!

This is an good example of Selection font dialog box. Which includes, Bold, italic, underline, font color, Font soze, Font name, etc.. Best one! thanks from Prakash.Y Please vote for me.

4_2005-2006 #161559
ListView Control For Files In Folders OCX Control By MegaSoft

Ever tried using the listview control in your application to view files???? Well if you have you will probably know that it takes a few modules or about a few hundred lines of code! Well if you ever thougt in your mind... "I WISH SOME ONE WOULD CREATE A CONTROL JUST FOR VIEWING FILES................" Well your Dream has just come true! It only takes 1 line of code to load up all the files in a listview! Explore1.path (Dir1.Path) It can also load up the individual properties for any file - find size, type, location etc. and you have them this control is royalty free so you dont need to pay. All I ask is that you email me (by Clicking my name above) if you are using it in any examples of apps, and give me some credit! Otherwise, please vote, please, please, please, please, please, please, please, please, leave comments and VOTE! Please report and bugs by the comments below

4_2005-2006 #161605
Win32 Dialog - Fullscreen

It is a Win32 Dialog without a resource script. The Dialog is made by scratch, and it was made so you can see a fullscreen 'black background' dialog on monitor. I Hope you like it.

4_2005-2006 #161612
JasOn's SUD!

It has semi-A.I. (such as People moving around in random directions at a certain pace depending on the speed you set it to in the editor. You can also carry objects and drop them in other rooms. You can also edit location descriptions and change their exits around. You can even add rooms :)

4_2005-2006 #161657
Directory Tree ActiveX control code

*I`m sorry I forgot that the folder.bas was added from another project* My Humble apologies. shows a directory tree view using treeView control retriving the icon associated with the folder or drive

4_2005-2006 #161703
ADO.NET - EntryForm - Base Form Template

ADO.NET - EntryForm - Base Form Template - Inserting this inherited form into your projects you will be able to easy perform tasks such as GoTo record, Search for Records, Filter Records that meet your criteria. Also these sample project expose : DataSet, DataAdapter (Insert, Update and Delete Commands), DataGrid, DataBinding, Relations. I hope you find it usefull and don forget to Vote!.

4_2005-2006 #161707
Get Row Value of a Selected ListView Item

Informational

4_2005-2006 #161752
Wipe out a file using Windows API. No traces, no recover.

Completely destroy a file with no chance of recovery or trace. Use of CreateFile, FILE_FLAG_NO_BUFFERING (Open the file with no intermediate buffering or caching) FILE_FLAG_WRITE_THROUGH (Write through any intermediate cache and go directly to disk) and also FlushFileBuffers function to ensure that file buffers will be flushed! A must test and see.

4_2005-2006 #161790
Pak System & example of how to use dll's

This is a dll that handles file control into a pak system like quake3 and other games. The files are imported one after another in a "pak" file. If you want to retrieve a file all you have to do is call extract_file with the filename and path you want it to goto. The dll (included) has the following functions: EXTRACT_FILE OPENPAK RETURN_NUM_LOADED RETURN_SIZE RETURN_TITLE and an example project on how to use the dll is also included.

4_2005-2006 #161804
Database Driven Select Menu w/ default select

Database Driven Select Menu -- code is commented. Pulls all values including URL from database and uses small javascript for menu functionality. There is also a value that can be changed to show a different default selection in the select menu. I must warn you all that I am very new to ASP, but wanted to give something back to the PSC community. I hope that you find it helpful in some way. I claim no copyrights to this code as most of it was pulled from online examples and tutorials, I just constructed it to suit my needs. If you make any mod's or changes, I would love to see them....please take time to vote for this beginning ASP code, and any additonal comments by you gurus out there would be very much appreciated. Thank You!

4_2005-2006 #161828
Good Encyption - Recoder

This module will quickly encrypt any text that you give it, using the user supplied keycode. Rather than a simple xor cipher, this code will alter the code in the following ways: 1. Generate a string of random numbers and put them at the beggining of the string. This prevents a possible cracker from figuring out the beginning of the actual message. 2. Transform the key by adding itself in different ways to itself, preventing a simple frequency analysis, particularly in short messages. 3. Screw around with the current character, then change it again depending on whether it's even or odd, then xor it one more time for good measure. 4. Xor the current letter with the next letter. This makes the whole message dependent on the ecryption/decryption of each previous letter. 5. Swap the whole string around in letter-groups the integer-half size of the key (i.e.:int(keylength/2)). This makes it so that a partially decrypted string makes absolutely no sense, and helps to shuffle around words that could be analyzed and solved (like 'the', 'it', '-ing', 'of', etc). If you like the code, voting is good, but I prefer comments and ideas. Post them here or email/YIM [email protected]. Thanks! [UPDATE} - Fixed the screenshot to show decryption!

4_2005-2006 #161917
VB HexEditor

quite nasty hexeditor in vb6 can handle files upto 2.1 gb (uses a custom filebuffer to avoid loading all data at once) supports copy paste , delete / insert bytes and multiple documents.. i saw some other guy has submitted his hexeditor so i figure i could just as well submit mine to instead of letting it just rott on my hd... its not finnished but its still quite nice , hope you like it... start hexed.vbp list of features: filebuffer (load files upto 2.1 gb) copy paste data in both hex/text mode mdi app custom scrollbar to allow more than 32k lines file compare tool , compare 2 or more files string extractor , extract strings (ansii/unicode)

4_2005-2006 #161957
Chicken v1.0

This program will simulate a chicken.(Not a very good program and not finished)This program can show you how to open a file and write to it.

4_2005-2006 #161966
File Types Example (Updated)

File Types Example retrieves all registered file extensions from the Windows registry and presents them along with the file types and default icon. Right-Click on the file extension to view the file types key, content type, default icon file and the file types actions, also, you can backup the registry entries in a .reg file.

Languages
Top Categories
Global Discovery