Advertisement

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

5_2007-2008 #174353
Clean IT Out

Hi this is a little program that can remove Items left behinde by programs, It rmoves old files form the Temp folder., Removes Items form the Recent Doucemnts menu, Removes old Typed in web address form IE and Netscape. Removes Netscape cache, Clears Items form the Run Menu, Emptys the Recyle Bin And also has some more functions like a Simple but effect File Wipeing. anyway I hope you like this program and please Vote for Me... Also please leve lots of comments.

5_2007-2008 #174391
DM Console+Make Tool

Hi all, this is a real console app that can run from the DOS Prompt. comes with it's own tools so you can convert the app after it's been compiled. so no need to mess around with Link.exe. well it comes with it's own example. and also I made a little help file. Hope you like it.

5_2007-2008 #174400
DM Resource Builder

This small pice of code will allow you to compile a text file to a .RES resource file that can then be included in to Visual Basic. At the moment the compiler only compile custom resource types. Note that this compiles the files without the RC compiler. also at the moment the source code will only compile one file to a resource file. if someone can help with that problum that will be helpfull. Well I hope someone finds some us for the code.

5_2007-2008 #174403
DM ZipViewer

Nise little project to view the contents of zip files anyway I made it as a Class DLL so you can easy load the dll into your projects, comes with full source of dll+ example, can view all files in size includeing, sizes, ratios, Paths, and much more, Example project allows you to also use the listview and add the files and File icons, etc anyway there maybe one or two bug not sure as it only took 30 min to write anyway hope it maybe of some use.

5_2007-2008 #174418
DM Self Delete Program

Self Delete is a small example of how to delete a program after it's been closed. I seen many examples. but none that do the trick for me. ok this example. allows you delete files regardless of sort or long filenames deletes from any location, Deletes regardless of file attributes. all code is commented and easy to use. hope you like it.

5_2007-2008 #174421
Command Line Argv

Hi, This is some code I made about 30 min ago that will phase in the commandline Arguments. A little like what you see in C++, supports command line Arguments with spaces, quotes, find out the number of Arguments. I also included a small example Hope you may find it usfll.

5_2007-2008 #174424
Color Folders

Color folder is a small tool to chnage the color of a folder, I made this example after seeing GioRock Custom Cursors Color example. that gave me an idea, anyway you chnage the folder color, and it also does a small amount of shadeing, there are also some folder styles. and the option to set the icon on a folder. anyway hope you like it, agian Thanks to GioRock for shareing his example.

5_2007-2008 #174426
DM Properties List

hi, I was working on a small project, were I needed to add properties to an control. so I decided to make this little quick code, does not use the DataGrid, as I did not want to use, over loaded controls, all this uses is TextBox and a ComboBox array. anyway code is faily simple, and it sort of does the job for small things, anyway hope you find it usfull.

5_2007-2008 #174439
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

5_2007-2008 #174447
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.

5_2007-2008 #174457
[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.

5_2007-2008 #174479
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.

5_2007-2008 #174481
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 =)

5_2007-2008 #174508
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.

5_2007-2008 #174546
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

5_2007-2008 #174638
Add Byte's to a .exe file

It add Bytes to a file.

5_2007-2008 #174639
Include a file in a program

Include a file in your program.

5_2007-2008 #174675
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

5_2007-2008 #174684
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.

5_2007-2008 #174746
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

Languages
Top Categories
Global Discovery