Tuesday 24 August 2010

Visual Basic Codes (complete project)

Notepad-like Editor
This is an implementation of Notepad in VB. Good introduction for beginners who want to get started with document editors.
Screen shot


Search Directories or Hard Drive for Picture Files
PicFinder is a utility program that search the selected directory or drive for picture files (i.e., files with the extension .gif, .jpg, .bmp, .ico, or .wmf.). Found pictures are displayed in a list box and you can preview each one. 
Screenshot




Clock Screen Saver
Compile this project with a .scr extension, copy it to your windows directory and it works as a screen saver that displays the time.
Screenshot
  

Contact Manager Using Random Access Files
This is an address book that uses Random Access Files instead of a database to store information. It also includes a simple memo module (which also uses random access files) and a calculator.
Screenshot
 

Folder Browsing and Manipulation Application
This application lets you browse folder and files on your system, view folder properties, and create or delete folders. A good demo of the use of Drive, Directory, and File List Boxes.
Screenshot
 

Search For, Preview, and Open Files
Nice utility to search for files, preview those found and open them in an associated application. Demonstrates numerous useful API functions and a possible alternative to the Windows search utility.
Screenshot
 

No comments:

Post a Comment