VB Code | VB.NET Code | Java Code | ASM Code | the emulator
Visual Basic Source Code
Data-Flow Visual Programming Language 2.1
allows to run basic algorithms in a visual way. All you
have to do is to place program blocks on screen,
connect them with arrows and run. You
can also run it in step by step mode (when
delay is set to maximum). It can be used to teach basic computer logic and interfacing.
Compiled binary project can be downloaded from here (225Kb)
Enigma Encryption / Decryption Machine
The Enigma was one of the best of the new electromechanical cipher machines produced for the commercial market in the 1920s. This is the emulation in Visual Basic.
Rodent's Revenge 2000
The point of the whole game is to turn all cats into cheese and then eat the cheese to get points.
Dijkstra's algorithm to find Shortest Path
E.W. Dijkstra is a Dutch professor in Computer
Science, who did a lot of research in graphs.
Dijkstra's algorithm is of use when working with
directional graphs. It constructs the shortest path
between a starting-node and a goal-node.
It is assumed that every link between two nodes
has a certain cost, and this algorithm finds the
path between the two given nodes with the lowest cost.
The idea of this VB project was to show the
work of this algorithm in a visual way.
Real Snow
Well, it may be like a hot summer in the US, but then it must be snowing in Australia.
Available for all these programming languages:
Visual Basic 6.0, Visual Basic .NET and Java (Web Applet) !
Ping Pong with Artificial Intelligence
Play against human or computer opponent.
Artificial Intelligence is emulated by
your computer, it is possible to make
computer to play against itself.
On-Screen Ping Pong
This is an two player ping-pong. Play
ping pong among all other windows
on your system. Use [A]-[Z] to control
left player's bar, and [']-[/] to control
right player's bar.
Create and Solve a picture Puzzle
This game allows you to select any picture
from your hard-drive, divide it into specified
number of pieces. Your mission is to make this
image back. A simple puzzle game, you know
for kids.
Educational Boulder Dash clone
This is an educational Boulder Dash clone.
The purpose of the game is to make a word
by moving letter blocks. You can also
eat diamonds. There are stones to
make your mission harder.
MagicGlob
Internationalization / Globalization System for Visual Basic.
(freeware open-source library). It allows programmer
to translate interface of any application written
in Visual Basic to any other language.
Convert decimal value to binary (bits: zeros and ones)
This code can be used to convert
values to binary format (bits:
zeros and ones).
Use toBIN_WORD() function to convert
integers (16 bits), and
toBIN_BYTE() to convert bytes (8 bits)
Colored List Box Control with Horizontal Scroll (Pure VB Code!)
List box supports up to 16 colors!
Pure Visual Basic Code!
Transform Picture !
Image Transformation: Image Zoom in, zoom out and change color on fly!
Thermometer and Heater
the automatic temperature control emulation.
International Lottery 45
Random number generator. Maximum ball count: 7. Supported ball values from 0 to 99.
press CTRL + "D" and this page will go to your Favorites menu.
to bookmark this site, press Ctrl+d