| Description |
Filename |
Size |
Complete GDI+ Type Library and Rotation sample. Also includes bitmap and graphics class wrappers.  |
gdip.zip |
83K |
![[click]](blue-arrow-right.gif) |
Use GDI+ (GDIPlus) functions from VB5 or VB6. Included is a type library
with 600 Declares, 44 Enums, 36 Types and numerous Constants. This is a simple example of rotating a bitmap. There is no limit to what you can accomplish with GDI+.
The gdiplus.dll can be installed on Windows 98/ME/NT/2K/XP/2K3. You may get it from Microsoft.
|
Access VB strings without using Mid$ |
faststr.zip |
11K |
![[click]](blue-arrow-right.gif) |
Access VB strings without using Mid$ (similar to C, string[index]). This allows for VERY fast string manipulation. You've
probably never seen anything quite like this in VB, so take a look.
|
Add or Remove String Array items by manipulating memory |
stringarray.zip |
7K |
![[click]](blue-arrow-right.gif) |
|
Add or Remove String Array items by manipulating memory, no looping needed. This is VERY fast for large
string arrays. Also includes a function for checking array bounds that will NOT raise an error if a dynamic array has NOT been Redimmed.
|
CRC32 with Dynamic table and Asynchronous reads |
readfileex2.zip |
37K |
![[click]](blue-arrow-right.gif) |
CRC32 using a dynamically generated table and ReadFileEx (NT/2K/XP Only) to read chunks while
others are being processed. Yields speeds ~30-35 Megs/second with 7200 RPM 100ATA Harddrive.
|
Resource DLL example (bmp, cur, ico, gif, jpg and wav) |
aresource.zip |
256K |
![[click]](blue-arrow-right.gif) |
This code shows how to display images and sounds,
(BMP, CUR, GIF, ICO, JPG and WAV) from a Standard Resource-only DLL. The DLL was created in C++, but could also be created
in VB using the VB RES DLL Kit an addin for VB 5 or 6.
|
Simple CD Player |
cd.zip |
2K |
![[click]](blue-arrow-right.gif) |
|
A simple CD Player. Shows how to do many things with mciSendString. LED Readout BAS thanks to AOL
source code examples.
|
Winsock Chat example |
chat.zip |
2K |
![[click]](blue-arrow-right.gif) |
|
Using the Winsock control to make a simple listening and connecting chat. Once you master the Winsock OCX,
I recommend you move on to accessing the Wsock32.dll directly. (see wcksock.bas)
|
Common Dialog Class Module |
Cmdlg.zip |
6K |
![[click]](blue-arrow-right.gif) |
|
A project with a Class Module that encapsulates the functions of
the CommonDialog DLL (cmdlg32.dll) This Class will take place
of the CommonDialog.OCX and even has some extra features.
(Updated 7/25/99 to work with NT too)
|
Convert to HTML |
Convert2Html.zip |
2K |
![[click]](blue-arrow-right.gif) |
|
How to Convert the Long color from the CommonDialog control to HTML format.
|
EnumChildWindows sample |
EnumChildWindows.zip |
17K |
![[click]](blue-arrow-right.gif) |
|
Shows how to use AddressOf and EnumChildWindows to get window handles.
Has a fun about form too.
|
Get logical drive types. |
GetDriveType.zip |
1K |
![[click]](blue-arrow-right.gif) |
THE SAME! We are the knights who say NI! (*Ni!* *Ni!* *Ni!*)
|
Generate a GUID |
guid.zip |
1K |
![[click]](blue-arrow-right.gif) |
|
Generate a GUID (Globally Unique Identifier) String.
|
Hyperlink |
Hyperlink.zip |
1K |
![[click]](blue-arrow-right.gif) |
|
Make a Hyperlink that someone can click on to launch the default web browser and take them to a web page of your choice.
|
ICQAPI Class Wrapper |
icqapi.zip |
92K |
![[click]](blue-arrow-right.gif) |
|
Use the ICQ API to create useful addon apps for the ICQ Program. Class wrapper included in this example.
UPDATED! 02/29/00 Now uses a typelib for access to the ICQAPI w/o using Error trapping.
|
MCI Hook DLL |
mcihook.zip |
64K |
![[click]](blue-arrow-right.gif) |
|
This DLL will allow you to hook MIDI and WAV messages, in order to get notification for looping.
|
Resource Wav Example |
PlayRESSound.zip |
6K |
![[click]](blue-arrow-right.gif) |
|
32 bit example of how to use PlaySound to play a Resource WAV sound.
|
ShellExecute code |
ShellExecute.zip |
6K |
![[click]](blue-arrow-right.gif) |
|
How to open a program that is associated to a file type. This example opens an HTML file with the default Web Browser.
|
Systray Class |
systray.zip |
6K |
![[click]](blue-arrow-right.gif) |
|
This is the VB5 Systray control ported to a Class Module, its easily added to your VB project. Also shows how to properly destroy a Systray popupmenu.
|
Treeview Dir Enum |
treeview.zip |
6K |
![[click]](blue-arrow-right.gif) |
|
How to add an API imagelist to a custom control. Enumerates all drives and directories.
|
Version Information |
version.zip |
11K |
![[click]](blue-arrow-right.gif) |
Get all Version information from an external EXE or DLL. GetFileVersionInfoSize, GetFileVersionInfo and
VerQueryValue.
|
Wave Information |
WaveFormat.zip |
5K |
![[click]](blue-arrow-right.gif) |
|
Shows how to open a WAVE file and get the header information.
|
Play Midi files |
WPMidi.bas |
2K |
![[click]](blue-arrow-right.gif) |
|
Play and Loop Midi's with no OCX's Sample source included. Just add this BAS Module to your Project and away you go.
|
Winsock BAS |
wsksock.zip |
38K |
![[click]](blue-arrow-right.gif) |
|
Tired of using OCX's to access Winsock? Well...its fairly difficult at first but worth the trouble in the end.
This BAS is from the alt.winsock boards.
|
| Links |
|
|
![[click]](blue-arrow-right.gif) |
Interesting pages:
Primes calculations using the Sieve of Eratosthenes: Primes Page
MSKB Keyword Search: Search Page
|
Excellent resource for fast VB functions |
VBSpeed |
|
![[click]](blue-arrow-right.gif) |
|
|