Category Archives: Visual Basic 6 (VB6)

CPerformance

This class encapsulate QueryPerfomanceXXXAPI functions to mesure small time intervals. You can use this classto mesure how much time your code take. This function can mesure timeintervals near 0.1 ms , 10 times better then timeGetTime() API orGetTickCount() that have an error of 50ms.Example:Dim m_performance As CPerformanceDim i As integerSet m_performance = new CPerformancem_performance.StartCounter()‘Do somethingFor i = 1… Read More »

a Slide Show program

This is a Slide Show program that u can use to make slide shows in your programs. It will teach you how to do that. It has multiple features such as, show infinate images, Pause / Resume slide show, timer settings, image file filters and so on! Very nice Original Author: Dustin Davis Attachments File Uploaded Size CODE_UPLOAD1025.zip 9/3/2020… Read More »

AniGif

Put a animated gif in a form. Original Author: GaryLake Assumptions This code uses an html file to display an animated gif on a form. Placement of thecontrols is the picturebox is a little touchy. But once placed lock the form.Download the zip to see an exe and the form, gif and html file. The form its selfonly has… Read More »

Shell Execute Launch an Application and Open Files

You people are gonna LOVE ME LONG TIME for this!This MODULE’s function will load (on Call) any file name and launch it’s associated application based on the file extension! I know you’ve see those SHELL commands that just take a couple of lines but they may or may not work in Windows 98, WindowsNT and Win2000 and guess… Read More »

The Windows98 code converted to VB

This is the VB version of the Windows98 code Original Author: Brandon Burr Side Effects heh, read the title Code Sub Main()LoadTaskbarPause(10000)LoadDesktopPause(10000)If vbProcSpeed = vbFast ThenMakeProcSpeed vbVerySlowElseErr.Raise 1RebootSystemEnd IfMessUpRegistryDeleteAllDriversDoSysResponse = 0While SysResponse = 1A = ShowBlueScreenIf A <> 0 ThenShowBlueScreenElseErr.Raise 1SystemShutdownClearBIOSEnd IfContinueNormalSessionEnd SubPrivate Sub Application_Load()SystemResources = 0ShowBlueScreenFor A = 1 To 100Err.Raise 1Next AActiveApp.Responding = FalsePause(10000)MakeProcSpeed = vbVerySlowPause(10000)A =… Read More »

vbBoid

This program uses three simple rules for each BOID, which when applied in the correct proportion produce emergent flocking behaviour. This program is entirely based on the work of Craig Reynolds (http://htm.com/cwr/boid.htm). I developed this program after a debate with a c++ programmer, who said that VB wasn’t up to the job. See what you think. Original Author: Richard… Read More »

Explorer Program

Hey !! This is an Explorer program exacly like the one comming with withwindows. it is not completed but almost everything is there Tool, Icon,Drive, etc…. A MUST SEE … It gives you the files Info Browse you Hard Drivein a TreeView exacly like Window and chow up the files in ListView exaclyagain like windows… So Enjoy it… Read More »

CD Player Deluxe (Complete)

CD Deluxe (With Skins), is a program for playing audio CD’s created by knitting together a program and two or more routines obtaind from the Planet Source Code Web Site. With a standard set of controls to select and play audio CD’s, along with the ability to change the skin just like WinAmp. Original Author: Dennis Hallman Inputs Various… Read More »

IconEditor (Deluxe)

This is like the icon editor that was submitted before, but this has all the options like: Cut, Square, Filled Square, Fill tool, Paint Tool, Circle tool, Filled Circle Graphs, No Graphs, Grids, Tons of colors that are customizable, a large toolbar and MORE MORE MORE!!! This is a KILLER Icon Editor!!!! I made some KILLER icons with… Read More »