3D Fractal Terrain / Landscape Generation - VB Source v1.1
This is a powerful but simple program to generate 3D fractal landscapes using three different algorithms. The Visual Basic Source code is just 325 lines! features: heightmapping, fractal subdivision, random noise, shading, polygon filling (3D) etc. Screen Shot included.
3D Graphics demonstration. 1.0
This program is a complete 3D graphics engine. Excellent Learning Tool. It allows you to define your own 3D shapes in text files, load them then manipulate them. Once the shapes are loaded you may use transformations such as scaling, rotations and translation. There is a 3D view mode that shows ...
3DMAP 1.0
The main purpose of 3DMAP is to show one method for manipulating graphics offscreen while accomplishing the rare ability of having "buttons" onscreen that are not restricted to four sides. Although slow, speed is not really noticable on a 486-66 (the intended platform). This type of screen is ve...
Bmp2html v1.0
This vb program converts a bitmap's pixel into coulored characters i a html file (a _little_ like ASCII-art). The produced html's quality can be varied by 3 modes. This would make a cool index page on one's homepage...
Flash in VB 1.0
This Program Help user by helping him how to play flash file in VB. As it is very much clear that one cannot compete Flash in creation of special effects...and so adding this capability to your VB program will be added benefit to impress others....Comment [don't miss it]
Graph plotter v1.0
This is a new graph plotter program.This program can plot implicit functions also whereas most of the graph programs can plot only explicit type of functions. It is a new release and it is cooooool.
Hearts v1.0
A simple funny program, using some simple graphic methods to make animations. this program uses User Controls, Collections, Progress bar, Status bar and some other VB controls.
Play .Gif File in VB
This Program Help user by helping him how to play .gif file in VB. As you know that it is possible to do animation in VB, but it is too handy to do for each .gif file...so to reduce work-load and create and impressive effect .gif file will help u...learn it and also master it....Comment [don't m...
Real Tree v1.0 - 3D tree rendering in Visual Basic
Sometimes in programming, the current loop statements such as for...next or do...while can't help us and we need more. This is a simple and funny program that shows you how a function can refer to itself and make a loop. I use this function to make a tree, because I like trees, but you can use i...
Rohit D'souzas Click a Smiley Game 1.0
This ia sweet game developed by me and it is dedicated for kids who require mouse clicking practice and more concentration.It uses simple graphics yet it is a interesting game.I hope u enjoy it and do mail me at rajdsouza@yahoo.com for the feedback.It is built on vb 6 platform to work on windows...
Screen Mate ( simple VB6 Source code) v1.0
Little bouncing soccer ball graphic program. Form's style modified as a ball and animate as a screen mate. simple source code.
Text Recognition Software v2.01 beta
A program designed to recognize user input of different patterns, like letters, and numbers. It is pre-programmed or pre-teached already for numbers and alphabets, and it is possible to teach it new characters. It was programmed by Albert Archwamety. esspecially in subject of IMAGE PROCESSING o...
Using DirectX from visual basic
The provided TLB files describes some of the objects exposed by the DirectX API and allow to use them as if they were native Visual Basic objects (DirectX is "Component Object Model" based).
VB + OpenGL and Cg Toolkit 1.0
With my little wrapper dll, you can get complete access to the OpenGL side of the NVIDIA's Cg Toolkit from Visual Basic 6. The attached example, starts loading a Vertex Program and a Fragment Program (vertex shader) from a text file, then updates the value of a Uniform Parameter on every render ...
Vb paint v1.03
Vb paint is a simple drawing program similar to microsoft paint plus several image filters. Vb paint features: * drawing tools: curve, polygon, filter brush, brush (10 different shapes), air brush, text, fill, rectangle, square, rounded rectangle, rounded square, ellipse, circle, pencil, eraser ...
VB-OpenGL Demo : Solar System
A comprehensive program that demonstrate use of OpenGL API in Visual Basic Environmnet. It covers Ligthing, Bitmap(.bmp) Texture loading using Windows API, Hi Resolution Timer support, Time-based Animations and more Advanced Topics like Multiple viewports and Mouse Picking(Mouse support for Open...