| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Class Module/Collections/DrawText Example | VB 5.0, VB 6.0 | Beginner / Kevin Wiegand (from psc cd) | 1315 since 1/15/2015 2:12:00 PM |
By 7 Users
|
|
This code shows how to use a Collection and how to use Class Modules. (Uses a Collection of Class Modules). Cool DrawText API usage too! |
|
|
|
 |
Classes and Collections - Object Oriented Programming | VB 5.0, VB 6.0 | Intermediate / Kevin Wiegand (from psc cd) | 1286 since 1/15/2015 3:07:00 PM |
By 14 Users
|
|
This tutorial is designed to give people an idea of what OOP is (Object Oriented Programming) as it is related to Class Modules and Collections. This uses a very simple example of showing how to create/use Class Properties and Methods. It also shows how t ...(description truncated) |
|
|
|
 |
Classes In VBScript | VB Script, ASP (Active Server Pages) | Advanced / jgitfgoh (from psc cd) | 895 since 1/20/2015 6:39:00 AM |
By 7 Users
|
|
This code will allow you to use classes in VBSccript versions 5.0 and higher |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
clsASMpic 1.0 - Assembler (Machine Code) and PictureBox Magic - updated | VB 6.0 | Advanced / buggy (from psc cd) | 1893 since 1/29/2015 1:06:00 AM |
By 50 Users
|
|
clsASMpic is a simple class that makes possible REALTIME image manipulation of even large pictures in visual basic.
this is accomplished using precompiled assembler code (machine code) in the time critical sections.
it has a real wealth of functions, eg r ...(description truncated) (ScreenShot) |
|
|
|
 |
CMultiBits | VB 5.0, VB 6.0 | Advanced / Robert Dee | 22147 since 3/13/2017 12:36:31 AM |
By 6 Users 4 Excellent Ratings
|
|
<h2>CMultiBits [Updated March 12, 2017]</h2>
<b >PURPOSE:</b>
<p >
CMultiBits is a class, with no dependencies, that handles
bit manipulation in Byte, Integer, Long, Single, Double, Currency, Dates, and
Long Arrays. (These are VarTypes 2 ...(description truncated) |
|
|
|
 |
COM+ Objects in Vb | VB 6.0 | Advanced / manikantan (from psc cd) | 1186 since 1/9/2015 11:19:00 AM |
By 11 Users
|
|
Explains Some of the features of the new .net Featured Vb |
|
|
|
 |
Component-Enabling your VB Apps | VB 5.0, VB 6.0 | Beginner / Tom Quantum (from psc cd) | 838 since 1/10/2015 5:47:00 PM |
By 4 Users
|
|
This tutorial will teach you how to make your VB programs component-enabled, meaning better maintainability, and simplification of distribution. A must-read! |
|
|
|
 |
Cool Ctrl + Alt + Del features class!!! | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Beginner / Kamen (from psc cd) | 830 since 1/8/2015 4:44:00 PM |
By 11 Users
|
|
A short but handy and useful class module
Desable/Enable Ctrl + Alt + del
Show/ Hide application from Ctrl + Alt + Del list
This is my second submission and it is quite short too so please vote for me or write some comments |
|
|
|
 |
CRangeOverlap | VB 5.0, VB 6.0 | Intermediate / Robert Dee | 2259 since 1/22/2017 2:17:41 AM |
By 1 Users
|
|
This is a small class that deals with determining the overlap or non-overlap of value ranges (x1-x2 vs. y1-y2). It includes the following public interface:
<p>
<p>
IsOverlapped, IsOverlappedV - Returns T/F based on the style of overlap (or non-overl ...(description truncated) |
|
|
|
 |
Create objects without registration | VB 6.0 | Advanced / SPY-3 (from psc cd) | 2593 since 2/16/2015 8:19:00 PM |
By 3 Users
|
|
This is not my code it is a code made by [rm_code] and for what ever reason his account no longer exists and this great code was deleted. I was searching using google trying to find this code but found with the google cache that it was the right one but w ...(description truncated) |
|