Control Registration Wizard

Used to register and unregister OCX and DLL files for use with Visual Basic 5.0 and other programming languages that support OCXs and DLLs. Original Author: Drae Calistair Assumptions Careful what controls and dlls you unregister, as they may be necessary for Windows operation, or for Visual Basic to run. Side Effects Registering controls and dlls allows them to… Read More »

Pong 2000 with Sound,Bitblit and AI instructions

!Pong 2000 with Sound,Bitblit and AI instructions, Made so you guys can start to program correctly. Those of you that ask how I do it, well here is the source code for you to ponder over…. Have fun, coz I do. Original Author: Derek Hall Attachments File Uploaded Size CODE_UPLOAD481.zip 9/3/2020 3:45:00 PM 14730

RPG GAME: Version 2: Updated again

This is the same version of the game I submitted last time, but I’ve removed the timer and now it uses a while loop for character movement, so it runs MUCH faster. Original Author: Matthew Eagar Assumptions You should be a good – intermediat programmer to understand any of this and be able to put it to good use.… Read More »

Create Multiline Message Boxes!

Creates multiline MsgBoxes Original Author: Ian Gorse Assumptions Just paste the code any where you want Code ”There it iswrap$ = Chr$(10) + Chr$(13)MsgBox “Line number 1” + wrap$ + “Line Number 2”

A1 code 4 your prog 2 go into the start menu @ run

This short code enables you to make your application insert itself into the user’s Startup menu, if it’s not already there, so that it will run every time they start up their computer. Now works with WinNT and Win2000 Original Author: Kurt Csowl Side Effects The only side effect is that if they are based off of anything but… Read More »

Getting list of handles using EnumWindows function

EnumWindow can list the handle of every open window on your system. Here is an application demonstating the same. Original Author: Sanjeev Sirigere Returns List of Windows Side Effects None. Attachments File Uploaded Size CODE_UPLOAD29741212000.zip 9/3/2020 3:45:00 PM 3193

The Use of Transparent GIF in your projects.

When you have imported a selfmade bitmap into you project (for example with a grey background) it looks great when the backcolor from the form is also grey. But when you change the form color with windows settings the formcolor changes but not the back ground of your picture. Follow the steps below how to get ridoff this… Read More »

Aprostrophe ‘The Rebirth’

Have you ever try so send a SQL String to a database that has apostrophes ? If YES you will get a run time ERROR Here is your solution….A function that formats the variable before sending it to the database Original Author: unknown Inputs Ziltch Assumptions Take a string, looks for Aprostrophes or Quotation marks appearing more than twice… Read More »

Close All MDI Children Simply

This code allows you to close all the MDI child forms in an MDI form at once.Goto http://www.vbgreatone.com/ to learn like you’ve never learned before. Get over 500 api functions with example for each, and tips like this and, much much more. Just visit it, i’m sure you will like it.First, create a menu item in the MDI… Read More »

Image Transition Effects (Wipes)

Wipes is an image transition program allowing you to use various transition effects like Wipes, Slides, Stretches, Grow from Corner, Random blocks, Stripes, Blinds, Maze etc. You can individually load the pictures and apply the effects, or set an directory and then allow Wipes to apply its preset sequence of transition(some customization is possible here). Or you can… Read More »