.dll
RegRW.DLL 1.0
DLL for all programming languages that allows youto read from and write to Windows registry atdesired location. more>>

Vbio.dll 1.3
Vbio.dll (16bit & 32bit) is intended to read and write PC I/O ports in Wi... more>> Vbio.dll (16bit & 32bit) is intended to read and write PC I/O ports in Windows 3.x/95/98 application. In old Quick Basic, there are two functions INP and OUTP which enable users to access I/O ports. But they are missing in Visual Basic. There are lots of people in newsgroup requesting similar feature, so I decide to release Vbio.dll as the replacement of INP and OUTP. This DLL is very useful especially when you develop a hareware device and want to interface it in your Windows application. 16-bit and 32-bitVisual Basic samples are included. You can also use it in other languages, such as FoxPro/Visual FoxPro, Delphi, and so<<less
dll-inject 1.0
dll-inject permits injection of dlls into another process more>>
UnRAR DLL 3.71
UnRAR dynamic library for software developers more>> UnRAR dynamic library for software developers
Unrar.dll is the library to unpack RAR archives.
You may use it in your freeware or commercial programs without any additional fees.<<less
Mail.dll 2.5
.NET component for sending and receiving email messages. Includes POP3 and SMTP clients with SSL support. Includes examples in C# and VB.NET, and InteliSense support. more>>
Includes POP3 and SMTP clients with SSL support.
Written entirely in managed code in C#.
Component features:
Automatic email parsing when fetched from POP3 server, including:
From, Sender, Reply-to, To, Cc fields,
Subject field,
Date field,
Access to every custom header of every mime entity,
attachment encoding/decoding,
automatic charset recognition,
secure login (APOP command support),
getting header information only (TOP command support).
With examples in C# and VB.NET, with InteliSense support.
MailMessage class representing real email structure.
SimpleMailMessage class providing simple and easy access to email message.
Its free for noncommercial use.
BSN.dll 0.22
Source+Binary of BSN.dll - a generic nero aac encoder + mp4 tagger more>> Source+Binary of BSN.dll - a generic nero aac encoder + mp4 tagger<<less
DLL Archive 1
Scan and archive unnecessary DLLs. more>>
DLL Archive 1 is developed as a smart and useful software with which you just easily click search and let it do its thing--once done, you'll be presented with a list DLL's that don't have references in the system. Then just select which ones you think aren't necessary anymore and archive them. It's that simple. Make a mistake? No problem, restoring DLL's from the archive is just as simple--nothing is deleted until you delete it.
NSDPGP.DLL 1.7
A COM Automation Server and interface to PGP version 6.0.2. It allows easy ac... more>> A COM Automation Server and interface to PGP version 6.0.2. It allows easy access to the conventional encryption (IDEA, 3DES, CAST5) features of PGP from MS Visual Basic, the Windows Scripting Host, MS Office VBA, MS Java, C++ etc. Requires<<less

MX Lookup Dll 1
MX Lookup Dll 1is a simple and effective link library which has a built in function, GetMX(domain and mx), to lookup the MX server. more>>
MX Lookup Dll 1is a simple and effective link library which has a built in function, GetMX(domain and mx), to lookup the MX server. The MXLookup.dll can be called by Visual C++, VB, Java and other programs. A short program in VB is provided to demonstrate how to use MXLookup.dll. The dll is extremely useful for programmer to make a simple call.
DLL Indexer 1.0
The DLL Indexer Google Desktop plug-in allows GDSs Index engine to index .DLL files more>>
The DLL Indexer plug-in publishes to Google Desktop the exported functions in a dll. The plug-in operates on files with the "dll" extension.
System requirements:
- Google Desktop 4 or above

DllRegSvr 1.1
Simple tool to register ActiveX dll & ocx files with a Windows interface more>>
Dll Orphans 1.0
Dll Orphans - Remove Orphaned Dll entries in the Registry more>>
When uninstalling a program you may have been presented with a message similar to "This file is apparently not being used by any other program. Do you want to remove it? Warning: If this file is being used by another program it may not run correctly." That statement doesnt make a lot of sense and leaves the user with a difficult choice.
Dll Orphans will search your computer, present a list of files that are and are not being used along with Registry entries for files that are no longer valid. It can then delete those entries and create a back up for easy restore should you want to. This program does not delete files. It will delete Registry entries only and provide a list of orphaned Dlls.
RegEx.DLL 0.6.0
RegEx.DLL provides some much needed regular-expression handling for VB programmers, implementing all the common UNIX wildcard characters allowing sophisticated string comparisons and search-and-replac more>>
RegEx.DLL provides some much needed regular-expression handling for VB programmers. The clsRegEx class implements all the common UNIX wildcard characters allowing sophisticated string comparisons and search-and-replace operations to be performed.
* The * character represents zero or more occurrences of the previous character in the expression:
ab*c matches ac, abc, abbc, abbbbbbbc ...
* The + character represents one or more occurrences of the previous character in the expression:
ab+c matches abc, abbc, abbbbbbbc but not ac
* Numbers within curly brackets represent a specific number of occurrences of the previous character:
a{3} matches aaa a{3,5} matches aaa, aaaa and aaaaa
* The ? character represents zero or one occurrences of the previous character:
a?c matches ac and aac
* The . character represents any single character:
a.c matches abc, aXc but not ac or abbc
Round brackets can be used to apply multipliers, such as * or +, to groups of characters:
* (abc)* matches an empty string, abc, abcabc, abcabcabc ...
* (abc)+ matches abc, abcabc, abcabcabc ...
Square brackets can be used to specify possible values for a single character. A hyphen can be used in this context to represent a range of characters. If the first character within the brackets is a ^ then the range is exclusive rather than inclusive (ie. the expression matches any single character not shown):
* a[bB]c matches abc and aBc
* a[^0-9]c matches abc and aXc but not a0c ... a9c
A \ symbol negates the special meaning of the following character. Only valid if it precedes one of *+?\{([])}.
* a\*c matches a*c
* a[\[\]]c matches a]c and a[c
* a\\c matches a\c
* ab\c is not a valid expression
The download includes VB code samples demonstrating how to use the library.
This library is still in beta test - it works well for short expressions, but due to the recursive nature of the code longer strings can take a while.
WiseFont DLL 2.6
WiseFont DLL is a freeware font picker dll which can be used with the Wise Solutions InstallationBuilder version 8 or above more>>
6 variables are returned:
WISEFONTFACE, WISEFONTPOINTS
WISEFONTITALIC, WISEFONTUNDER
WISEFONTSTRIKE, WISEFONTWEIGHT
Subclassing DLL 1
Subclassing DLL is one of the most marvelous tools which can subclass the procedure of any foreign window (a window that belongs to another process) more>>
Subclassing DLL 1 is one of the most marvelous tools which can subclass the procedure of any foreign window (a window that belongs to another process)
Since this feature is not possible with normal SetWindowLong() API function. Subclassing means substituting a window procedure with another new one. You can modify and pass the message to its destined window procedure, or even suppress it. The DLL is very easy to use, it has only three functions. Includes a Visual Basic demonstration project.