|
RGB to HEX to COLOR conversion |
VB 4.0 (32-bit), VB 5.0, VB 6.0 |
7012 since
11/12/2003 7:00:08 AM |
Color
conversion. Vote if you like it....
|
|
Simple Dll Use Example |
VB 6.0 |
14830 since
5/2/2003 3:52:32 PM |
This
code
will show you a simple Dll
and how to use one. It demonstrates what is and isnt
visible to an end user when referencing a dll. Just input
a first and last name, and the dll will format it into
ProperCase and return it to the calling project. Fir ...
|
|
Create,
Generate, and Print 3D |
VB 6.0 |
4541 since
12/9/2004 8:14:24 PM |
This
program
allows you to draw lines, generate them as 3D and print
it. See ReadMe.txt for more instructions. Please vote.
|
|
IE
Integration DLL |
VB 6.0 |
13491 since
8/1/2002 11:48:06 AM |
This
source
code and article shows how to add your program to IE
Menu so that when somebody right clicks a link or selects
a text in a web
page he can choose to launch your program. See
screenshot to get the idea. Zip file includes a complete
article, dem ...
|
|
vbXML
0.02 |
VB 6.0 |
10325 since
11/23/2002 3:26:29 PM |
The
second release of vbXML, version 0.02. Included is a more
advenced (and better looking) example showing the usage of
the three new functions. I also took the time to write up
a quick readme file (included in the zip).
For those of you that dont know w ...
|
|
vbXML
0.04 |
VB 6.0 |
13005 since
1/20/2003 3:00:14 PM |
vbXML
0.04 is here, finally. This is a relativeley quick
release, not counting the months since the last release
:-). I am sorry for my lack of updates, but here is what I
have recently added: Functions accepting arrays
may start at any number now (instea ...
|
|
vbXML |
VB 6.0 |
11100 since
11/21/2002 7:59:15 PM |
vbXML
is a class wrapper for the MSXML 2.0 Library (should also
be supported by the 4.0 Library as well, since it is
backwards compatible). vbXML gives users an easy to use
front-end for MSXML, allowing you to easily read, write,
delete, and create nodes ...
|
|
System Tray Icon |
VB 5.0, VB 6.0 |
15550 since
7/26/2003 12:36:45 PM |
A
basic BASIC mod with 3 useful routines for adding program
icons to the Windows System Tray (next to the clock).
|
|
Complete Plug-in Framework (Update: 4 (11/3/01)) |
VB 6.0 |
24151 since
8/6/2001 12:53:18 AM |
This
is a reusable library that demonstrates how to use plugins.
The application must have an object
model (demonstrated) and the pluginutility DLL also
has an object model, which really because a part of the
application object model (demonstrated). The a ..
|
|
simple Clear All Controls on Form -- Just 4 Lines! |
VB 6.0 |
7654 since
5/2/2003 1:08:52 AM |
| Need
to perform the same action on multiple controls in your
form? Then this simple code might just be for you.. This
particular example will show you the most efficient way to
clear every text box on a form. This method can be
especially useful if you're .. |