Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Alex Profile

photo Alex (alexreg)
22 Oct 2001
London, England United Kingdom
Student
http://myrpg.superihost.com/
Contact memberContact this Member Edit ProfileEdit my profile

Currently programs in VB, QBasic, ASP, PHP, SQL, HTML, CSS, VBScript and some Java/JavaScript. Learning VB.NET.

This user has contributed 2 articles, 7 code samples and posted 1561 messages in our discussion forums.

Technology Interests

      Articles & Tutorials

    • Using Speech Recognition and Text to Speech

      by alexreg

      This tutorial will guide you through step-by-step on how to talk and make the computer talk back to you. The computer can actually understand what you say!. Read full article

    • Text-To-Speech

      by alexreg

      This is a tutorial on how to create a basic text-to-speech program using microsoft direct text-to-speech.. Read full article

      Code Samples

    • Mouse Reaction Test

      by alexreg

      This program tests your ability to react with the mouse to graphical information displayed on the screen e.g. on a game.. Read full article

    • Create a "Trial" Period

      by alexreg

      This fairly short piece of code allows the program to check whether a trial period of any length has expired, notifying the user how many days are left. The user is given the option to register the program or just not use it any more. It uses the VB registry setting functions. Encryption can be added when saving to the registry so that almost nobody at all can use the program for longer than the trial period.. Read full article

    • VB Syntax Highlighter

      by alexreg

      With this code you can highlight VB code. keywords, sub names, and function names are included as well as comments.. Read full article

    • Capture Video

      by alexreg

      A simple piece of code that can capture live video from a web cam.. Read full article

    • 3D Designer

      by alexreg

      This is a program that can draw any 3D wireframe object that you can simply make using the functions in the code. You can rotate the 3D shape around one axis or the program can rotate the shape automatically.. Read full article

    • Convert bitmap to black & white

      by alexreg

      This is simple code that can load, convert and save any picture. It will take any colour bmp and convert it to a black & white picture. This can be used for creating old-fashioned photos from modern full colour ones.. Read full article

    • MAPI Emailer

      by alexreg

      This code can send simple text emails easily. It uses MAPI controls to send an email.. Read full article