Pallab's Site
Md Ashfaqur Rahman Pallab
Home
AboutExpand About
Blog
ServicesExpand Services
Albums
Guestbook
Contact

Create/Recover File Backups (VB 6.0 Class Module)


clock October 23, 2007 07:33 by author Pallab

Project Type: File Backup Class

Content: Visual Basic 6.0 Source Code

Description:

A simple class for Backup and Recovery of files. Set the File name & path to the SourceFile property of the class, and the name & path where the backup copy will be saved to BackupFile property. Now you can save the backup by calling Backup method, and Recover the file from backup by calling Recover method. SourceExists and BackupExists properties can be used to check if the source file or backup file exists in the disk. A sample application is included with the class. The class code is commented well for your better understanding.

Click the following link to download the project:

FileBackup.zip (4.14 kb)



VB 6.0 File Read/Write Class


clock October 23, 2007 06:48 by author Pallab

Project Type: VB 6.0 Class

Content: Visual Basic 6.0 Source Code

Description:

It's a simple VB Class that can be used to write to or read from a sequential file. You can create a new file, or can add text to an existing file using the WriteToFile method. The WriteMode Property determines whether to add or create a new file. The ReadFromFile method returns the text of the file, also sets the FileText property of text array with each line of File Text. A sample test form is included with the project. Trying with its properties and methods will give you a better understanding.

Click the following link to download the project:

FileReadWrite.zip (5.05 kb)



Sholo Guti game using Visual Basic 6.0


clock October 19, 2007 15:03 by author Pallab

Download Sholo Guti Game

Project Type: Game
Content: VB 6.0 Source Code & Application
Developer: Md Ashfaqur Rahman Pallab

Description:

Sholo Guti is a very popular game of Bangladesh. Even though it is similar to Checkers, the board is more attractive, and there's a little variation in the rules. The pawns can move to any direction indicated on the board. Unlike Checkers, you can leave any possible captures if you wish.

I developed this game back in 2004 with the intention in my mind to promote our Bangladeshi cultural games to the new generation of PC gamers. This project was published in the June'04 Edition of "Computer Jagat" magazine, Dhaka, Bangladesh.

Click the following link to download the game:

SholoGuti.zip (1.41 mb)

The download contains Setup file to install the game and play. It also includes the VB 6.0 source code for the developers to further work on it. This is a freeware. You can reuse or redistribute it as you wish, provided that you keep the name of original developer.