| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
CallByName - Calling Methods/Properties by their name | VB 6.0 | Intermediate / Almar Joling | 24157 since 1/27/2001 7:25:27 AM |
By 21 Users 20 Excellent Ratings
|
| |
CallByName can be used to call poperties/methods by their name (string).
This article will learn you how to correctly use the "CallByName" function, using two example programs. It will show how you can Get and Let properties, and how to call methods.
Grea ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
DX Anywhere | VB 5.0, VB 6.0 | Intermediate / Almar Joling | 5470 since 2/19/2000 |
By 5 Users 9 Excellent Ratings
|
| |
The code of DX Anywere retrieves the handle of the window/scrollbar/toolbar/textbox/clock/start button whatever under the mouse cursor. Now, with this handle you can start DirectX in that window/scrollbar/toolbar/textbox/clock/start button/whatever
The Di ...(description truncated) |
| |
| |
| |
 |
Help for the people who ran exe's made by | VB 5.0, VB 6.0 | Beginner / Almar Joling | 3407 since 2/20/2001 10:39:56 AM |
By 1 Users
|
| |
I've checked out all the files that the exe's of "H.Little"'s "N64 Emulator, HotMail Hacker, and Whistler Skin" tries to modify/add/delete
If you've ran those exe's you can check here the files that have been added/modifed deleted.
**Please don't rate thi ...(description truncated) |
| |
| |
| |
 |
HTML Help and VB | VB 6.0 | Beginner / Almar Joling | 50807 since 4/29/2002 5:22:06 AM |
By 60 Users 54 Excellent Ratings
|
| |
This tutorial will learn you how to combine HTML Help with VB, so your applications can easily have functions like "Whats this help" and "context sensitive help". This tutorial is fully illustrated, (17 images), everything done nicely step by step. VB6 is ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
ICQ DB Extract (to plain text) | VB 5.0, VB 6.0 | Intermediate / Almar Joling | 2506 since 7/1/2003 4:38:18 AM |
By 1 Users
|
| |
This is an pretty unique program, with full source ofcourse. It (should) allows you to extract all ICQ history after DB version 99A, to plain text. It even supports the RTF messages introduced in ICQ2001+, unlike most of the other programs! Please read th ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Optimizing your VB code even more | VB 5.0, VB 6.0 | Beginner / Almar Joling | 47509 since 8/7/2001 6:22:50 AM |
By 54 Users 41 Excellent Ratings
|
| |
This article shows various speed increasing methods, I've done tests myself, you can see the performance difference in a graph and in a table.
This article is really worth your time.
For example, it shows how one simple "\" instead of "/" will speed up ...(description truncated) |
| |
| |
| |
 |
Realtime simple raytracer (updated 30 April 2002) | VB 6.0 | Intermediate / Almar Joling | 26029 since 3/1/2002 7:02:12 AM |
By 51 Users 44 Excellent Ratings
|
| |
Updated by Bill Soo... instead of 25 fps, it runs at 60 fps now! Which is an astonishing framerate for VB
Again some pretty unique code from me. This program is a _realtime_ raytracer (not raycaster!). I ported it from C++ to VB, and it still runs pretty ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Semi-realtime Raytracer 2: Primitives! | VB 6.0 | Intermediate / Almar Joling | 3634 since 4/1/2002 10:21:59 AM |
By 10 Users 9 Excellent Ratings
|
| |
Complete rebuild of my previous port of the C++ raytracer. This supports: Spheres, Triangles, Planes, Cylinders. Also supports shadows(!), reflections(!!), and multiple _colored_ light sources. Hence why it is so slow. You can now turn on/off options, so ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
VB ASM Calc (various ASM examples) | VB 6.0 | Intermediate / Almar Joling | 2847 since 11/21/2002 3:19:59 PM |
By 2 Users 2 Excellent Ratings
|
| |
This zip file contains a collection of *.ASM files, dll files, and VB source code to show you how to use various ASM instructions through a DLL in VB. Like adding, subtracting, multiplying, Cos() (fpu), arrays.. all through an ASM dll. When you have maste ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
VB DOS | VB 5.0, VB 6.0 | Beginner / Almar Joling | 4857 since 5/28/2000 8:37:01 AM |
By 8 Users 6 Excellent Ratings
|
| |
Show how you can create your own console, and give it some purpose (ScreenShot) |
| |
| |
| |
 |
Winsock API Webserver | VB 5.0, VB 6.0 | Advanced / Almar Joling | 10654 since 11/17/2001 8:27:39 AM |
By 11 Users 9 Excellent Ratings
|
| |
Very unique code. This is the only Webserver on the internet that uses the Winsock api (and where the source code is downloadable!) I needed a simple webserver without the Winsock OCX for my game's server, for some easy remote-admin. That's why this code ...(description truncated) (ScreenShot) |
| |
| |
| |
 |
Worldmap Generator | VB 5.0, VB 6.0 | Intermediate / Almar Joling | 4068 since 11/10/2002 6:17:03 AM |
By 5 Users 4 Excellent Ratings
|
| |
This program will create like almost infinite worldmaps, at any dimension you wish. It will also return a planet (spherical map) if you wish. Note that the code is pretty fast
This code is a port from an CGI version, the URL is included in the zip for the ...(description truncated) (ScreenShot) |
| |