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

Bangla Date Converter


clock November 2, 2007 18:04 by author Pallab

Try my Online Bangla Date Converter today! No download required. It's 100% FREE service!! Click Here


Project Type: VB 6.0 Application

Description:

This software converts dates of Gregorian Calendar to their corresponding date of Bangla Calendar and vice versa. It also provides a way to save customized comments for any particular date, which will be displayed each time selecting the date. (Bijoy Keyboard Interface is required to insert Bangla comments). The rules of Bangla Calendar defined by Bangla Academy is applied here, which is followed by the Govt. of People's Republic of Bangladesh. It supports both Bangla and English interfaces. This software was awarded First Prize in the district level Science & Technology Week of Gazipur District, Bangladesh in 2000.

Please click on the following link to download the application:

PCCDateConverterSetup.exe (2.69 mb)



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)



Draw Square Game using Visual Basic 6.0


clock October 22, 2007 13:02 by author Pallab

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

Description:

This is a two player computer simulation of Draw Square paper game. Create a matrix of dots on the board and draw lines between any two dots either vertically or horizontally. Each player will get his/her turn simultaneously. If a player creates a square by drawing a line with three other previously drawn lines, the square is said to be captured by him/her, and the player will get a chance to draw one more line. The game will continue till all the squares are captured by the players. The player who captures more square will be declared the winner.

Click the following link to download the project:

DrawSquare.zip (1.68 mb)



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.