From codeuu,source code
AGE AND ZODIAC SIGN FINDER. And also having detail description of all Zodiac Signs.
Hi. This is another version of the code i posted last year at:
This code will help you learn how to use a timer. It has tenths of a second, seconds, and minutes that add up, like a stop watch. I would really appreciate all e-mail and votes (I would like the votes to be based on how easy, my content, and how I explained how to make a stop watch).
Just a basic calculator, first program i've written. Would appreciate any feedback,tips etc.
This project will find the slope and the y-intercept of two given coordinate points with the equation: y = mx + b which may sound familiar if you are good in math or are taking algebra. Please report any bugs to me and I'll try to fix them. This is my second version because I found some big errors. I am sure this is fairly accurate. Votes and notes will be GREATLY appreciated! There is a little note. It won't make 8/8 = 1, it will just show it as 8/8. It will also not reduce and the y-intercept is in decimal form.
reduces fractions so you dont have to
This code will help in creating applications that will need multiplication of a 4 by 4 matrix.
This code is a demonstration of script control
Return the ammount of atoms in a given body of water, using Width/Height/Depth
does a very basic amount of calculator funcions, i submitted one before, the addition button didnt work, but this one does, and i have a request, please go to the next calculator that i made named a very begginers calculator ver. final. that one is complete and has no flaws
this is my final basic calculator functioner thing. I have submitted them before, but there was a flaw or two in each of them.
Checks any date regardless of regional settings. Uses the mask edit control handles null dates!
It does all the calculations to find the area of a triangle for you.
Calendar any AD year until 32xxx
This program tells you the weekday of your birth, for ex: put 20/7/2002 and it tells you that this day is saturday, also it calculates your age exactly : years,months,days,hours,minutes, seconds.
- UPDATED**this is a simple calculator! my first visual basic program. it is written in the most simplest way possible because i have only just started so no negative feedbacks PLZ!!!!!
I just learnt Sin and Cos so I got some practice to myself
It shows the time in normal format, AM/PM, and binary!!
This is just a simple calculator. i have seen lots on this sight with unnecessary code so decide to make my own.
This will teach you some of the basic concepts of mathematics in vb, also how to make reports using textbox control.
The purpose of this code is to simply show the time, it has digital-like digits displayed from an immage array. All the digits are provided for convenience and it is easily altered to suit the needs of the person.
This is a calculator i made to do my math homework. it has so many useful things like Percentage built in, and many other function. also shows a tooltip like VB when typing, for example you type p=Power(, and VB shows a Tip.
This is a calculator i submitted before. it's now cleaned up, and some Bugs are Removed. Check screenshot. some Super Functions. Fully Commented
This code will convert any decimal, binary or hex number into the other two formats. A good code for those who want to learn how to use functions with multiple and optional parameters, also maths functions and creating a custom GUI. The program handles 8bit, 16bit, fixed-point, floating point and any length binary upto 31 bits. Full instructions given in the help window + extensively commented code. I'd appreciate some votes for this if you think it deserves them.
Decision about one of multiple alternatives to a goal, analysed by multiple criterias. (texts in portuguese)
This is another example of using the FSM machine code I submitted (see my other submissions for fully commented code), showing how it can be used in a 'real world' situation. It simulates a keypad entry system - enter the right 4 digit code and you are allowed in, enter it wrong and you are not.
One example of an analog watch using line and circle functions.If you like it leave a comment. If you don't like it leave a sugestion. Thks!
This code will convert your decimal number the corresponding binary number.
hello people
This article explains a new aproach into using the Max and Min functions for RGB to HSL conversions and more other uses it gets...
What it is:
Returns all the prime numbers up to a specified number and reports the number of primes found and the amount of time it took to find them.
1 line codes for adding hours to actual time plus the calculations.
This is just an analogue clock for people who want to use lines and be able to manipulate them in their code
You type in the radius of the circle and click the 'go' button and the computer calculates the area of that radius. It's really easy to use. It's very self-explanatory! Vote for me, please!!
Want to know the (almost) exact age of something? Wanted to know how long it has been since you were born, how long it is until christmas (or just... one of those other religion holiday celebration things). Ever wanted to get a file's age? This program will tell you all of those things. It calculates age based on 2 specified dates/times.
Provides a Monthly Calendar and keeps track of the Important dates and appointments you have.
this is my leasur programme.
This simple app tell you how old are you.(BUT you have to help it!!!)
Use this program to analyze and see how to find the parimeter, area, median, height of a trapezoid. It has really messy code because I have about 1 month of VB experience under my belt.
This is another simple Base Converter. At least it has a different GUI! This is the first version that i've made myself fo learn base convertions. It has some Bugs but works.
calculator
The FormatDate function takes a date (String or Date data type) and reformats it into a custom string date format. It will recognize just about any String format as long as it DOESN'T include day names or date suffixes (e.g. Tuesday 9th). It will take its own output and convert it to another format (except for output containing day names or date suffixes). Recognized seperators within a date string are: space(s), forward slash, dash(minus), comma, decimal point and bold decimal point (char 149), period, colon and semi-colon. It assumes a String date's day/month order is the same as the users system settings (day/month or month/day). If the month portion is above 12 it will assume the reverse order if the day is below 12. FormatDate returns the reformatted date as a String.
This project is a somewhat interactive tutorial on the fundamentals involved in rotating a point around a center (0,0).
It is a alarm clock.
This is a simple calculater. capable of +, -, x, and / functions.
This code allows you to quickly add, subtract, divide, and multiply any length numbers without the overflow error. Unless you have a number so long it cause's it.
This code displays a simple calculator and u can study the basics behind the coding of the calculator.so many codes are yet to come baby..keep in touch
This is a program which simulates a number puzzle game.this will be very usefull for the persons who want to have some idea of vb development.so i think this code will be usefull for you.please rate me after downloading this code.ur rating will be very helpfull for me in future uploading
This helps you find prime numbers between a range of you choice. It also adds all the numbers in a range from 1 to any number you choose as long as it does not go over it's limit. It also add all odd numbers or even numbers and it also find perfect numbers and abundant numbers. This can be of help in math.
this is a short pi calculator that (you guessed it) calculates pi. there is a much simpler method of doing this which is simply (atn(1) * 4)
A simple Calculator.....Nothing More
A Simple Beginnners Calculator With Simple Functions. Might be very useful for new Visual Basic Programmers.
it help u to set alarms to notify u for some tasks as u are busy doing some work
Projectiles Simulation simply calculates the path, displacement, angle, velocity and displays an animation. I updated the program after correcting some errors and adding new features. Now the code is commented.
This is a BigInteger class library for VB6! This implementation is modeled after the Java and Visual Studio 9 versions. It supports an unlimited number of digits, including negative values! The negative values use a Two's Complement representation, the same as VB6. All mathematical routines are supported, as well as bit manipulation and shifting! Factorial has been added in version 1.1. You can easily create a BigInteger from all standard integer datatypes, String, Double, Currency and Decimal types, too. It can parse decimal, hexidecimal, and binary strings and can generate the same numeric base output string types.
Check this out! A perfect code structure for numbers to text conversion. The code is quite easy and simple to understand, and it's surely a user-friendly. Try this out and dont 4get to send me some feedbacks. See screenshot. Vote for it please...
My code to infer in the triangle. It can make your comp infer some unknown-element from valid-element which you input. It very quick, and easy to understand. please, vote for me. Thanks
Show A Simple Digital Clock. No Api or ocx. its very simple using label and timer
this is a stop watch i made real quick for a compatition i was having with friends
It Calculates the correct age of person.
Picture explains Program purpose
to calculate the average of 6 subjects with some spalsh and others
this is a arthemetic calculator which is an update of the recently posted calculator with the addition of some trignometric functions
This program is developed in Visual Basic 6.0. It is nothing but scientfic calculator. Here i designed a library for calculation. use this program for only studying purpose. if you want the executable visit www.picksourcecode.com
This is an easy example of how to use Polar Coordinates and draw angled lines. This has many applications (game development, etc.). I have chose to make an analog clock as an example.
This program is called All In One Math. I made it a while ago when school was still in
This is Calcultor Application created in VB 6.0. It performs the basic mathematical operations like Addition, sub, multiplication, division,sqaure root, square ,cube, factorial, and advanced trignometric operations, also it deals with radion and degrees. and many other mathematical operations can be performed with this calculator. If you have any doubts please mail me or visit website.
A Simple Code Blocks All Keys Except Numbers, Numbers Only
Analysis and Modelling of Electrical Circuit
This is a very unique style artillery game. I first coded it in GW-BASIC but now I have made more changes and added more features. You have to give angle and power as inputs. and the tank will throw a ball which flies and hits the target. The wind pressure also effects the ball. Random land generate feature generates the land randomly and gives the tank and target a random position. The coordination tutorial is included. The tutorial is easy to learn. Every thing is expressed and explained in it. The throwing of ball, the arcing, trignometery in VB, Wind effect, etc are explained in detail.
This application will tell you the area or volume of shapes all you do is put the numbers in.
The KeyGen will generate a key for a given name and password, this can be used to allow a programmer to issue software in demo mode, if the customer wants to purchase your software you only have to give them the key for the software based on there name and your password NOW WITH SIMPLE DEMO PROGRAM..
Converting Decimal value to hexadecimal, WITHOUT! using the VB functions or mod! (which are limited to long value) Therefore The function can handle large numbers until 15,000,000,000,000,000 (1.5e+16).
I'm quite proud of this one due to its beautiful simplicity. The program works by searching all combinations of letters up to a length of 256 to find a specified word. It is a very good example of how to program a quick and efficient password finding algorithm.
converts a binary number into one consisting of {1,2}
just shows basic math of how to make a ball bounce round the form, hitting the edges..
a bit more of a game than Ball Bounce 1....
The program is a very simple program.
This code will generate and plot "random number distribution"
Hi people! This is my first submission so please be gentle! It?s a simple little prog to convert binary to decimal and back again. Had to make the binary to decimal bit for college. Works with abnormally huge numbers. I couldn?t find any converters that worked with huge numbers on PSC. But then again I only looked for 5 seconds. Really Happy with this code cos it only took me 2 days to work out how to get it to go back to Binary.
This is just a basic calculator that estimates how long it will take to burn a cd. Based on NERO times.
A scientific calculator. Written as Usercontrol, very lightweight, very easy to call. Demonstrates trigonometrical and logarithmic functions, each with just a line or 2 of code. Great to learn from.
Solves ANY Quadratic Equation. Graphs, Gives (X,Y) Points, and Shows WORK!!
Solves your basic equations PLUS Slope, Square/Root Generator, Quadratic Equation(Graphs, X,Y, Shows Work), Distance between points, Circle, Square, Triangle, Parallelogram, Fractions, Powers. Very Useful for any student!
Base converter
converts binary to denary and denary to binary
Tells you what day your birthday will be on, any desired year you input.
In this is a module that contains a type that allows for numbers of virtually any size and any base. Also included in the module are functions for handling the new type. Included is an example form that outlines some of the mod's uses.
I accedently deleted BJ's Basic Calender instead of Editing it. Anyway...
computation of age, birthday, anniverssary.. etc
This code calculates an huge Integer (I don't know how big, because system crashed at copy & paste). It works with strings so the Number can be bigger than double and so on...
I wrote this code Because i needed to learn Dec to Bin and Bin to Dec conversions for a course Im doing. I borowed a module form Twisted Media.
This code serves as an alternative to the VB function 'Sqr'. It uses the Babylonian Method, and when I tested it, it yielded faster results than the VB 'sqr' function.
I was bored so i made this timer/clock/uselessapp/whatever you wanna call it thing. It gets the regular time then counts the seconds, minutes and hours. You can compare it to the regular clock, set an alarm for a specific time or whatever. Can be easily modified to count days or more or useful if u want to keep track or uptime or sumthing else.
Randomizes two numbers as a sum. Eg. (2+5= or 36X29= or 10-39= or 46?29=) also has Text to Speach which tells you the info. (Not Needed. Can work without it.)
Biorhythm V2.5 is a great code to generate Biorhythmic Waves/Cycles. It produces 10 types of biorhythmic waves as compared to 9 types in Version 2.0(cycles)(which are Emotional Physical Intellectual Passion Mastery Wisdom Aesthetic Intutive Self-Awareness and Spiritual).
Biorhythm V3.0 is a great code to generate Biorhythmic Waves/Cycles. It produces 10 types of biorhythmic waves (cycles)(which are Emotional Physical Intellectual Passion Mastery Wisdom Aesthetic Intutive Self-Awareness and Spiritual). There has been a lot of changes from the pervious version (v2.5). i have added a small help on Understanding Biorhythm and Add remove user name option. Also the interface has been changed.
Convert from decimal to binary or vice
convert any real number from base 10 to base 2,
Calculates Call & Put values using the Black-Scholes option pricing formula.
These routines are useful for handling the beta distributionm
Converts any base to any base
[Base Converter] Converts any base to any base. Updated - no bugs & smaller code. Had to post it again cos changing my email seems to have created a new author and deleted my old account, anyway... enjoy.
All it does is bounce the current time around the form.
I made this Program to further experiment with stings the only thing i couldnt work out was how to stop the number of characteres in the Display box becoming more than the length of the display box. So if anyone knows how to do this please comment below, Thanks. Ive sorted that now, thanks to Sien for helping me!
Purpose of this code is to develop a scientific calculator.
"Better than "Better than MS Calendar Control"
This program allows simple creation of bezier curves. Given the 'Control Points' (the points which a bezier curve is based upon - two end points and any others to affect the curve), the 'CalculateBezier' function will return the coordinates of a point anywhere along the curve. The front-end to the function just shows you what a bezier curve is, and the large capability of the function to accept as many control points as you want (the front-end limits it to 99, but the function will accept more if necessary). The code is marked at 'Advanced' level because of the complexity of the equations used, although programmers at the 'Intermediate' stage might be able to understand it.
The purpose of this submition is to refresh a programmers mind on how binary numbers work and help any user to learn binary numbers easly.
This code shows you how to left and right shift numbers. The concept is little used, and as such VB6 does not offer an easy way to do this. This code shows you the way to do it as if you were doing it by hand on paper (better way of learning if you ask me). Anyway, for you .Net users...2003 apparently has these functions built in by way of the '<<' and '>>' operators (as seen in Java, JavaScript, C, etc. I don't have 2003 .Net, so I can't exactly verify, other than I saw it on MSDN.
Just a simple Binary Clock...
Teach yourself to count in binary on your fingers.
Ok, I have adjusted the program to accept the info from the calender control value property (didn't know about that one previously) so that no matter what your systems date format is, the age calculations will be correct. I also added a registry entry to save the birthdate entered as suggested by Paul Turcksin. Thanks for all the advise Paul.
Copies the day, date and time to the upper right corner of you screen.
The function allows someone to pass a mathematical argument i.e.
It perfoms most mathematical calculations include Logarithm evaluation, Binary and Decimal Conversions.
Tells the amount of interest owed on a user specified amount of money during a user specified amount of time borrowed.
SHOWS THE PRESENT CALENDER AND ENABLES TO GENERATE FOR GIVEN MONTH AND YEAR
This is a Blood Alcohol Content (BAC) Calculator. You put in your gender, weight, amount you've had, and how long it's been and it tells you your BAC%. I thought it might be good for those ppl drinking tonight since it's St. Patric's Day.
With this BigNumLib (big numbers library) you can do everything around large numbers (as strings):
It converts binary to decimal and decimal to binary.
BigNum Calculator by Robert Rayment. Does calculations on, up to, 1024 bit numbers (~310 dec & 256 hex digits). Operations on single numbers include shift left/right, roll left/right, Not, Factorial, Squared & Cubed. On two numbers - And, Or, Xor, Eqv, Imp, Div/Mod, Mul, Sub & Add. The full results can be displayed and saved to the clipboard or a file. All calculations are for positive integers only. Make sure to compile the program, particularly for large numbers. Machine code is used for some conversions to speed things up by a few seconds since they take much longer than calculations, principally for 4 digit factorials. For small numbers this has some educational value but very large numbers are just a curiosity, though apparently there is some use in encryption. Zip 27 KB.
This is a really BASIC and SIMPLE program for demonstrating how to deal with numbers in VB ,,, Comments PLZZZZZZZZZZZZ
To Calculate the Body Mass Index
Convert numbers between hex, oct, dec and bin. This code also support negative numbers, and for negative numbers use 2's complement. Tis code is like Microsoft Office Excel functions for converting bases.
Applys logical and bitwise operators to binary numbers.
Hi this is a calculator which calculates area of cone, cylinder, sector, sphere and does quadratic equations. perimeter feature also available
I begun to programme it when my dad sayd a joke "Why don't you programm a salvery-programm"
Sort by any day of the week, for scheduling with mutipule positions.
this code will calcualte your midterm and final avaerage and display it in a great tabel format.. must see code.
Hex2dec. dec2hex 902dec dec290.. you hawe option to select 90 numeric types
Displays the number of days, hours, minutes, and seconds till a specified date. Allows you to enter multiple dates.
Some more Calculator have been posted but this is a very compact one and it's easy to understand too,
P L E A S E V O T E F O R T H I S C O D E.
This code will allow you to encrypt text. It uses the method used by ICQ to encrypt its packet. Actually this is part of an ICQ client that I am making. This code is the core to ICQ.
I haven't seen this one so far, and it was suggested to me...
This example shows how to get the average of values using an unlimited amound of Arguments. This example uses the ParamArray statement.
This code is a little simple project I made for school
Take a blank form with 3 Labels, add some VB code and it turns out to be a method of making your own Custom Calendar Control or Application!! (EXE INCLUDED) *Please Vote*
This is an easy to use unit converter, convert between meters and miles, grams and ounces.. very easy to use. You can even create units, for example 1day = 10beers, or 1car = 10,000dollars.
It computes the amount you will pay on a taxed item.
converts fahrenheit to celsius, and vice versa. this is 1.5 I made a mathmatical error in 1.0, and added msgbox()'s if you don't select a checkbox or enter a temperature. download and try it out. then vote
This program lets you type in the measurements of your room, then type in the price per square metre and it then works out the cost. This version only pretends to E-Mail your order but in later versions I hope for it to really do it.
Using this code you can get the date accoding to the regional settings.
The purpose of the code is to find the average of three numbers, but my code has made use of the case statement, and lots of Variables. Ideal for Beginners
This is a Standard calculator with the usual +,-,/,* functions. All procedures are contained within in a module which may seem a little odd to some but that should make it more educational at least. Included is coding to prevent division by zero which would otherwise cause errors. Also the last 10 answers found are displayed in a list box which might be useful for some.
All-in-one client server example using Winsock's TCP/IP.
This code demonstrates how to increase and desrease the value in a VB text box.
This calculates the average time taken for a progressbar to get to its current percentage and calculates how much time it will take for the progressbar to reach 100%
Visual Basic doesn't provide a adding function with "hh:mm" result this code does it! :)
This code solves any DateTime difference calculations, by coverting any date that is between the year 0 and the year 10,000 into a decimal format in days. The time of day is added to the date in day format as a fraction of the day.
The reason I made this code was because I started to be interested in game programing. I realized that if the game is to be realistic, vectors are needed to forces like gravity and wind ect. This code will add 2D (on XY plane) and 3D (XYZ planes) vectors, subtract them. Get the Value from the velocity of the vector on the X -axis, and also for the Y & Z axis (Z only in 3D Vectors). One function called MovePoint2D will add a vector to a point (there is also function to move a point in 3D space). Last but not least ;), if one of the functions is giving two points, it will return a vector (yet again in both 2D and 3D). I hope this is helpful for anyone working with vectors to move a point.
Equation solver is a DLL project that provides objects that can solve equations entered as strings. This revision supports basic trig functions (sin/cos/tan) as well as the basic math operations. It also supports the use of variables in the equation (in fact, at this point, if you don't use at least one, it will crash & burn) I created it for use in a control, which when finished I will post here as well with links to & from.
This is a really simple API call I was playing with. What is does it gets Year, Month, Day or the Week, Day, Hour, Minute, Second and the coolest Millisecond. It'll also set it for whatever you choose using another API. Cool, 'eh?
This is a Function Grapher program that is able to take an almost unlimited number of functions the user enters, and graph them, either simultaneously or consecutive, with the first function entered being ploted first.
This module does mathematic funktions with strings instead of Numbers.
This program takes a quadratic equation and shows all of the steps needed to get the values of X.
This simple application gives the current time once you enter the seconds. Initial time is considered 00:00 of 01/01/2000.
You have 12 billiard balls. One of them is odd in that is slightly off in weight from the others. The problem is to use a balance scale to determine which is the odd ball and whether it is light or heavy.
Generates/finds prime numbers and prints them to a file. Has many options on how you want to see what the program is doing as well as allowing you to set a limit on how long you want the program to search; or how many prime nubers you want to find. Able to search for numbers inside double precision - 4.94065645841247 x 10^324 :-)
Use this code to learn how to get an effect when left, right mouse button is pressed and many others. Please vote!
Calculates for a given date the current liturgical season and appropriate prayers for the daily rosary, as well as that year's dates for Ash Wednesday, Easter and Advent.
just a simple graph generator
This code is a simple binary/denary denary/binary converter. This code is meant to be as simple and as short as possible. I am not trying to confuse you with my coding here.
This code will take a desired number of seconds, and count them out, making a beep on every second. Pretty handy for timed games and other timed projects to let the user know they are being timed.
just tells you how many days are till your bithday, christmas and new year
This tiny piece of code I picked up from somewhere along the way, accurately counts how long it took to perform a task. The timer control updates every 0.05 seconds, so for very small intervals it does not work properly. With this one API call, you can get down to the milliseconds!!! Example code is included.
In general this is a function, that validates an entered date. It sets the output-date one day after the input-date and verifies if there is a month or year-break and even handles leap-years.
It converts many units, such as distaces, angles, numeric temperature, ... It can also helps for using tabs. Sorry, I haven't had enough time to comment it but I think it's readable.
Just a standard calculator, with sqr, sqr root, trig functions, and some others...
It test your times tables. It shows how to use the randomiser
just an ordinary calculator without any use of arrays.
This Is a StopWatch or timer I made for very new programmers with vb. It has the stopwatch function, pause, pause for certain amount of time and stop and start. It displays 00:00:00 with seconds, minutes, and hours, it will even msgbox you when u get through a whole day on that. By Feet on 1/3/2001 at about 2 A.M. :x. Fully Commented.
This program has a lot of basic code in it that could be usefull for beginers as well as some pros. It changes the date and time via simple buttons. I created this to make fake transactions in a database. It has Always on top, drag form, and clock.
to demonstrate the aproximation logarithm.
To calculate Nissan's HorsePower
UPDATED Calculates a resistor by color code. see screen shot you will see what i mean :-) have fun ! vote (fully function now see feedbacks)
This function converts seconds to time with the following format "00:00:00". supports up to 99 hours.It's a simple function.
This submission is split into 2 - A DLL, which holds all routines for handling arcs, and a program, which demonstrates how to use the DLL.
This mini-prog (which will have hopefully uploaded correctly this time!) will calculate the monthly payment required for a mortgage-style loan. Upon request, it will produce an amortisation schedule on a MSFlexGrid control. You may also view 2 simple MSCharts based on the grid's data.
I made this for Beginners who have always wanted to put the time or date in their application. I made this in August, 2000. It's a little late.
To get experience of vb
This code will compile into a dll which will let you get the time difference between two dates based on work day hours, holidays, and weekends. Will only return the time that actually occured between work hours and on work days... It includes the a group project containing the datediff project and a sample project using it.
This program show the current time and the time the app was loaded using a cool interface.
Find out how many years, months and days old are you. Excellent type of tutorial to study date functions. Please post comments over here or email me.
PROGRAM NAME: Geo_Dist
This Code Is A Simple Calulator For People Who Want To Lern How To Use Adding And Such In There Application.
The code plots 3d coordinates on a 2d plane.
The program calculates the time needed to download a file at the speed is entered .
This program creates truth tables from boolean expressions. I believe that it's very useful for Computer science students who learning Boolean algebra and predicate logic (like my self).
This is an update of GraphAmort, a previous offering of mine. This time, you can export the contents of the loan amortisation schedule to a HTML file, for universal display, e-mailing etc. You can now also copy the graph to the clipboard for pasting into a graphics package (I should've added this the first time!).
This program is a digital/analog metric clock. I wrote this one night out of boredom, I was thinking of a simpson's episode where a character had mentioned metric time and pointed to a clock that had only 10 numbers on it. In metric time there are 100 seconds in a minute, 100 minutes in an hour and 10 hours in a day. Enjoy!
NeoEphemerix 2001 - v1 Beta 2
This is just my second little program and I wrote it in about 2 hours, but it works, I think :)
This program will calculate the area or the volume of the most used 2-D and 3-D figures. I know the code isn't very good (I should have used a function, but it's too late for that now) but the program works :)
EVal evaluates math expressions like 2 + 3 / ( 99.5 - 10 ). Whole code is in a .bas file and there is a test application (see Screenshot). Operations availables are +, -, /, * and to make powers (^) usage character e (Ex: 2e4 = 16).
it's a matetatic calculator that's working with BIG numbers say for example that you have 478656778243678643253475 (A) and 833245455234267348567238 (B) and want to multi them...with this program you can...
To generate pascal's triangle =)
This program is made for students who is getting tired of calculating the area and the circumference of a circle
This program shows all of the composite and prime numbers between two chosen numbers.
Its a Math. programm with some different functions(e.g: Mandelbrot fractal, Trees etc...) - New Version(1.01)!
This code does many things. You can find out the density of an object when you input the volume and the mass in. You can also find out the mass when you input the density and volume. And of course, you can find out the volume of an object by inputting the density and mass of an object. Pretty simple code. Check out the screenshot. Please vote, or at least leave a comment!
Teaches to users to create super accurate Timers, more accurate than any other i have seen on the Planet
The purpose of this code is to demonstrate that a Genetic algorithm can be created using real values, that is by using real numbers instead of binary representations of them.
This is program made for students who is gettin tire of calculating area and circumfrence of circles and squares
it a calculator made in 1 min but i think that if you try to make your first one then you'll need 3 min.
To determine our daily goals based on the monthly budget. This routine determines the number of workdays in a month, and how many workdays have passed for the month. Subtracting the monthly sales from the monthly budget (entered on the form here, but linked to a database in production) the daily goal is determined.
Calculate Easter
Calculate Leap Years
This is just a simple calculator. You can use it to messa around with to see how it works. I know that the code isn't the best and I have an error for the addition. It takes two numbers and puts them together than adding them up. I would have corrected it but I didn't have time. I pollished it up though. Enjoy :)
This is an upgrade version of the Calculator program, I fixed all the errors Pluse I had more fun with the Color Dialog box as well as making the about box look a little better. Special thanks goes to H.Haienat for solving the add problem.
Many function in this calculator. please rate me after downloading. Thank you!
This is another example of animating an analog clock. This sample demonstrates a smooth motion of the hands giving a more realistic clock appearance. Also shows how to use the Polygon API
This program converts dB (decibel) to mm/s (speed) and mm/s to dB.
a dialogue box contain a time and u can move the dialogue with the arrows keys
Enter in your balance, annual percentage rate and monthly payment and find out how long it will take to pay off your credit card and how much interest you'll pay. Also, you can enter in the number of months you'd like to have your debt paid off by and it will tell you how much you need to pay per month. I wrote this a long time ago when I was learning VB. The code is simple and it's very useful. I use this program a lot still...
its a simple code compute all the combinations of giving 5 numbers and a total using the 4 operations "+,-,*,/" giving the solution with out repeating eather numers nor operations
This code is to help the user to calculate very simple unit conversions (Metric).
It's an Object Oriented Fraction Calculator. IT has a Class Module for fractions and another that performs the calculations using the Fraction Class. Since this code was originaly for a project I did in school it is heavily commented and easy to understand.. Great example of Error trapping and code standards.. Also shows the use of Class Modules and passing Objects from class to class.
Yeah! i learnt cosinus and sinus today just an hour ago and made this peace of work i made it in a few of minuts hope you like it it shows how to set a line to a specified degree's
This is my first calculator entry. It has the basic +-*/ stuff. I am now working on the next version, so keep checking up.
This is my second version of ColorCalc. It has 17 new advanced features including Sin, Cos, Tan, !, %, and sqrt. I am planning on making version 3 with even more functions and a better look!
This is my third ColorCalc and it is better than the rest. This version does not have any new features, but all of the buttons have been replaced with images. You can edit the images all you want to change the style of it.
This program includes functions for performing Boolean (bitwise) AND, OR, and XOR; as well as left shift, right shift, and one's complement. Right now, the subroutines are set up to use the values in the textboxes and output the results to another text box. However, you can easily modify them to take passed variables and return the results as a function.
Use this program to calculate triangle properties and draw a sketch of it.
Whit thise code you can +.-,*,/ number.. Just like the windows version.
My code makes binary shifting available from within Visual Basic.
...up to 10,000 digits and more.
Calendar without using ocx. Update of code posted 2002.24.02. Switching between week starting on Sunday or Monday. Chose witch format output date should be displayed in. Save/Load calendar settings to/from an ini file. Code is based on a project by Herman Liu (Posted 2000.12.01).
This code will convert a Fraction to a decimal, and also convert a decimal to the lowest common denominator. It has now been updated to handle repeating decimals.
This is a simple Caculator for the Begining Coder.
It is a multifunctionnal scientific calculator with a lot of algebraic function
!
This is a program that automatically calculates the limiting reagent in chemistry problems. Alough it is not completly done, it is indeed a good start. The iface stinks and it is not yet full proof.
Generates all possible combinations of a string up to a certain amount of digits, uses recursive calling to do it, very fast for VB, generates around 1,100,000 strings per second on a p-3 800.
My code generates Numbers to imitate the Countdown Maths Game
It converts your input into decimal no, Binary,Octal and Hexadecimal and visa-versa also
This simple app converts a given number to verbage. It can handle numbers as high as 999 centillion (10^333 - 1). Plenty of room for improvement. A user asked for this earlier in the week, figured it may be useful to others as well. Enjoy.
You Enter Your Age,and it will tell you your age in doggy years!
Its a Calcuator
This Program is a THING!!! I developed a NEW way to Calculate "Copy And Paste"
I designed this software to make it easier to calculate sound file sizes so that then it is easier to create audio CD's. also included is a class module that makes media playing easy. ive seen alot of media players on PSC using media player objects. I avoid OLE objects. API is all.during compilation this program only requires MSVBVM60.dll and internet explorer. there also is a common dialog API module to avoid the object. Enjoy.
The code converts seconds into a time value of the format hh:mm:ss. Although there are many such codes in teh PSC however, I could not find any one which functioned correctly.
Able to do mathematical operation of very long numbers (exp. more than 50 000 digits) and keep the accuracy...
With this code you can download intraday quotes from Quote.com, plot them in candlestick manner, and apply moving averages.
Can't figure out how to divide in vb? Or do you need to practice some math? Need a cool idea for a new program? Then math tutor is the perfect thing for you! Math tutor can quiz you on addition, subtraction, multiplication, division, exponents, and roots.. Pick one of those, two, or even all of them at once! Math tutor will record your wrong and right answers, plus how many seconds it took you to solve each problem. There are also 3 difficulty levels so anybody from a first-grader to a college student will find this as a handy, dependable source for math studying!
Using minimal code converts current date to julian number. Can be used with MSACCESS. If used with 2.0 and 16 bit change "cdate" to "cvdate"
This is a utility in which you can combine many numbers of any range onto 1 number.
A lot of code on PSC is that does this conversion follows the same patern; calculating leapyears, counting days in a month and so on. This is a different approach, quick and simple using the computers calendar to take care of leapyears. The code is well commented and made for beginners. (needs some work on errortrapping).
This is a Copy of the Microsoft Calendar Control withount the 2100 Year Restriction! See ScreenShot
This code detection if a point is inside a triangle which can easily be turned into collision detection which is demonstrated in the program.
YOU MUST SET TIMER INTERVAL ON 1000, please don't forget to do it, this is the important part of the program. This a simply time code that you can use wherever you want. I also add mouseover function. Everything is in the code!
This is an easy program made in Vb5.0 proffesional that lets you customize the title , the author and the color of the prog and make your Pc watch.
Many many years or even centuries people were hardly looking for a solutions to their problem s about computation. Then they found out that they can solve by using some gadgets like abacus, until they discover a simple to complicated calculator to solve for example individual's age. Now!!! forget everything just download it... then get an instant answer.
This clever little program demonstrates how to self-test your computer for Y2K compatibility. No need to buy a $20 program to do it for you - just use this!
A greate discovery in computational Math to find the day name of a known date of millions years ago.This is my own eefort of months to find it out.now you can find the day of week from year 0 A.D to the Max limit of your data type .I am working to discover method to find out day of week of B.C dates and i have got near to success and soon i will uncovered that.Sample project is not enough work this is just for demonstration of one use of actual algo.My effort is "Private Function Dnum(dae As Integer, mon As Integer, Yea As Long) As Integer
This code will tell you if the current date is in daylight saving time (DST). It doesn't use any special system calls or API's. Easy to use and well commented
Usally we get function for getting last day of month, last day of week ... but some time we need to calculate number of days and hours from given minutes and seconds. For that i have written this code.
A very simple calculator that uses check boxes
This program converts many of the most essential units from angles to units of pressure.
This code can produce random numbers from -4 to 5.68743687432+e15 and more i think. It also have a basic popup for beginners to learn from.
Countdown on Holidays You Button on Holidays on Icons the tell you Lefts
Countdowns on Holidays Button on Icon will tell Lefts days and I work on Countdown for Thanksgiving,Labor Day,Father day <mother day and Easter How I can do ?
It uses high level calculus formula for achieving integral looping numericals and and deducing Pi to the highest level possible on VB 4.0. What I MEAN is you type in a number and it spits out two numbers of which Pi is between, it gets as accurate as possible with a 16 byte memory on Variants which means you can hit the 14th decimal of Pi, good for extra credit for math class!
This is my second sample of a IsPrime function.
Calc buddy is written specifically to solve simple math functions as well as harder equations such as the quadratic formula, and pythagorean theorem. This code will show you how to use some math functions such as taking the square root of something, or raising a number to a certain power.
Easy way to Converts binary number to decimal...
Easy way to converts binary numbers to decimal and vice - versa...
Find various types of intersections
This is one of my first programs that i have done on my own. I am 15 and i just started to take visual basics in highschool. So i built this for some practice. It also fun to look at the backgrounds
Gives prime numbers and factors
This program makes the conversion of dates from Julian to Gregorian and vice-versa. It is easy to understand
It generates random numbers from a min to a max a number of times taht you give it and puts them in a list box. You can keep going or clear the list box. Great Prog.
Calculator for Windows, The program is a good reference for VB6 Programmers. I've also included a code on Methods of Numerical Analysis to solve a set of linear equations by Gauss Elimination.
It calculates the factorial of n. If you type in a number between 1 and 12 and click 'go' it calculates the factorial of n, which is n! If you enter a non-positive number, you have to try again. Once in the programme, it explains it in more detail. Please vote for my 'Factorial of n' Programme. Thanks.
A Simple Calender program, with up to 60 programmable events
its a calculator, it is similar to trhe windows calculator,
Convert number from one base to another base: from binary to hexa, from hexa to octa, etc.
Just a Basic Calculator
This program is a show case of my complex math module. This program does basic math operatons but with complex numbers. (a+bi) where i^2=-1
A multifuctional calculator with graph plotter please vote for the one who did it also. Full of functions like LCM GCF and many others.
This will generate a data file which will contain all prime numbers from 2 up to a long overflow (2,147,483,647 - turns out it's a prime :) ) To generate the complete file, it took my 3G processor about 2 hours taking up 420Mb in total. Also included in the zip is some code to get some stats on your data file. Let me know what you think
This code shows how to draw sin,cos, tan graph on the picture box.
Shows advanced math concepts. i, the ficta, is an imaginary number defined as i^2=-1. this allows for unique mathe matical applications. this new version also displays the polar form of the number (Re^(Si) as well as traditional rect (a+bi), absolute value, and conj. also you can perfectly raise one complex value to another.
Shows you how to center text in a ListBox
This Code will calculate the number of days between any two date, not including weekends. (Note: Dates must be in the format MM/DD/YYYY) Also included is a function that returns the day of the week for a date. The Day of the week is 0 for Sunday, 1 for Monday, etc. In order to used these, you must first convert your date using the SeparateYear Function --This defines a new type containing Day, Month, and Year. It makes it easier for the program to increment dates as necessary.
.:: Colour-O-Matic ::. By Stuart Wright
Draw graphs in picture box
This code converts a number to 16-Bit Binary.
To demonstrate how to build a personalised date picker and how to format dates in visual basic.
A simple desktop clock and date display with quick access to a user created personal log.
A clock using the Cinarian Character Generator (also seen in the Universal Time program) Added an FAQ to read it (click upper left corner)
Calculate difference between 2 dates while taking into consideration of business hours, weekends and holidays. There are probably different ways to solve this problem; this is my version.
This function is very usefull when we want to validate a date, entered by the user manually in a textfield, and format the Date in some predefined format.This function does the same thing but with greater flexibility .Means it allows user to enter date in a bit more flexible way (where sometimes date()function wont allow u)(allows formats like 2.3.4, 12|5|2045, 12-5-4, 2/12/04, 2\2\121 whichever way user likes) and then it automatically completes and validates it and then reformat the date according to predefined format which will be passed as an argument to this function.
This code will tell the user the distance between two XYZ coordinates.
Perform functions on complex numbers. Add, subtract, multiply, divide, take logarithms, sines, cosines, tangents, raise one complex number to the power of another. Program has a nice interface allowing the user to see the complex vectors interact. Though written in VB5, it is really an excercise in mathematics. The bas module is where the real meat of the program lies, all the code for the complex number manipulation. The forms are just the 'fluff' for the nice interface. Sorry, the code is not documented at all; just a spur of the moment kind of thing. Any commen