 |
Sign up for Free newsletter! |
 |
|
|
|
 |
 |
Welcome to Dutch's VB Library ! |
 |
Dutch's Visual Basic source code Library is loaded with excellent code and instruction on how to make
yourself a better VB programmer. It contains many quality Visual Basic downloads, source code snipets,
links to the VB Programmers' Web Sites, tips and tricks, how-to articles, and much more. It is a is a learning
place for all levels of Visual Basic programmers. All code is provided free of charge, but we do have simple
reproduction/distribution rules that ask be adhered to. For more information, please read the Dutch's Software
Copyright Policy.
|
 |
 |
Spotlight! - Reversi by Yu Wu  |
 |
Excellently programmed Reversi game. Number of options with intelegent suggestions about player's next best move. Complete source code provided. Must see!
Download VB Project Reversi.
Email Yu Wu for more games.
|
 |
 |
Popular: Binary File Viewers/Editors by Herman Liu |
 |
This package contains two
Binary File Viewers/Editors: BinFileEdit1 and BinFileEdit2.
BinFileEdit1 is designed for slower machines; BinFileEdit2 is for
faster ones. Both applications allow you to view/edit binary and
text files, with both hex and character search facilities fully
functional, and you can print any displayed page (each page upto 512
bytes, showing byte positions, hex and characters).
Download VB Project Binary File Viewers/Editors.
Send an email to author Herman Liu.
|
 |
|
NOTE: Copyright
Information
Dutch's Software holds no
copyright on any visual basic files contained within the library unless stated
that the source was created by Dutch's Software.All files are considered
royalty free copyrighted content. Copyrights for the VB source code belong to
the author of the source. Permission is given to use these files on
noncommercial applications as long as credit is given to the programmer, where
known, with a note in a about or copyright
section.
Applications and Source Code may not be:
-
modified or enhanced in any
way,
-
resold,
-
placed on any location where a membership or
entrance fee is required to access them,
-
used on commercial/business applications,
-
redistributed in any other format such as
diskette, CD or tape, without the knowledge and prior permission of the
programmer.
|
|
 |
 |
What's New |
|
Change the angle text
VB doesn't provide you with any method to change the angle text is written out
at on a Form or PictureBox. This seems to be a curious oversight of the OLE
StdFont object, because it is in fact very simple to create a font with angles
other than horizontal. |
object orientated collections
This class enables use the Implements
keyword to create real object orientated collections. Also has a
clear method! It includes a very good expanation of the use of
inheritance and polymorphism in VB6.
|
XProgBar
is a replacement for the MS
ProgressBarActiveX control. This progress bar has some
advantages over the standard MS one. It allow vertical bars,
it repaints more smoothly (mostly because it uses a solid bar rather
than blocks), and has better color selection support. Not to mention
smaller total package distribution size for your
software. |
Ado Data Sort Control
will display
your data from database, filter, sort (up to 3 levels) all in
HFlexGrid. |
File System Object
VB source code shows how
to locate files in a directory using the FileSystemObject. You can
search just within the specified directory or include all
subdirectories in the search. |
This VB game
demonstrates the use of a randomizer, bubble-sort and
an array to "shuffle" a deck of 12 cards. I put it here for those of you who are trying to
figure out how to shuffle with a randomizer without having the same card appear two-or-more
times. |
|
|
|  |
|