Sample Code 
-
Demonstrates how to make a form in VB transparent.. 
-
Add Quick MP3 Audio Functionality to your Programs - A tutorial on adding MP3 audio, without the use of the Windows Media Component. Uses MCI, so users of the Multimedia Control should have an idea of what to expect. . 
-
How to load an M3U playlist for use in a media/music program.. 
-
Uses the mciSendString API to play media files via the MCI.. 
-
Demonstrates using the Windows Media Player control to create an MP3 player including theme generation, volume control, and random selection of songs.. 
-
This is a simple color converter, Using a textbox control to display the color, three text boxes for Red, Green and Blue values, also 3 sliders if the exact rgb color is not known. 
-
Two functions that allow the calculation of the colors between any given two colors. The color gradient can be customized.. 
-
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.. 
-
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.. 
-
Shows how to create "talking pop ups" by using resource files.
----Full Code Included---. 
-
-How to ..... bitmaps,icons,dialogboxes,Menues..etc..from Executeables or Res files... 
-
Find where two lines intersect just by giving this function two X and Y coordinates on the two lines.. 
-
A simple color picker and pick-color-by-pixel tool for designers needing RGB or HEX color codes. Now updated to version 3.0. 
-
A Simple VB Game.. 
-
Xplayer Control was mainly done to replace mediaplayer.ocx. This does almost all the work done by the mediaplayer (at least this was the intention with it). . 
-
Make a picture in a picturebox appear when viewed with red filter glasses.. 
-
How to play GIF files without using any 3rd party controls. 
-
Put Windows XP-style controls in your own VB application!. 
-
Sample code for a colour picker, and calculating the HTML (Hex) code for the colour. 
-
A simple piece of code that can capture live video from a web cam.. 
-
Smoothly rotate colours in a Picture Box. 
-
How to add your applications icon to the system tray. 
-
Add scrolling text to your application. 
-
How to create an animated moon effect!. 
-
How to decipher MP3 Tag information with Visual Basic. 
-
How to open and close a CD-ROM, and create an icon in the system tray. 
-
This little source code shows you how to print 3D text on a form.....Just a bit!. 
-
This trick show you how to add display all the fonts, which you have installed on your system, in a combobox... 
-
Learn how to create a basic DVD player in VB.. 
-
This code will show you how to make all the system fonts appear in a list box, then preview them!. 
-
This code shows you how to display a background image in the ListView control.. 
-
How to create a splash page using the Flash plug-in. 
-
How to make the PC's internal speaker beep, even when there is a sound card installed.. 
-
How to automatically close a message box after a number of seconds.. 
-
How to extract the icon from a file. 
-
How to open and close a CD ROM drive. 
-
How to create your own progress bar control. 
-
How to capture a screen shot of a window or the desktop. 
-
How to create irregularly shaped forms!. 
-
Display animated GIFs in VB using the WebBrowser Control. 
-
How to draw a fading background, like in many setup programs. 
-
A simple example of how to colour all HTML tags, leaving the text black!. 
-
Another example of how to colour HTML tags. 
-
Changes the screen resolution. 
-
How to make the PC beep. 
-
How to setup up WYSIWYG printing in a RichTextBox. 
-
An example of how to 'print' text onto a form.. 
-
An example of how to detect if a sound card is installed on a PC.. 
-
How to determine the colour depth of the current screen (ie 256 colours, 16bit etc). 
-
How to determine the resolution of the current screen (ie 600x800). 
-
How to play a MIDI (sound) file. 
-
How to play a WAV (sound) file. 
-
A simple space game in VB. 
-
How to get a screenshot. 