Advertisement

Results for "Category: Files"

ASP_Volume3 #64889
phone book best

nice phone book with semi interface so nice it's working try it

ASP_Volume3 #64902
What are DLLs

The article describes how to create dll. Gives very primary details and code of the dll project.

ASP_Volume3 #65077
Define Your Own Custom File Type

The sample application and article describe how a developer can create a custom file type based upon the use of serialization and deserialization of objects using a binary formatter within Visual Basic 2005.

ASP_Volume3 #65154
SharpZipLib demonstration - Zip and Unzip files

Unzip & Zip files, allows user to set password on files to be zipped. Full usage of #ZipLib (www.icsharpcode.net). Foundation code provided by Andreas Krohn. I couldn't find a decent zip/unzip function on PSC so I thought I'd throw something together for everyone to use. Hope you guys enjoy it, it's my first submission! Thanks to the guys at icsharpcode.net for making the great library! Vote if you like it! Thanks!

ASP_Volume3 #65281
A File Copy Program

This file copy program has the additional feature of allowing the user to specify what part of the file he or she wants to copy. This is especially useful when only some part of an audio or video file has to be copied.

ASP_Volume3 #65345
Quiz

This is an educational software that is developed using files in C. This software is used to conduct user defined quiz.

ASP_Volume3 #65439
Reading Directory Component

Read any directory structure , simple or complex

ASP_Volume3 #65440
Reading Zip File

Reading zip file contents

ASP_Volume3 #65441
Writing Zip File

Creating zip file from any files or folders

ASP_Volume3 #65492
Multi-User Phone Book

A Multi-User phone book... the usual stuff around phone books, whith menus and nice options. a readme file (with some usefull help) will be generated once you run the program.

ASP_Volume3 #65493
Multi-User Phone Book v2.0 (Advanced)

Similar to the first Multi-User phone book... but i added a class called TMenu to handle the menus and i changed some other things, i fixed some bugs but i think some other bugs appeared, anyways a readme file (with some usefull help) will be generated once you run the.

ASP_Volume3 #65659
TreeView and ListView using MS Access

THis code only 4 New User. The purpose of this code to introduce the working of Tree View and List View Box.

ASP_Volume3 #65683
Source Code Check

This program counts the ()[]{};"', number of lines, characters and command, and writes an analysis for your use. ALL RIGHTS RESERVED.

ASP_Volume3 #65954
Upload any fixed type of files, control file type through javascript and encrypt filename using php

In this example we are see how to upload a fixed type of files. we are going to define a function in javascript and using that function we will going to check extension of file which will get upload. also encrypt filename using php so file not get overwrite, we are going to add current time span with filename so if one are more file of same name get uploaded will not overwrite each other. very simple code... see example for details...

ASP_Volume3 #66235
Zip Files Easy!

The purpose of this article is to demonstrating zipping files using the ZipPackage class in this System.IO.Packaging namespace. This demonstration uses: VB.Net 2008 .Net Framwork 3.0

ASP_Volume3 #66727
BestTranslator

This article is sample code of file and string functions... Learning aboute search in files and function string... This article uploaded in another host because it size longer... Please download this link : http://www.4shared.com/file/R4UyJAUJ/BestTranslator.html OR http://www.4shared.com/file/R4UyJAUJ/BestTranslator.html

C_Volume2 #81268
How to search a directory tree for files

The following code sample illustrates how to search from a given directory downward through the entire directory tree. The sample output from this example is directed to the system debug screen. For this example, the first class member (below) is called by a menu item. After the search is finished, a message box pops up. http://www.concentric.net/~cgalbrai/dirsrh.shtml

C_Volume2 #81297
encapsulate Memory Mapped Files

Memory mapping is a powerful mechanism Win32 provides to implement shared memory and also to access files though a simple memory pointer without having to implement your own home brewed buffering mechanisms. As an example its as simple as calling void* lpData = mmf.Open(); CharUpperBuff((char*) lpData, mmf.GetLength()); to convert a file (of any length) to upper case. Areas where you might find this of interest include very large database files with fixed records, audio processing, string operations and image processing. The other side of memory mapped files is to implement shared memory. As you will probably know, Win32 puts each process into its own address space, thus making it impossible to pass ordinary pointers across process boundaries. With memory mapped files you get back this very useful mechanism. The enclosed zip file contains the CMemMapFile source code and a simple dialog based application which demonstrates all the functionality of the class. For further details about the example program have a look at the BOOL CTestmemmapApp::InitInstance() function and the CDialog1 member functions both in testmemmap.cpp PJ Naughter at http://indigo.ie/~pjn/index.html

C_Volume2 #81368
Intro to C/C++ Part 10: File I/O (part 1)

This is a slightly more advanced topic than what I have covered so far, but I think that it is useful, and I think it will be useful to many people. File i/o is basically reading, and writing files. This lesson will only cover text files, that is, files that are readable through a text editor, as opposed to binary files(exes for example). It will not cover a great deal, for example, this lesson will not deal with searching files or reading specific data from files. It will merely be concerned with opening, writing, and reading text files. Don't worry though, lesson 11 will cover much more on this topic.

C_Volume2 #81389
TAPI

The code helps to Dial a phone number if a Voice modem is attached to the system. It waits for incomming calls and displays status of the calls. It uses TAPI API calls to intialize and open line and monitors the line for any event to take place. All the events like phone ringing, incomming call etc. are reported to the user

Languages
Top Categories
Global Discovery