|
|
Codebox Software Products
|
|
|
INIFile.DLL
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. INIFile.DLL is a freeware under development components, libraries tools.
Keywords: vb ini file inifile codebox com activex dll inifile.dll scanning programs
|
|
|
HLTracker
HLTracker is an alternative to the Hotline Tracker supplied by Hotline Communications. Hotline is network based software providing file-transfer, chat and messageboard functionality. HLTracker provides many features not available in the original software, including: * The ability to ''mirror'' other trackers, allowing you to add listings from other trackers into your own. Mirrors run automatically in the background, at intervals that you specify (between 5 and 90 minutes). Mirror multiple trackers to create huge lists of servers instantly. * A rule-based filtering system. Filtering lets you block/accept servers based on their address, port number, number of users, name or description. Create specialised listings by mirroring a large number of other trackers, and filtering out the servers you don''t want. * Fake servers. Define your own entries, with whatever details you like. Fake servers will always be displayed at the top of the list, allowing banners and other notices to be displayed in the tracker listing * Built-in blocking of IP addresses, or address ranges. Deny listings to specific clients, or to other trackers to prevent your list being mirrored. * On-screen log display, showing server and client connections as well as other processing performed by the tracker. * Password protection. Define a password, which servers must supply before being allowed to list on your tracker. * Enhanced logging capabilities, logs are created in CSV format, and can be easily imported into a spreadsheet. * HTML Reports. Instantly create a web page displaying all servers currently connected to the tracker, together with various statistics. * Alerts. The tracker can be configured to alert you when certain events occur (such as a request for the listing from a client, a new server being added, or a server expiring from the list). * Configurable appearance. The main window can be minimized to the System Tray when not required, or float on top of other windows. HLTracker license is freeware and it is listed in network, internet file sharing and peer to peer software.
Keywords: hotline communications bigredh hltracker tracker server codebox p2p chat alarm messages
|
|
|
BitMeter 2
BitMeter 2 is a bandwidth meter, it allows you to visually monitor your internet connection by displaying a scrolling graph that shows your upload and download speed over time. BitMeter is freeware - ie. it is given away completely free of charge, there is no trial period, no time-limited features, no spyware, and no adware, guaranteed. BitMeter displays a coloured graph showing your upload and download speeds, the display updates every second, and the current speeds are also displayed numerically in the lower part of the window. BitMeter has lots of handy features: Statistics window, showing historical data both graphically and numerically. A web interface, allowing you to monitor your speed remotely over the internet via an ordinary web browser. Speed and volume alerts. On-screen stopwatch. Speed/time calculator. Transparent, Float and Click-through modes. Infopane. Comprehensive 36-page help file. Audio notifications. Animated System-Tray icon showing upload and download speeds. Check for new version (with auto-check option and proxy support). Select any combination of network cards to monitor/ignore. Configurable graph scale - set to any value, or set to auto-adjust according to your speed. Connection Speed Helper. Option to display current graph maximum on screen. Change units used in readout (Kb,KB,Mb,MB). Change graph type (bar or line graph). Interval bars with adjustable time period. Adjustable scroll interval (anywhere between 1 and 60 seconds). Save favourite colour combinations for later use, or use one of the preconfigured colour-schemes. Configure System Tray tooltip information (including speeds and days totals). Show or hide readout area, or adjust its font-size. Auto-start option for current user, or for all users. Manual and automatic backup options of configuration and traffic history information. BitMeter 2 license is freeware and it is listed in network, internet network monitoring software.
Keywords: bitmeter bandwidth monitor internet utility tool dumeter netmeter download upload connection speed graph bittorrent usenet network logic unit
|
|
|
RegEx.DLL
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.development components, libraries freeware listed in development components, libraries section.
Keywords: vb com activex codebox regular expression regex regexp regex.dll wildcard wildcards time records
|
|
|
LogMonitor
LogMonitor is a Java-based web application, that allows you to monitor server log files via a web browser. A dynamic, highly configurable AJAX web-interface allows multiple logs to be monitored simultaneously, with on-screen alerts indicating when each one changes. Output can be filtered on the server-side using regular expressions, or at the client-side using a handy JavaScript filter. The Styles dialog allows individual log fields to be hidden from view, or to be highlighted in colour making sure that you can quickly pick out the information that is important to you. LogMonitor behaves much like the UNIX tail -f command, displaying a constantly updating list of the most recent log entries, the number of lines to be displayed can be configured as can the update frequency. LogMonitor is released under the GNU GPL open source licence. LogMonitor is a freeware under system utilities other tools.
Keywords: web interface log logs logfile monitor monitoring ajax http server logmonitor remote tail -f open source advanced accounting
|
|
|
Hyperlink.OCX
HyperLink.OCX is an ActiveX control allowing developers to add links to Visual Basic forms. Simply assign the text to display, the URL to point to, and that''s it! HyperLink.OCX displays the traditional ''pointing finger'' icon when the mouse hovers over it, and can be configured to change colour once a link has been visited. You can navigate to any type of file or document - the appropriate application is automatically launched for you. Create ''mailto'' links that pop open the users'' email client, and create a blank email addressed to you. Launch Word or Excel documents, text files or images from within your application. The download includes VB code samples demonstrating how to use the control. Hyperlink.OCX is a freeware under development components, libraries tools.
Keywords: vb link hyperlink com ocx codebox hyperlink.ocx activex html codes
|
Copyright © 2003-2009 FilesLand.com
|
|