Category Archives: Visual Basic 6 (VB6)

Logix Pinger

This is AWSOME code…. this will let you ping multiple addresses and single addresess as many times as you want… it will also record the people you are pinging. It still needs some more work for extra functionality!!!! Original Author: Keir Gordon Attachments File Uploaded Size CODE_UPLOAD1132.zip 9/3/2020 3:45:00 PM 119216

3 Easy Combo Tasks

The code demonstrates 3 common combobox tasks:1.) Filling a cbo with a recordset2.) Setting the cbo Text to a recordset field using a numeric rst field3.) Setting the cbo Text to a recordset field using a non-numeric rst field Original Author: Mark Freni Inputs The name of a combobox control, and the recordset field names Assumptions The user needs… Read More »

A Few Function’s For You To Play With And Enhance.

A Few function’s For You To Play With.. Trap Mouse In A Form, Random Object/Form Color’s, A Wacked Screen Closing Special Effect, And Download File’s Via The Internet.. Original Author: Lance Lang Assumptions These Are Just Basic Function’s For All That Don’t Know The Basic’s.. Nothing Special… API Declarations ‘ Mouse Trap Declaration’s, Toss These Into A ModuleOption ExplicitType… Read More »

A 3D cube with rotation and zoom in/out!

This program rotates a 3d cube to the 4 directions, using a translation code,and also has a zoom in/out option (control it with: W, A, D, X, 1 & 2) Original Author: Omer Kornitz Assumptions You have to create a Timer and left it named Timer1. Code Dim ww As IntegerDim Ixy_angle, Iz_angle, dYYshift, dXXshift, csx, csy As IntegerDim… Read More »

Rich To HTML

A function that converts rich text to standard HTML with the use of calling one simple function. Example form included.NOTE: The Microsoft RichTextBox Control is required. Original Author: Joseph Huntley Attachments File Uploaded Size CODE_UPLOAD1128.zip 9/3/2020 3:45:00 PM 4171

Coolest Fader

This is the source code to (my) not-so well known Coolest Fader. It can fade text with colors in HTML, ANSI, and Yahoo! Chat Color Coding. It is written in VB5, and there is no use of the rich text or mswinsock control (for you VB5 users who haven’t fixed that problem). Original Author: InfraRed Attachments File Uploaded Size… Read More »

3D Mathematical Plot

This project shows how to take any custom equation that is a function of X and Y, and plot it in a picture box. The plot is a rudimentary 2D colored contour plot, but it does look pretty. This project has several useful components:1) An equation parser class with built-in error checking2) Color mixing algorithms with a customized… Read More »

Flaming Labels!!!

This proggy will set the text in your label box on fire! =) Original Author: Andy Rowlett Attachments File Uploaded Size CODE_UPLOAD134.zip 9/3/2020 3:45:00 PM 2847

Loan Calculator with Extra Payments

This code shows how to calculate loan payments and amortized payments over a fixed amount of time. It allows the user to include an additional payment, either as a fixed amount of extra principal, or as a fixed payment over the P+I)It is based on an old VB 3.0 example, but improved to include the extra payment capability.… Read More »