| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
A Bar Chart Maker (Mod 1) | VB 6.0 | Intermediate / Eddie Bole | 2786 since 12/15/2018 6:49:23 AM | Unrated
|
|
A Bar Chart Maker that plots editable horizontal textbox bars and has an adjustable table maker. A work in progress, but I thought I'd upload it for people to play around with. Still has a bug where the bar is not at zero for a zero value (as shown in the ...(description truncated) (ScreenShot) |
|
|
|
 |
A Basic Paint to Learn From | VB 6.0 | Intermediate / Eddie Bole | 2531 since 2/23/2019 10:11:31 AM |
By 1 Users
|
|
A simple basic paint program to learn from. Has a resize picture function by dragging the bottom-right most corner dot. A starting point to get you creating graphics. Enjoy. (ScreenShot) |
|
|
|
 |
A case of the Leading and Trailing Zeros | VB 6.0 | Beginner / Eddie Bole | 3973 since 8/27/2017 11:37:41 AM |
By 1 Users
|
|
Sample code to show how to get rid of leading and trailing zeros. Also to pads to a certain number of characters and lastly how to add a degrees sign. Enjoy. (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Add or Take Away | VB 6.0 | Beginner / Eddie Bole | 3513 since 4/14/2018 10:26:11 AM |
By 1 Users
|
|
A program to add or subtract numbers and get the total (of up to 10 numbers), Press enter to move to the next textbox. Has borders and no borders. (ScreenShot) |
|
|
|
 |
Aligned Multiplication Tables | VB 6.0 | Beginner / Eddie Bole | 4814 since 2/1/2017 11:39:06 AM | Unrated
|
|
To show the multiplication tables aligned. (ScreenShot) |
|
|
|
 |
Anagrams ForAll | VB 6.0 | Intermediate / Eddie Bole | 4354 since 1/2/2017 11:01:26 PM |
By 1 Users
|
|
This finds all possible combinations of words with certain letters using the great MCListbox V3.3 and removes duplicates as well as orders the words. Using the program I was "IDEED" as "EDDIE" or "EEDDI". Just joking with you all. (ScreenShot) |
|
|
|
 |
Angle Diagrams Maker | VB 6.0 | Intermediate / Eddie Bole | 3986 since 12/26/2017 1:28:56 AM |
By 1 Users
|
|
Been wanting to make something like this for a while, as Word for Windows takes to long to create geometrical mathematics diagrams. This program creates straight lined geometric angled diagrams of various sorts. I tried to create a range of different diag ...(description truncated) (ScreenShot) |
|
|
|
 |
Arrange Numbers Activity | VB 6.0 | Beginner / Eddie Bole | 1564 since 7/5/2019 3:37:54 AM | Unrated
|
|
A simple timed activity to arrange ten numbers in Ascending Order (by sliding a number horizontally from an initial pile with the mouse). Could be used for brain injury patients to test for cognitive functions and for junior/primary school kids for genera ...(description truncated) (ScreenShot) |
|
|
|
 |
Auto Alphabet | VB 6.0 | Beginner / Eddie Bole | 2584 since 7/4/2018 2:42:46 PM |
By 1 Users
|
|
Simple program to show how to get an A-Z and Z-A alphabet without doing any typing. (ScreenShot) |
|
|
|
 |
AutoFind the Average | VB 6.0 | Beginner / Eddie Bole | 4045 since 8/27/2017 11:40:34 AM |
By 1 Users
|
|
Shows how to find the average while typing in values into up to 13 textboxes. (ScreenShot) |
|
|
|
 |
Average and Range Calculator / Worksheet Maker | VB 6.0 | Intermediate / Eddie Bole | 5111 since 8/5/2017 12:42:48 AM |
By 1 Users
|
|
Program to work out the mean and the range. Uses a listbox (with sort enabled) and integer numbers prepadded with zeros to numerically sort them. Also managed to do some extra filtering of extra spaces and commas to ensure that the sorted integer numbers ...(description truncated) (ScreenShot) |
|
|
|
 |
Basic Body Action Prank Game | VB 6.0 | Beginner / Eddie Bole | 1703 since 10/3/2019 11:54:42 AM | Unrated
|
|
I got the basic idea for the game after I saw an episode of the Simpsons. Just for fun and a few laughs. You can make and load your own actions, names and body parts. When a list is clicked or scrolled with the arrow keys, the green selection bars align. ...(description truncated) (ScreenShot) |
|
|
|
 |
Binary Fractal Tree | VB 6.0 | Intermediate / Eddie Bole | 3872 since 4/7/2018 2:57:08 AM |
By 2 Users
|
|
A Binary Fractal Tree maker ( I made this ages ago but promised Jorge). The source code and various components were from Planet VB (created by many talented VB6 programmers at the time). I just played around and tried to improve the Gui. Click Render to d ...(description truncated) (ScreenShot) |
|
|
|
 |
Blank text check and prompt | VB 6.0 | Beginner / Eddie Bole | 2227 since 7/4/2018 2:46:01 PM |
By 1 Users
|
|
Simple program that shows how to check for a blank text field. (ScreenShot) |
|
|
|
 |
Box Relative to Mouse Click | VB 6.0 | Intermediate / Eddie Bole | 3271 since 12/28/2017 10:01:50 AM | Unrated
|
|
With this heat wave (here in Melbourne) I ended up thinking and quietly pondering comparing a previous upload with my last upload about diagonal crosses and .... KABANG .... another "Sheldon BIG BANG THEORY" IDEA about positioning a square box (showing a ...(description truncated) (ScreenShot) |
|
|
|
 |
Boxes and Diagonal Crosses | VB 6.0 | Beginner / Eddie Bole | 3238 since 12/26/2017 4:13:55 AM |
By 1 Users
|
|
Uses a rectangular shape to make markers in the shape of squares and diagonal crosses. Could be used for marking points on graphs. This is the last upload till next year, so enjoy and be Merry, but hopefully not "blind drunk". Man this weather is nice her ...(description truncated) (ScreenShot) |
|
|
|
 |
Centered Times Tables to 13 x 13 | VB 6.0 | Beginner / Eddie Bole | 4779 since 8/12/2017 6:47:28 AM | Unrated
|
|
Print a centered up to 13 x 13 times tables, which will remain centered when the number of columns change. The heading and the Rows/Columns controls will also remain centered. Also add a toggled ON TOP feature. Enjoy. (ScreenShot) |
|
|
|
 |
Circle Designs | VB 6.0 | Intermediate / Eddie Bole | 2056 since 1/22/2019 10:23:18 AM | Unrated
|
|
Draw circles diameter to diameter or center to radius, filled, unfilled or concentric. Something that I was playing around with lately. Enjoy. (ScreenShot) |
|
|
|
 |
Column Graph Update 3 Colours, Gaps, No Gaps, Buttons | VB 6.0 | Intermediate / Eddie Bole | 5956 since 2/19/2017 9:16:47 AM |
By 1 Users
|
|
An update (Ver. 3) to a previous upload. Does column graphs with equally spaced gaps and also No Gaps. You can change the colour of the columns, the border width of the Axes and the column borders. Also can add a Title and your own labels. There is a save ...(description truncated) (ScreenShot) |
|
|
|
 |
Comma Every N Characters | VB 6.0 | Intermediate / Eddie Bole | 2281 since 4/30/2019 1:53:58 PM | Unrated
|
|
Insert a comma every N characters. Enjoy. (ScreenShot) |
|
|
|
 |
Concentric Circles | VB 6.0 | Intermediate / Eddie Bole | 2508 since 7/4/2018 6:46:29 AM |
By 1 Users
|
|
This program makes concentric circle patterns. Adjust line width and fill colours. Still need to work on the "selected colours fill function", as I want the fill colours to ALTERNATE between the selected colours shown in the textboxes. I would also like t ...(description truncated) (ScreenShot) |
|
|
|
 |
Concentric Rectangles | VB 6.0 | Intermediate / Eddie Bole | 1854 since 12/20/2018 8:59:59 AM | Unrated
|
|
On a creative streak today. This program draws single black coloured or multi-coloured evenly spaced concentric rectangles. The gaps and the line widths can be changed to your own values. Hope you like it. Enjoy and be careful not to look at the tessellat ...(description truncated) (ScreenShot) |
|
|
|
 |
Continuous Coloured Line | VB 6.0 | Intermediate / Eddie Bole | 3598 since 1/1/2018 6:11:05 AM |
By 1 Users
|
|
To draw a continuous coloured line (or polygon line) (ScreenShot) |
|
|
|
 |
Count 0-9 digits and Dot Plot | VB 6.0 | Beginner / Eddie Bole | 4545 since 11/18/2017 12:07:21 AM |
By 1 Users
|
|
Count the digits from 0 to 9 and then create a dot plot of the information. Also lists the frequency of the digits. Enjoy. A short one from sunny Melbourne, Australia. (ScreenShot) |
|
|
|
 |
Count Items and Plural Check | VB 6.0 | Beginner / Eddie Bole | 5192 since 8/12/2017 6:42:01 AM |
By 1 Users
|
|
Just a small one to count the items in a textbox and then add "values" or value to the answer. Needed this for my decimal numbers program, but did not include it there. (ScreenShot) |
|