Results for "Category: Files"
nice phone book with semi interface so nice it's working try it
The article describes how to create dll. Gives very primary details and code of the dll project.
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.
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!
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.
This is an educational software that is developed using files in C. This software is used to conduct user defined quiz.
Read any directory structure , simple or complex
Reading zip file contents
Creating zip file from any files or folders
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.
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.
THis code only 4 New User. The purpose of this code to introduce the working of Tree View and List View Box.
This program counts the ()[]{};"', number of lines, characters and command, and writes an analysis for your use. ALL RIGHTS RESERVED.
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...
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
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
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
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
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.
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