Advertisement

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

ASP_Volume3 #56179
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.

ASP_Volume3 #56187
MarieWheel Encryption

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

ASP_Volume3 #56188
XML To TreeView Parser

Will put parsed XML into a TreeView control.

ASP_Volume3 #56237
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.

ASP_Volume3 #56262
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

ASP_Volume3 #56308
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.

ASP_Volume3 #56315
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 :)

ASP_Volume3 #56360
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

ASP_Volume3 #56406
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!.

ASP_Volume3 #56410
Get Row Value of a Selected ListView Item

Informational

ASP_Volume3 #56455
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.

ASP_Volume3 #56493
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.

ASP_Volume3 #56507
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!

ASP_Volume3 #56531
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 ajcis55@yahoo.com. Thanks! [UPDATE} - Fixed the screenshot to show decryption!

ASP_Volume3 #56620
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)

ASP_Volume3 #56660
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.

ASP_Volume3 #56669
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.

ASP_Volume3 #56722
Enhanced INI File Functions

With this class you can: - Create / Add INI sections and keys - Delete / Remove INI sections and keys - Rename / Edit ini sections and keys - Update key values - Specify your own format to create your own standard of config file. Very well commented!! Please vote for me!!

ASP_Volume3 #56743
Binary Compare/Patch maker

Extracts the binary information from 2 files, checks them for differences, then if there are differences it will add the new information to the file you want to patch.

ASP_Volume3 #56767
A window with buttons, listbox,status bar,toolbar,dialogs,combo,checkboxes,radios, icons, menus.....

An window with lots of controls, dialogs, menus, toolbar, status bar, progress bar, icon, timer, can now play animations (AVI Filed only), can shutdown, reboot computer, save text and load text from a file, change the font of an edit control.

Languages
Top Categories
Global Discovery