Advertisement

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

6_2008-2009 #200943
Modify File Attributes

Easy to use module. Allows you to modify any file attributes, for example make a file hidden, read-only and archived.

6_2008-2009 #200965
ActiveX Installer 1.1

This code creates a small self-extracting EXE which can be used for installing ActiveX controls and DLLs. You can display a license agreement and have the component(s) automatically registered. This version allows multiple files to be added to the EXE and has a new interface. You can also save your projects for later use. Be sure to compile the Stub project before running the AXExe project.

6_2008-2009 #201009
modeless dialog app

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

6_2008-2009 #201073
Multi File Select CommonDialog Box - Must have for MP3 players

Lets you select Multi files out of a CommonDialog box and list the paths in one list and the filesname in another This code is a must have for people making a MP3 player Please tell me what you think, and vote!

6_2008-2009 #201074
CommonDialog Multi Select - Must Have Code

Update of my old code, does the samething just explained Also Demain Net riped my code and put it in there program u can see this because my post was done before they updated there U can get my old code here http://www.planet-source-code.com/xq/ASP/txtCodeId.12096/lngWId.1/qx/vb/scripts/ShowCode.htm This code is a must for people making mp3 players etc everyone should have this code Tip: Make your CommonDialog Box max file size "9999" If you think this code is good (and it is) please vote for me

6_2008-2009 #201171
Create a tree directories in one single function call ** A Must SEE one **

It will create a tree of directories even though your PC doesn't have the parant directory. For example if you want to create a directory "Test3" under C:\TEST1\TEST2. This function will create TEST3 and it will also create TEST1 and TEST2 if your system doesn't have TEST1 and TEST2. Please Vote ;)

6_2008-2009 #201197
The Account Organizer

This program was designed to balance my checkbook because I am too lazy to right down where I wrote my checks and stuff. You could also use it to keep track of a savings account or something. Even if you don't have a checkbook you could learn from some of the api in it or learn how to use the common dialog control. (saving loading files, especially list boxes which everyone seems to want to know how to do) It also comes with a cool alarm clock that plays a wav when timer goes off.

6_2008-2009 #201309
Save / Write contents of a listbox to a textfile

Save /Write contents of a listbox to a textfile

6_2008-2009 #201311
Read / Load contents of a textfile into a listbox

Reads / Loads contents of a textfile into a listbox

6_2008-2009 #201323
Embedding files in VB to be able to make them on the fly

To be able to make files on the fly. To embed those files within the executable of the vb program. To have one exe file that can make dependent files as needed.

6_2008-2009 #201359
file association within a program (Flash Player Example))

This little number will help you understand the idea of having a file association like notepad, wordpad or any other program that if you click the data file it will launch the program and open the file. This one will play macromedia flash files, plus also has an auto resizer so that you can grow and shrink the window, and the information inside will do so as well.

6_2008-2009 #201415
View Pictures using HTML in VB

This searches a givin directory for .jpg .bmp .gif and can be edited to search for other picture formats as well. It then lists all pictures found in a listbox. Click the checkbox to preview each picture 1 at a time in Microsoft Internet Control(Web Control). Please Vote! underground technologies u_tech@excite.com

6_2008-2009 #201453
Persian Calendar Viewer

Persian Calendar Viewer

6_2008-2009 #201473
ReadWriteIniFiles

Read and write INI-files.

6_2008-2009 #201488
Download manager

This code will tell you how long it will take to download a file just put in the Size and speed it will do the rest

6_2008-2009 #201503
Explorer Treeview Sample

This code shows how to load an Explorer type treeview control using the FileSystemObject. The heart of the code is modTreeview, where all the work takes place. You can drop this module into your project, reference the FileSystemObject and go. All the code is here to show you how to load the treeview control, handle clicks and get the path back. Nothing majorly spectacular but handy. It is also fast loading because it doesn't load the next "level" until the user clicks...just like windows explorer.

6_2008-2009 #201516
Getting User Feedback and Using Edit Boxes

There are two different programs which come in this *.zip file. One of them is about User-Feedback. The other code is about using edit boxes. This also comes with a really great e-book on: “Writing your first dialog based application using Visual C++.” I strongly recommend you read this e-book if you are just starting to program in Visual C++ (Uses MFC).

6_2008-2009 #201536
File Stamper

Allows you to reset the Created/Last Modified/Last Accessed date/time stamp on a single file, multiple files or all files in a specified directory. Works on all file types with all file attributes (normal, read-only, archive, system, hidden). Useful for setting uniform date/time stamps for a project deployment.

6_2008-2009 #201544
Calendar Date Picker for text boxes

This lets you click a button by a text box, click a date, and it fills in the textbox for you. Instructions: unzip into a single directory and look to popupcal.asp for a demo. Added comments to popupcal.asp to answer some of the questions people have had.

6_2008-2009 #201622
Convert Text Document to HTML

This routine will allow you to convert any text document into an HTML document. This is a basic function that simply puts the template HTML tags into place and then adds line breaks after each line of the text file is read in. This would be handy function for converting large numbers of documents to web-format. This code would be used as following: Call FileToHTML("c:\autoexec.bat", "c:\test.html", "Auto Execute File", "maroon", "white")

Languages
Top Categories
Global Discovery