dll 2.0
INIFile.DLL 2.0.0
A COM DLL providing easy object-oriented access to INI files, supporting read/write/delete operations, and encoding binary data, such as byte-arrays, using only alpha-numeric characters that may be sa more>>
INIFile.DLL is a COM DLL providing easy access to INI files. The DLL encapsulates the Win32 API functions GetPrivateProfileString, WritePrivateProfileString, GetPrivateProfileSection and WritePrivateProfileSection allowing values and even whole sections to be read and written. The library also provides some functionality not directly supported by the API - such as the deletion. In addition, the various Sections and Keys within the INI file are represented by collections of objects, allowing for easy iteration through the data. Various helper functions are also provided, allowing common tasks to be performed with a single method call. In addition, the library includes functions to encode binary data, such as byte-arrays, using only alpha-numeric characters that may be safely written to an INI file key.
<<lessBushido Sigfig DLL 2.0
A FREE Win32 Scientific Math DLL for Windows 9X and Windows NT. more>> By A FREE Win32 Scientific Math DLL for Windows 9X and Windows NT. This DLL contains two math functions: 1) Significant Figures (sigfig) convertor, with a built-in Scientific Notation Filter. 2) Linear Regression (Least-Squares) with slope, y-intercept, regression coeficient, and correlation coeficient calculations. The Sigfig DLL is fast and easy to use, try it!<<less
Ad-aware Helper DLL 2.0.1.122
Corrects problems and improves deep registry scan mode for Ad-Aware more>>
NOTE: You must close Ad-aware andor Ad-watch prior to replacing the aawhelper.dll file.
Extract to the directory Ad-Aware was installed to and overwrite current. Default installation path is: Program FilesLavasoftAd-Aware 6
RegRW.DLL 1.0
DLL for all programming languages that allows youto read from and write to Windows registry atdesired location. more>>
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.
dll-inject 1.0
dll-inject permits injection of dlls into another process more>>
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
DLL Archive 1.0
DLL Archive will clean up your system by getting rid of unused DLLs... more>>
Everyone has uninstalled programs at one point or another, just to be presented with that wonderful dialog asking whether or not we want to delete some shared Windows resource... Do we? Does something else use that DLL file its asking about? Help!!! Thats where AnalogX DLL Archive comes in - it searches through all the files on your system and lets you know if any of them contain references to the DLLs in question!
AnalogX DLL Archive is super-simple to use, just click search and let it do its thing - once done, youll be presented with a list of all the DLLs that dont have references in the system! Then just select which ones you think arent necessary anymore and archive them; its that simple! Make a mistake? No problem, restoring DLLs from the archive is just as simple - nothing is deleted until YOU delete it.
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.

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
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
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
nbfir.dll 1.0.0.1
A Dll to design, test and implement FIR digital filters. Can be used by C++ or VB programmers. Includes .H and .LIB files, help files, and an MSVC++4.2 workspace with demonstration application. more>>
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