FileSystemLib
Featured in the Jan-2002 Visual Studio Magazine. This powerful library is the premier replacement to the FileSystemObject (FSO) that comes as part of the Scripting Runtime. Nothing else like it exists on the Net. Easily scan, read and write files on an FTP server or a local drive using the same code. This library is extensible, and can copy NTFS security objects, as well as extended file streams.
WinsockLib
This is a compatible replacement to the VB Winsock control. Easily add socket-based programming to your application without needing a form to host an OCX.
EventLogLib
This library provides easy access to local and remote NT-Win2K-XP Event Logs. This library makes reading EventLog records as easy as a Recordset object.
ServiceLib
This library makes it easy to enumerate, start and stop local or remote services.
SendMailLib
Featured in the Nov-2001 Access-VB-SQL Advisor. This library is a replacement to CDONTS, making it easy to send email to or from any Web Server or a workstation (unlike CDONTS). There is even support for local and remote file attachments.
DataBagLib
The DataBag is a light-weight Recordset-like object that's serializable. This is perfect for storing structured data that's not suitable for a database, and when you need to pass the data between two processes via a Winsock socket, or DCOM. The DataBag is very fast and the serializable data structure produces a small compressed footprint.
LinkedListLib
This class provides linked list functionality, with an object interface almost identical to the TreeView.Nodes collection. Store any kind of data and reference it by index or by key. Unlike other classes that store objects inside collections (which suck your resources), this class stores data in structured array for fast and efficient access.
SubclassLib
This library provides subclassing functionality. The library allows you to choose your notification type (via events or implemented interfaces). Unlike most other subclass components, this one does not store an illegal reference so feel free to hit the 'Pause' button without fear of crashing. There are no limits to the number of instances that can subclass a given message for a window. Also, the interface is more flexible than other like classes floating around.
TimerLib
Not only does this library provide a Timer object for interval based events (such as the Timer control), but also an Alarm object for scheduled events. Like the SubclassLib, this library allows you to choose your notification type (via events or implemented interfaces).
SystemTrayLib
Place icons in the system tray. Like the SubclassLib, this library allows you to choose your notification type (via events or implemented interfaces). Includes the Animate class to animate the system tray (really cool).
HotTrackerLib
This library can be used to track mouse movements for any window. Build more intuitive and eye-catching user interfaces with this library. Add it to your UserControls and forms and use it to change the look and feel of your controls when the mouse is hovering, or to update status, or to display hot and cold images (like the Explorer Toolbar images). Requires TimerLib and SubclassLib.
 
 
Visitor CommentsPost Comment
El Nacho
FileSystemLib, es simplemente una belleza...
Markos
OMG! You are Yoda!
Pradeep
Gooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooood yaar!!
Bikramjeet
The Databag Lib has a major problem. If there is just one Column, and we add new values and try to Save the Bag, it gives some compression/Decompression Error.
Mitesh
This is such a great site... I've learn so many nice thing from the code given here. Thanks.
Umang Barot
This is just a great site with tones of source code for which a true programmer looks for.
romel
hey, i tried compiling the hotTracker lib but VB6 gave me this message "No Creatable Public Component Detected", the help told me that I should have at least one public creatable class module. but i check the code and you do... what gives? som kick @$$ libs and classes btw
Roy Osherove
This is some of the best reusable code ive seen. Keep up the good work!
Noomex
Keep up the very good work.
vbgzf - SFFS
???~~??
Carl Ranquist
Wow!! I've only just begun to look at winsocklib and filesystemlib. These appear to be as good (if not better than) as any commercial tools I've seen. You guys rule!!!
Adem
Hi I'm Searching for a VB Code to get the serial number of a CPU. I need this because I want to build a "registration code" function to my program that I build in VB 6 . Can you help me with this please Thank you Adem
Vinod Kunchakuri
This is good web site.Its so help full for me.
Coder
What happen to the ServiceLib? I need some code about connecting and running remote services. :(
Max
I think most of the code here has parts which are worth learning from. Keep it up (Ofcourse, its pretty obvious, I am refering to the quality of Code) The Databag Seems to have a problem. If we Add One Column and One Row of Data and try to Save it, it gives some Compression/Decompression Error. Max
Mike
Wow!
Aung
Thanks
Inforix - Shanghai Maritime University
What features the ServiceLib will have?
Fabio - BPN
Amazing!!
Suresh Nair - Indian Air Force
Really great site. I am disappointed for i found this site vey late. I got a request. Provide the fascility to download the codes as zip files.
RamaDevi
Can i have the Procedur fot Accessing the Data Form the Oracle throgh Visual Basic (ADO's)?. If any one find this one can forward it to my Mail id id. I was very thank full for this Help ness ok .
Mallik
Such nice site.i was enjoyed with this code
CARNY - DOFASCO INC
Nice page you have here some pretty interesting stuff. Very usefull as well.
MarkW - CTS Computing Ltd.
Great site, WinSock control is very very useful. I will keep coming back and drop you something if I can ever get to your standards.
(anonymous)
you can make INET lib?
yarni
GREAT !!!
byteCode
winsockLib... Greate code Thank you very much...
Gino - Logast
Me cojioni !!!
Krishna Prasad.Voruganti - H.T.C Global Services
This is good site.The Information is very fine
Rebecca
how did romel resovle the issue for "No Creatable Public Component Detected." I'm having the same one.
pete the pee pot
Real professional...Thats all I can say :)
dipapadi
SendMailLib is great. I have been looking for it for quite some time!!!
gogoplayer - gogostudio
Good site,Keep up the good work! I'm a Chinese student,I would often come.(my english is very bed,Write the mistake to beg your pardon)
(anonymous) - Transurban
Thanks for the code mate. Hope to return the favour one day.
paul - jakarta international hotels
it's very great site i ever meet
???????
good work!
 
Copyright © 1999-2002 by Monte Hansen, All Rights Reserved Worldwide.