Advertisement

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

2002ASP #6948
File Shredder

Shredds Files...i dont know how secure it is but please test it and tell me! =)

2002ASP #6955
crc-cyclic redundency check-useful for encryption,compression,installers

Generate file specific and unique CRC strings. Just like the Winzip CRC. Useful for verification of decompression accuracy, decryption accuracy. Installers may use this to detect bad or damaged file.

2002ASP #6968
Using dir() to get a list of files and directories

instead of using the api and having to deal with nulls and UDT's and stuff, y not just use dir(), i have included 2 functions that return string arrays which contain all the files or directorys in the folder u specify. enjoy :)

2002ASP #6980
Create a shortcut with the Windows Scripting Host (no VB6STKIT)

I wanted code that used components that were mostly likely to be found on a user's machine. VB5STKIT, VB4STKIT, and VB6STKIT all could be used for creating shortcuts, but there is a good chance they weren't already on the user's machine, meaning I'd have to include it in my install package. The Windows Scripting Host is a default installation on Windows 98 and higher, and is likely on a Windows 95 machine. Plus you can include an object test to easily verify the user has the Scripting Host installed.

2002ASP #6988
Trial/Registration

Lets you create time limit on your programs

2002ASP #7007
TapeChanger

This program uses the ASPI layer to manage the basic functions of a tape changer or autoloader. It can inventory the magazine, load and unload a specified tape and clean the tape drive head. It also has an automatic mode. WARNINNG. LARGE file (1.08Mb). Zip also contains SCSI documentation from ANSI and HP, as well as my own document. This program shows how to send RAW SCSI commands to a changer or other device, and get it to do something.

2002ASP #7008
AA File description tool AA

Demonstrate the use of several contols such as RitchTextBox, ImageList , ToolBar, PictureBox,PRINTER, PRINTER PREVIEW, file atributes, file info,file size, file date, Icon Extractor, file exists, file extentio, file type, CPU monior,....some EASY API, fully comented for the hadrest parts I have grabbed some other author's code but I can't find their names back so i you recognize yourself, mail me and 'ill be enjoyed to refer

2002ASP #7136
Directory Sizer

Suffering with the problem of lack of disk space I knew there must be a directory on my hard disk that contained a lot of information, this is why I wrote this application. Its simple in what it does but can provide useful information about your hard disk space. It allows you to select a drive and then by using a tree control lets you navigate through it displaying hard disk usage for each folder it sees..

2002ASP #7137
Directory Sizer v2

This is version 2 of my directory sizer. This has been brought on by the comments left for the previous submission. Its idea is simple but is useful where by it lists sizes of directories in a Treeview. In this version I fixed a little bug with duplicate keys and have also made the directories sorted by space used.

2002ASP #7185
EHS Language

This code is a really basic scripting language that is good for beginners and can be used to start anyone who is interested in making a programming language off in the right direction. Please vote if you think it's any good! I'll add the IF stuff for you guys soon!

2002ASP #7217
Header2File_by_GiChTy

With this code you can write / read some small headers into any file, e.g. exe, zip, ... VERY useful code, a MUSTHAVE for every programmer.

2002ASP #7221
Create New Folder from the popup menu of "tpye:File Folders"

tired of waiting to popup the new>New Folder heres a little program... this makes yer life easier

2002ASP #7258
Make Transparent Forms by a Forms Picture

This will make a Form Transparent according to a Pixel of it's Picture. Be patient with me as I am learning how to code in C++. This code was ported from a project in VB by Chris Yates. However VB is horribly slow so I thought I'd make a Dll in C++ that did the same. Here's the result

2002ASP #7285
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

2002ASP #7292
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.

2002ASP #7293
Creating a simple menu

This VC++ 6.0 project shows creation of menu in dialogbox and also a contextmenu on right button click.

2002ASP #7373
Popup generator

Generates the code for opening a popup window depending on the parameters passed by the user. It also has featrues to test the generated code.

2002ASP #7446
How To MAKE a window, NO MFC

Well, want to ACTUALLY create your own form? no MFC or Resources. This is code to actually make a raw form. easy to use. Please gimme feed back.

2002ASP #7486
_Console Menu Foundation Class

This is a console menu foundation class. This allows you to create menus in seconds! Methods include: AddMenu(int ID, char *Name); AddItem(int ID, char *Name, void (*Function)()); Draw(); Run(); ...

2002ASP #7496
modeless dialog app

This is a GREAT / COOL program that would let begginers write your C, C++ programs in windows rather that DOS.

Languages
Top Categories
Global Discovery