11-04-2009, 03:49 AM
I'm going to try to write small projects users can build to help learn VB6. This will also help others by providing different methods / ideas on how to solve a solution. If you have any ideas for a project please PM me. I will give you full credit if I use it.
Our first program will be a small calculator program. You must be able to input any 2 numbers and use all basic math operators (+,-,/,*). The user must be able to pick what mathematical operator to use.
Overview
Notes
Our first program will be a small calculator program. You must be able to input any 2 numbers and use all basic math operators (+,-,/,*). The user must be able to pick what mathematical operator to use.
Overview
- Input 2 numbers.
- Must have all basic math operators - (+,-,/,*)
- User must be able to pick which mathematical operator to use.
Notes
- Please provide the source when submitting a project.
- Make sure to comment your code.