Advertisement

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

4_2005-2006 #151921
DM File Finder v1.0

Hi, This is a simple and basic File serach tool I made for my self cos I do not like Vista new serach tool, anyway it easy to use and can Serach by filename or patten eg *.exe, it can also serach in a single folder or subfolders and display the results. anyway Hope you like it

4_2005-2006 #151929
DM Simple FileAchiver v1.0

DM Simple FileAchiver v1.0 DM Simple FileAchiver, is a simple file achiver I made for an easy way of keeping files I needed for a game, in a simple way, makeing is also easy to update the grx and other resources. DM Simple FileAchiver, allows you to Add, Extract, Delete and Open files You can also create a build a self extracting exe, to give to other people. All code is commeted, main packing code is in the two class files. so if you do not use the program, you can still find some usfull code for using listview, dealing with files and other things, that may help with your own projects, Hope you like it.

4_2005-2006 #151939
[An improved version] of my previous Random File Access Program

Beta V1.0.4 of my Random Access File program. By no means is this a complete app; however, it now has the look and feel of an Access environment...MDI look-and-feel (just the beginnings). Adding more validation routines, login prompt (which uses reads from an ini/config file), toolbars, menubars, progressbar and search function. Great for beginners and may help some intermediates. No ODBC or ODBC-bridge needed. Just a simple text file using the age-old Random Access. Again, this is not a complete app. If you like it, please vote and leave comments.

4_2005-2006 #151961
File Copy Class with Buffer Support (HOT)

Well, i saw all the submissions on FILE copy, and i decided to share my buffered copy class. Worth a look if you are looking for a screamming fast file copy (excells on large files and floppy disk access - physical reasons:), oh, and before i forget... it has PERCENTAGEREADY support... u can update a label or a progress bar with it.

4_2005-2006 #151963
INI Read and INI Write - Simple and Error Free

INI Read and INI Write made simple. I included examples in each function. If you like my codes, then please vote for me. But only if you like them. Thanks =)

4_2005-2006 #151990
CD Autorun Maker

It really does two things. Shows how to make a path appear in a Textbox with a Common Dialog. And it also demonstrates how to make an INI file. You'll have to edit the .ini before you burn it on the cd, and you'll have to copy the app and icon you specify onto the cd and change the INI's paths respectively. Just something i did to help newbies out there.

4_2005-2006 #152028
Passworded

Sorry guys about my other code....i compiled the exe with it and i found out i had the cih..i cleaned my system ..but im not gunna add exe files to the zip's anymore...sorry about my other code... this is somethin u can use for a startup of a program for password stuff...you can create new accounts for username and passwords...it works..no bugs..no exe file in this one

4_2005-2006 #152120
Add Byte's to a .exe file

It add Bytes to a file.

4_2005-2006 #152121
Include a file in a program

Include a file in your program.

4_2005-2006 #152157
Create a toolbar/statusbar in a dialog

Create a toolbar/statusbar in a dialog. To add a control bar to a dialog, you must create the control bar as usual, and then make room for the control bar within the client area of the dialog. For the control bar to function properly, the dialog must duplicate some of the functionality of frame windows. If you want ON_UPDATE_COMMAND_UI handlers to work for the control bars, you also need to derive new control bar classes, and handle the WM_IDLEUPDATECMDUI message. If your dialog is not the main window of your application, you will also need to modify its parent frame window to pass the WM_IDLEUPDATECMDUI message on to the dialog's control bars. To make room for a control bar within the client area of the dialog, follow these steps in your dialog's OnInitDialog() function: http://stingsoft.com/mfc_faq/chapter6/chapter6_5.htm

4_2005-2006 #152166
Timer functions

Get you a easy way for creating and using timers on your window application. This code use two timers and you can see how to start and stop the timer.

4_2005-2006 #152228
All_Form.ASP

Multi-function form for basic navigation, table editing, and recordset paging. This example includes code to dynamically build an SQL UPDATE command based on changed items on the current record. http://adozone.cnw.com/default.htm

4_2005-2006 #152233
Serial Com User Control

This is an event driven VB user control to handle serial COM communications. Instead of using the default ocx you can now compile this user control with your code and you don't need to supply any extra ocx's or third party dll's to support serial comm's.

4_2005-2006 #152237
Menu pagelet for ASP.NET

Simple server-side menu control - kind of - for ASP.NET pages. It's best suited for a site where all pages use the same menu. All pages share the same pagelet, which contains all the menu items and the logic. You can define two menu levels (main menu and submenus). When you click on a main menu item the submenu drops down. The currently shown page is shown bold in the menu. The code contains the pagelet (navbar.ascx) and a sample page using it.

4_2005-2006 #152268
Pure Cool Menu

Demostrates how you can easily create a cool menu using the default filters which are part of internet explorer. You can easily modify the code to use it for your own menus.

4_2005-2006 #152275
Calendar this... :-)

get date by external datecontrol... programmed by bert de verschrikkelijke and sOul-

4_2005-2006 #152281
Binary Save/Open File

Saves/Opens Binary file. Takes the contents of (2)Listboxes, (1)RTB, and (1)Label and saves to a binary file. Also opens the contents of the binary file into (2)Listboxes, (1)RTB, and (1)Label.

4_2005-2006 #152359
UPDATED: NTFS Data Streams: the true way to hide information and extend your file system

11/10/2003: To celebrate my mother's birthday (to whom I shall dedicate this update to) I've decided to post a new version of the code. As posted in the recent article, all of the bugs and features that you have suggested have been implemented. Thank you very much for your comments! If you find any new bugs, please let me know! This article will teach you about a big secret of the NT File System (NTFS): Alternate Data Streams. First off, a brief history about ADS will be offered, followed by practical applications of data streams, with examples. Finally, explanations on how to protect yourself from the dangers (and what they are) of ADS. Full source code is included as well as a GUI for scanning your disk for ADS, as well as editing and viewing them (or creating new ones). As a bonus, there are two versions, one in pure API, and one using VB controls. Finally, you can integrate this app in a VBS script, with very little modification, for server maintenance.

4_2005-2006 #152360
NTFS Data Stream Update

Hi everyone, Included in the ZIP file is a new version of the NTFS Alternate Data Stream code. It fixes all the bugs listed below, and add new features. All of these have been kindly given as suggestions from everyone on the site, and I wish to thank you! If you'd like to read the original article and vote on it (if you haven't seen it already), it's located at: http://www.planetsourcecode.com/vb/default.asp?lngCId=47299&lngWId=1

4_2005-2006 #152398
Recurse thru sub directories

I haven't seen this on PSC using the filesystem object or a collection. very neat and fast since you don't need to go through it twice to redim an array. the only slow down with this code is the print statement.

Languages
Top Categories
Global Discovery