VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Evaluates things by size and weight, customizable, useful for a few things.

Sane Dell  (1 Submission)   Miscellaneous   Visual Basic 5.0   Unknown Difficulty   Thu 21st February 2008   Mon 8th February 2021

Evaluates things by size and weight, customizable, useful for a few things.

API Declarations


'this program evaluates packages or items of choice by weight and size for delivering purposes
Const HEAVY As Integer = 27 'the max weight in kgs
Const BIG As Integer = 100000 'the max limit for area in cms
'this program requires 4 text boxes, 6 labels and 2 buttons, the displays can be changed to anything, and so can the number requiremnts should you want to evaluate something else.

Rate Evaluates things by size and weight, customizable, useful for a few things. (2(2 Vote))
Evaluates things by size and weight, customizable, useful for a few things..bas

Evaluates things by size and weight, customizable, useful for a few things. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters