Category Archives: Microsoft

ConvertBase+

Converts a number of any base into any other base. For example, itcan convert a binary number into decimal, octal, hexadecimal, etc. andback again. This is an improvement over the previous version as it can nowhandle the ‘double’ data-type. (Very Large Numbers). It is useful forconverting DWords from the registry, etc. Original Author: Aidan Inputs 1. A Number to… Read More »

3D Soccer Field

A form that implements a soccer field you can move around in and a grid using line controls only. Perhaps a starting point for a soccer game application; if not, an illustration of how much one can do with line controls. Original Author: Alejandro Migoya Iriarte

Real-time fire (updated, 100 FPS)

This program simulates fire. I have seen other articles that simulate fire, but this one is extremely fast (95-102 FPS on my 366) and it uses some neat API calls that most programmers probably have never seen before. I uploaded this before, but it only worked if your computer was in 24-bit color mode. I have changed it… Read More »