| Use Standard Search | Advanced Search | Browse Software by Category | View Popular Search Terms |
| Field | Value |
|---|---|
| Page # | 1 |
| Items per page: | 50 |
| Sort Column: | Release Date |
| Search: | Keywords |
| String: | ocx |
| Match: | Exact |
Show Options
| Title [ and relevant links ] |
Company | Description [ no highlighting ] |
Operating System | Program Type | Cost | File Size | Release Date | Category | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| #1 EZ Thumbs |
Frank Kusluski | Utility to create thumbnail images and web pages. |
Shareware | $19.95 | ? kb | 2001-02-22 | Audio and Multimedia Multimedia Creation Tools | ||||||||||||||||||
| #2 EasyDial ActiveX Control |
PC Lubricant Corporation | The EasyDial(tm) ActiveX Control 1.0 makes it easy for Windows software engineers to write code to dial and connect to ISPs. Designed with the needs of our end-users, the software engineers, in mind, it provides functionalities to let you dial and connect to the Internet, monitor the connection status, list phonebook entries,get information about existing outgoing connections, and all the devices that can potentially used to dial up. Specially made for our Windows software engineers, this ActiveX control can be used under a whole spectrum of programming languages including Visual Basic, Visual C++, Delphi, Borland C++, and PowerBuilder. The source code of a sample dialer in Visual Basic 6.0 is also included to further save your time. To guarantee your 100% satisfaction, a 30 day 100% Money Back Guarantee is offerred. If you are not satisfied with our product for any reason, let us know and we will give you a full refund. No questions asked. The EasyDial(tm) ActiveX Control has made it a breeze to write dial-up code! |
|
Shareware | $59.00 | 3037 kb | 2001-04-13 | Development Other | |||||||||||||||||
| #3 Barcode Add-in for Microsoft Office |
IDAutomation.com, Inc. | Our Linear ActiveX Control is an easy to use add-in for Microsoft Office applications. It works well with Microsoft Word, Excel, Access, Visual Basic, C++, FrontPage and Internet Explorer. This product supports the following barcodes: Code 39, UPC, EAN, UCC-128, Code 128, POSTNET, PLANET, Codabar, Booklan, Interleaved 2 of 5, non-interleaved 2 of 5 and Code11. The demo version is fully functional. |
|
Demo | $199.00 | 208 kb | 2001-04-27 | unclassified | |||||||||||||||||
| #4 ActiveX PDF417 Control |
IDAutomation.com, Inc. | The ActiveX Barcode PDF417 Control is an easy to use drag and drop barcode tool. It works with any Windows application that supports ActiveX technology including Visual Basic, C++, FrontPage, Internet Explorer, Microsoft Word, Excel and Access. The PDF417 barcode can encode several hundred characters in a single barcode symbol. The control is small with no runtime requirements. |
|
Demo | $199.00 | 197 kb | 2001-06-10 | unclassified | |||||||||||||||||
| #5 Sool |
Thomas Wenzlaff | Toolbox for VB, C++, Delphi in OCX format, ActiveX |
|
Freeware | $0.00 | 78 kb | 2001-08-07 | Development Other | |||||||||||||||||
| #6 TWActiveEMail |
Thomas Wenzlaff | Send simpel e-mail ocx |
|
Freeware | $0.00 | 117 kb | 2001-08-30 | Development Other | |||||||||||||||||
| #7 TWCrypt |
Thomas Wenzlaff | Crypt ocx/ActiveX for VB, Delphi, C++ for strings |
|
Freeware | $0.00 | 24 kb | 2001-09-01 | Development Other | |||||||||||||||||
| #8 wodMailbox |
WeOnlyDo Software | WeOnlyDo! Mailbox is a component that can be easily integrated into your applications to provide full management over mailboxes and message parsing. Using wodMailbox, you can easily access mailbox, count messages, look at messages, count parts, save attachments, look at headers, delete messages etc.. When wodMailBox opens mailbox, it expects to find there either regular mailbox just as is used on UNIX systems (one file with full mail messages one after another) or just one message inside, just as Outlook Express saves .eml files. When you need to parse received messages, it might be hard to check all the possibilities that one simple mail message may contain. We all used to receive simple email messages - few headers and body text. But, sometimes you get attachments, multipart messages, different encodings and stuff like that. It's almost the same for wodMailbox - it's light, quick and fully supports all mail related RFC's. You can look on using wodMailbox for three main purposes: When you want to access mail messages in the mailbox When you want to access and parse one mail message When you want to prepare and create new message Using together with wodPop3Server and wodSmtpServer (or any other UNIX-alike server) you will notice that easiest way to store messages on per-user basis in files. So, one file contain all the messages for one user. If user moves to different computer or account, it's easiest this way to move his email also. Moreover, IMAP and similarly 'larger' protocols keep all the mailboxes this way - all users' messages in one file, on per-user basis. Once you want to access such mailbox, you just pass it's reference to wodMailbox.Filename property, and call Lock method. At this moment, wodMailbox will open the mailbox and count all the messages for you, but trying to use as low amount of memory as possible. This way, it can open and parse large mailboxes (few megabytes is considered to be 'small' at this point) with ease. |
|
Shareware | $109.00 | 1148 kb | 2001-11-15 | Development Active X | |||||||||||||||||
| #9 wodPop3Server |
WeOnlyDo Software | WeOnlyDo! COM Pop3Server ActiveX control is a component that can be easily integrated into your applications to provide full Pop3 protocol server implementation. All you need to do is to put it on VB form, call it's Start method and it's immediately accepting connections by your clients! It fully supports commands defined in RFC1939. Use your favorite mail client (such as Outlook Express or Eudora) to read mail provided by your own application. How? That's easy part: just put wodPop3Server control on your form, add some code around and it's all setup to be used. If you dislike adding additional code - it's fine by wodPop3Server. It will still work, and reject all the clients (with bad username/password error). But, if you add login capabilities using 'Connected' event (that's easy part - set Action = Allow for specific username/password combination). Still, if you want to make real Pop3 server application, look no more for native support for socket related material - you just found it. wodPop3Server will deal with clients and connections - you must deal with messages. Once new user logs on to your Pop3 server, you need to provide any kind of information about his mail. This is really easy task. If you keep all the emails in separate files, that's just great for usage with wodPop3Server. If you prefer to keep it in one large file - we will not argue about it. You can specify filename, starting and ending position for each email in mailbox, and WeOnlyDo! Pop3Server will pass it to remote client with ease. However, you might have some small problems maintaining such mailbox since sometimes it needs to delete messages, change status, etc.. But don't worry - it all can be done after user logs off. |
|
Shareware | $169.00 | 1976 kb | 2001-11-15 | Development Active X | |||||||||||||||||
| #10 wodSmtpServer |
WeOnlyDo Software | WeOnlyDo! SmtpServer ActiveX control is a component that can be easily integrated into your applications to provide full non-relaying Smtp (Simple Mail Transfer Protocol) server implementation. All you need to do is to put it on VB form, call it's Start method and it's immediately accepting connections by your clients! It fully supports commands defined in RFC2821. Use your favorite mail client (such as Outlook Express or Eudora) to send mail to other users on your network . How? That's easy part: just put SmtpServer control on your form, add some code around and it's all setup to be used. If you dislike adding additional code - it's fine by Smtp. It will still work, and accept all emails but delete them immediately after user disconnects. But, if you define real filename on your disk, all the emails will be stored to that file. Still, if you want to make real Smtp server application, look no more for native support for socket related material - you just found it. Smtp server will deal with clients and connections - you must deal with messages. Once new user connects to your Smtp server, you need to provide some way of storing message posted by user to some file on disk, or just read it from Body property and store manually to, for example, database. This is really easy task. If you keep all the emails in separate files, that's just great for usage with WeOnlyDo! Smtp server. If you prefer to keep it in one large file - we will not argue about it. You can specify filename, make Smtp server Append to that file, and everything will still work just great. As a result, you will have one mailbox for each user just like on UNIX computers. Together with WeOnlyDo! Pop3 server, you can make powerful fully maintained mail service application that will share emails in your company, receive them from internet and anything else you can imagine. You can even create emails for your employees on the fly. You can make Smtp store to same files from where Pop3 reads them. |
|
Shareware | $169.00 | 2327 kb | 2001-11-15 | Development Active X | |||||||||||||||||
| #11 wodSSH |
WeOnlyDo Software | Client component that provides support for communication with remote console-type services. Most commonly, it will be used for Telnet based servers (running on UNIX OS), but wodSSH does even more: it allows you to communicate encrypted (and secured, of course) with SSH1 and SSH2 (secure-shell) servers, as well as any other non-encrypted server (such as SMTP or POP3). For ones that don't know - the SSH transport layer is a secure low level transport protocol. It provides strong encryption, cryptographic host authentication, and integrity protection. Using wodSSH is easily - just put it on your form, set Protocol type and issue Connect method - and just wait for things to happen. When in secure mode - you can connect to SSH servers, which are standard today in remote console communication. wodSSH is able to automatically determine if remote server is based on SSH1 or SSH2 protocol version, and communicate accordingly. It will provide you with information about remote server Fingerprint, so you can always get authenticated information about remote server. wodSSH can be used as scripting client. Easily, you can set it up to connect to server, execute one or more commands, wait for response, and just disconnect. And all of it fully automated. It also supports blocking and non-blocking operations, thus it's suitable for many environments, such as ASP. Using WaitFor and Execute methods, it will behave just like expect command known from UNIX systems. When you're unsure when to send actual command, wodSSH may help also. Using it's unique Prompt property, it can fire event for you whenever remote server sent command prompt to enter new command. All you have to do is send new command once this event is fired. |
|
Shareware | $189.00 | 2327 kb | 2002-01-22 | unclassified | |||||||||||||||||
| #12 wodVPN |
WeOnlyDo Software | wodVPN is VPN peer-to-peer ActiveX component that is used to establish Virtual Private Network between two wodVPN instances over internet. All communication between those peers is encrypted and secured. Peers are able to forward local and remote ports, send messages, etc. UDP packets are used to transfer data between peers, in which case several techniques are available to make direct NAT 2 NAT connection between peers. And if direct connection is not possible (in really rare cases), wodVPN can use as relay between other instances as well. AES128 encrypts all packets between two peers using password of your choice - unbreakable security is in place! wodVPN can be used to connect through VPN do your SQL server (which is mapped through local port), share pictures, documents and files. You can also use it to provide "remote desktop" feature through the VPN. Virtually any service that uses TCP or UDP can be "mapped" to work over wodVPN. |
|
Shareware | $239.00 | 1784 kb | 2002-01-22 | Development Active X | |||||||||||||||||
![]() | |||||||||||||||||||||||||
| #13 wodSFTP |
WeOnlyDo Software | The Secure File Transfer Protocol (SFTP Client) provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. wodSFTP component implements client side of this protocol which is reliable and easy to use. SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server - in secure manner. SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTP), thus no plaintext passwords or file information is exposed to the network. This component implements protocol that is also used in well known SCP (Secure Copy) command on UNIX systems. Internally, SCP client opens SFTP connection with the server for file transfer (much better than calling RCP over SSH connection). wodSFTP supports the most important PutFile (for file uploading) and GetFile (for file downloading) methods, but also: * PutData and GetData to copy string variable to/from remote file, * MakeDir and RemoveDir to create and delete directories, * DeleteFile to delete file on the server, * ListItems event to list files in some directory on remote server, * GetAttributes and SetAttributes to retrieve and set attributes for the file (or directory), * Resume property to resume broken transfers, * Blocking mode to execute methods and wait until they are completed. * Password and PublicKey properties that determine type of authentication with the server * ASCII and Binary file transfers to handle different data types.... * Done event that is fired when executed method is completed - a perfect place to initiate new command.. wodSFTP is tested and works great with all OpenSSH versions, as well as SSH (from SSH Communications Security Corp.) which are most common on today's servers, but has been also tested on others too. Different server implementations handle some sftp features differently. |
|
Shareware | $199.00 | 2273 kb | 2002-03-08 | Development Active X | |||||||||||||||||
| #14 wodSSHServer |
WeOnlyDo Software | wodSSHServer is an SSH Server ActiveX component (but also Telnet Server ActiveX as well) that will give you ability to easily add SSH2 (and SFTP) server capabilities to your application, as well as old TELNET server protocol. SSH protocol provides strong encryption of data, and authentication of users over insecure networks, such as Internet. Using it is really easy. Add it to your form (or create instance on the fly), use internal methods to generate pair of keys for the server (or import existing ones from other SSH servers) and start the server. From that moment, clients will be able to connect to your server, and do the following: enter chat that you created for them, start command prompt and execute commands inside (just as they would do it from the console window), start some program of their choice use internally provided SFTP (secure ftp) server, or open port forwarding for other programs All of this, of course, can be adjusted by your needs. By default, server will not allow anyone to login unless you specify so (using LoginPassword event that is fired when someone wants to login to your server). Once connected, you will get the information about service type user requests. At this point, you can accept, reject or even change the service he requested. Or, you can just leave him alone and not interfere with his actions at all. Using wodSSHServer is ideal if you need server side of encrypted communication, and don't want to hassle with certificates (used in SSL communication). Almost everyone today has some sort of SSH client which can be used to connect to your server. Included samples will show you, step by step, how to manually respond to client's actions. You can make an interface that will talk to the clients (like an BBS system), they will enter commands and different type of values in your program where you can evaluate them. This is ideal for making restricted access area where users will be allowed only to, login and change passwords |
|
Shareware | $229.00 | 2012 kb | 2002-06-06 | Development Active X | |||||||||||||||||
| #15 Arclab File IO/System Toolbox |
ARCLAB SOFTWARE TECHNOLOGIES | Arclab FileIO/System Toolbox is a set of easy to use but powerful functions for File, Folder, Shell, Windows API and System operations and for gathering informations. The ActiveX component was specially designed for the VB/VBA programmer and helps the developer saving a lot time during application development. Language Functions: GetSystemLocale, GetSystemLanguageThis functions might be very useful if your application has multi-language support.Recurse Directory Functions: MakeDir, DeleteDirIt includes a recurse directory function which allows you to create a directory tree (directory with subdirectories) with one single line of code.System Functions: Shutdown, Reboot, Logoff, GetWindowsVersion, GetServicepackSystem information functions show the operating system and the installed servicepack. You can also logoff, reboot or shutdown the computer.Misc Functions: CurrencyToKString, GetIPAddress, GetHostName, GetComCtlVersion, GetWindowsDirectory, GetSystemDirectory, GetUserName, CurrencyToKBString, CurrencyToMBString, CurrencyToGBStringThis function group contains misc, but often requested functions.File/Folder Search Functions: Search, GetNumberOfFiles, GetNumberOfFolders, GetTotalSize, GetFileSize, GetFolderSize, GetFile, GetFolderThe included search functions allows you to do a recurse wildcard search with ease. The results (path and size) are stored inside the control and can be easily accessed from your application. All drive/file/folder size functions are returning 64bit values which show the correct size for volumes larger than 4GB.File Info Functions: GetFileSize, GetCreationTime, GetLastWriteTime, GetLastAccessTime, IsHidden, IsSystem, IsReadOnly, GetURL, GetRootFolder, FileExistsAny relevant information about a file is available through File Info Functions. |
|
Demo | $69.00 | 296 kb | 2002-07-02 | Development Basic, VB, VB DotNet | |||||||||||||||||
| #16 Barcode Label ActiveX (OCX) |
ocx-activex.com | Barcode Label ActiveX 1.0 is an OCX control for software developers and for software authors that can make a barcode image directly from your program. The control can be run from VB6, VB.NET, C++, ACCESS and any environment that support the ActiveX technique. The control supports code 39, code 128, code 2/5, and codabar, you can copy the code, print it to a file, or to the priner, fast and easy. The installation program of the control contains a CHM help file, VB6 and VB.NET samples, and free trial version of the control. |
|
Shareware | $49.00 | 133 kb | 2002-07-16 | Development Other | |||||||||||||||||
| #17 DllRegSvr |
Chestysoft | This is a simple tool for registering ActiveXdll and ocx controls. It uses a Windows interface so it is quicker and easier than working at the command prompt. |
|
Freeware | $0.00 | 217 kb | 2002-07-29 | Development Active X | |||||||||||||||||
| #18 Timers OCX |
April16 ActiveX Components | The Timers control is a set of timers that expand on the timer control supplied with Visual Basic. The Timer control supplied with Visual Basic counts in milliseconds, up to about 65 seconds, this suite of timer controls allow over 32,000 hours to be timed. These timers also provide features that should have been included in the VB timer control. STimer - Second timer. MTimer - Minute timer. HTimer - Hour Timer. Wait - Pause the host application for a set period. |
|
Shareware | $2.00 | 2 kb | 2002-08-27 | Development Active X | |||||||||||||||||
| #19 NetColor OCX |
April16 ActiveX Components | April16 has released NetColor OCX, a control for visual basic which makes converting different color formats easy. Primarily aimed at those designing web design, paint or editor applications, NetColor OCX will make a useful addition to your VB toolbox and best of all it is totally free. |
|
Freeware | $0.00 | 9 kb | 2002-09-02 | Development Active X | |||||||||||||||||
| #20 NetConnect OCX |
April16 ActiveX Components | The NetConnect OCX gives your application internet access, to enable you to provide updates, upgrades, support, etc via the internet. The NetConnect OCX does the following: Detects whether an internet connection is available. Opens the default internet connection as the user default settings. Opens the default internet connection overriding the user default settings. Closes the default internet connection. Detects whether and reports when a connection to the internet is made. Reports whether a connection to the internet is configured, and how it is acheived. Checks whether a specific URL can be reached and returns the result. Downloads a specified file from the internet and saves it to a specified location on the local system. |
|
Shareware | $3.00 | 10 kb | 2002-09-02 | Development Other | |||||||||||||||||
| #21 wodImapServer |
WeOnlyDo Software | WeOnlyDo! COM ImapServer ActiveX control is component that can be easily integrated into your applications to provide full IMAP4rev1 protocol server implementation. All you need to do is to put it on VB form, call it's Start method and it's immediately accepting connections by your clients! It fully supports commands defined in RFC2060. Since wodImapServer is COM object and not the full application, there's few things developer should look after - simply because COM objects cannot deal with information that should be preserved between the sessions. Most important is to keep UID information (UNIQUE ID) for folders and messages. If you do so - wodImapServer will work flawlessly with any client that connects to it. On each client action wodImapServer will fire appropriate event where you can internally handle the action and return positive or negative result. You should also deal with message flags. wodImapServer does not deal with message storage - you should do it by yourself. It will deal with structures and references to folders and messages - but actual contents of messages cannot be handled by wodImapServer. Rather, it will depend on your code when messages are accessed, hoping that you provided properly formatted messages and proper flag information. If you don't - it will not complain, but IMAP clients may... You should consider all wodImapServer folder as virtual folders - none of them doesn't necessarily exist on your system. Each time wodImapServer requires list of folders, or list of messages - event is fired to notify you to populate his collections with appropriate information - and that's all. You can keep messages in database, on external system, or wherever you need - as long as you can provide necessary information on wodImapServer's request. |
|
Shareware | $169.00 | 2551 kb | 2002-12-16 | Development Active X | |||||||||||||||||
| #22 ActiveXplorer |
Aivosto Oy | Analyze and document binary components. ActiveXplorer is a library file manager and analyzer for COM libraries - ActiveX controls, TLBs, DLL and EXE servers - and .NET assemblies. - There are hundreds of libraries on your computer. What are they doing there? Are they installed correctly? What's in them? Your component is ready, but the help file is rather undone? Found a new component but no docs? Relax! ActiveXplorer will create the missing documentation in a minute. - See inside components. Analyze them. What classes, methods and properties do they contain? - Document components. Automatically generate full technical documentation for binary files. List installed files and document their contents. - Escape DLL Hell. Solve installation problems, find missing files, and register files correctly. |
|
Shareware | $149.00 | 2659 kb | 2003-02-04 | Development Other | |||||||||||||||||
| #23 PanelMeter |
Brew City Software | PanelMeter is an ActiveX control for VB6 which can behave like a 3D panel, a frame container, or a progress meter. Any of these behaviors can be setup with just a few simple property page changes. The user can also determine text for the caption or the frame title, or can even setup the control to display the current date or time as the caption. |
|
Shareware | $49.95 | 230 kb | 2003-02-12 | Development Active X | |||||||||||||||||
![]() | |||||||||||||||||||||||||
| #24 wodHttpDLX |
WeOnlyDo Software | General information WeOnlyDo Software's wodHttpDLX is a HTTP client ActiveX control that provides easy, both high and low level access to the complete HTTP protocol. It's primary purpose is to retrieve documents and other resources from the WEB. It was designed to be as programmer-friendly as possible. You will find it can be fully automated to get you requested resource, but also can be used by advanced programmers under complete control from your code. Usage model Default behavior of wodHttpDLX is to do as much as possible to get resource you request - it will automatically connect, try to pass through proxy server (if set), try to authenticate with both proxy and the server, follow redirections,..., until it finally grabs requested resource, and then it will disconnect. If the problem occurs during this automation, you will receive notification about failure, so you can request the resource again using different information provided. Or.. You can use wodHttpDLX to manually connect to the server, send request, check received response, parse received data by yourself - almost all aspect of HTTP protocol is covered by wodHttpDLX. You can have full control over it's behavior if needed - it's all up to you to decide which path you will go. Includes component to parse HTML files Since version 1.1.0.2, wodHtmlParser component is included in wodHttpDLX package free of charge. You can extract almost any data using this component. For example, you can easy get pictures from the page (using one line of code!!), find Google links, escape frames etc.. Provided samples will teach you on how to do basic stuff - and you'll see how easy it is! |
|
Shareware | $179.00 | 2561 kb | 2003-03-03 | Development Active X | |||||||||||||||||
| #25 aaxRegistry |
aaxComponents | The aaxRegistry ActiveX Control is a component that gives you an easy access to the Windows Registry. With this component, you can: - Open / Create / Delete keys and subkeys; - Read / Write / Delete values of any type; - Enumerate keys, subkeys and value. This component comes with full documentation and many Visual Basic samples. |
|
Shareware | $25.00 | 710 kb | 2003-03-08 | Development Other | |||||||||||||||||
| #26 aaxBattery |
aaxComponents | The aaxBattery ActiveX Control is a component that gives you the state of the battery on your laptop/notebook computer. With this component, you can: - Get the battery life in percent and time; - Get the charging status of the battery; - Get the AC Line state; This component comes with full documentation and many Visual Basic samples. |
|
Shareware | $25.00 | 661 kb | 2003-03-20 | Development Other | |||||||||||||||||
| #27 aaxDriveManager |
aaxComponents | The aaxDriveManager ActiveX Control is a component that gives you an easy access to manage disk and CDROM drives. With this component, you can: - Eject CD and media; - Query for drive types and availability; - Get drive capacity and free space; - Get/Set volume label This component can be used with disk drives, CD-ROM drives, floppy drives, etc. This component comes with full documentation and many Visual Basic samples. |
|
Shareware | $25.00 | 661 kb | 2003-03-20 | Development Other | |||||||||||||||||
| #28 Excel OCX |
SkySof Software Inc. | Excel OCX is a powerful ActiveX Control with over two hundred useful functions to assist in exchanging data between Excel and Visual Basic and much more using COM technology! Included in the download is a sample Visual Basic project which demonstrates the power of Excel OCX. Download it now and see for yourself how your programming time can be cut down drastically with this handy control! |
|
Shareware | $49.95 | 687 kb | 2003-03-24 | Development Other | |||||||||||||||||
| #29 csXGraph |
Chestysoft | ActiveX/OCX control to draw 2D pie charts, bar charts and line graphs. As well as displaying the graphs they can be exported to file in gif, png, bmp, jpg or pcx format. Output can be exported as binary data for use with web applications, or copied to the clipboard. A comprehensive selection of properties allow control over colours, fonts, formatting and layout. Pie and bar charts can be drawn with random colours if required, and can display percentages or numeric values. Line graphs can display multiple lines, or be displayed as scatter diagrams by hiding the lines. A stacked bar chart can be drawn with several data items in each bar. All graphs can be shown with legends. Trend lines can be shown on bar charts as well as additional plotted lines. Signed CAB file available for client side applications. Free trial. |
|
Demo | $60.00 | 991 kb | 2003-04-24 | System Utilities Other | |||||||||||||||||
| #30 wodCrypt |
WeOnlyDo Software | Lightweight component that provides strong encryption for your applications. It provides supports for most common crypto algorithms, such as AES DES, TripleDES Blowfish Cast RC2 RC4 RC5 for symmetric encryption and decryption, RSA DSA for making and verifying signatures, and MD5 SHA1 for creating hashes. Working with Blobs wodCrypt works with Blobs - Binary Large Objects (it doesn't have to be big, of course) when it comes to data manipulation. Blob is our object that can read files, string variables and bytes array, and provide the same as their output. Even more, it can present the information in BASE64 and HEX encoded data - in case your environment just doesn't like to work with binary data. Optimized code Besides working in regular way - without random padding and internal wrapping, wodCrypt can work in Optimized mode as well. In that case most probably no other encryption tool will be able to access (directly) your encrypted data - because wodCrypt will add specific information to it - such as size of blob. This way when decryption is done, you will get exactly the same plaintext as it was before encryption. In regular way, wodCrypt has to look after block sizes for each protocol, key sizes etc.. so any empty space needs to be filled with zeros. It's not smart way to protect the data - but it's necessary to make encrypted text open to other decryption tools, for you to get the results as expected. Licensing - royalty free wodCrypt is royalty free - once you make your application, you can distribute binary versions of wodCrypt free of charge. Licenses are purchased only for design-time development, one license per each developer on the project - and that's all! Besides ActiveX version (which can be used even in FoxPro), wodCrypt has COM object as well, which can be used from many environments, such as VB, VC, Delphi, VBS, ASP etc.. |
|
Shareware | $139.00 | 2524 kb | 2003-05-19 | Development Active X | |||||||||||||||||
| #31 Word OCX |
SkySof Software Inc. | Word OCX is a powerful ActiveX Control with over one hundred useful functions to send data from Visual Basic to a Word document, spell check Visual Basic objects and database tables, create labels in Word, create HTML documents and much more using COM technology! Included in the download is a sample Visual Basic project which demonstrates the power of Word OCX. Download it now and see for yourself how your programming time can be cut down drastically with this handy control! |
|
Shareware | $49.95 | 558 kb | 2003-08-18 | Development Other | |||||||||||||||||
| #32 wodPOP3 |
WeOnlyDo Software | ActiveX component that is used to access mailbox on the server using POP3 protocol. Mail found on the server can be retrieved locally(complete messages or only headers) and/or can be deleted from server. Full set of commands for standard operations is supported. Using wodPop3 you can easily get information about content of your mailbox.For each message found on server, wodPop3 will create new Message object in Messages collection, allowing you to easily check the message size and UID(this information is known immediately at connection), and determine if you will download the message or not. For slow connections there is also ability to download only headers. You can just let wodPop3 download all the email for you - it supports method to download all the mesasages and to download all headers - allowing you to open meassages after you disconnect from server - no need to waste time on open connection. *Supports both blocking and non-blocking operations *Can Automatically retrieve all messages from the server using one command *Can retrieve only headers *Provides powerful set of properties that relate to messages - no need for external parsers *Events for all major operations *Supports UNICODE in message header *Royalty free licencing *Ease of use |
|
Shareware | $99.00 | 2155 kb | 2003-09-20 | Development Active X | |||||||||||||||||
| #33 FastForm |
Brew City Software | Form resize and design control for VB6. Features auto scaling of controls, lines, shapes, graphics, and fonts, multicolor gradients, tile, fit to size, center backgrounds, MDI/MDI child support, print support independant of screen res, and more! |
|
Shareware | $89.95 | 716 kb | 2003-10-19 | Development Active X | |||||||||||||||||
| #34 CAD OCX Pro |
SkySof Software Inc. | A Visual Basic ActiveX Control for AutoCAD to create objects, extract block attribute values, and move VB data to AutoCAD. |
|
Shareware | $9.95 | 592 kb | 2003-10-31 | Development Other | |||||||||||||||||
| #35 SplitBar XT |
Extended Resizer & SplitBar | SplitBar XT is an ActiveX control that allows you to add horizontal and vertical split bars and multiple window panes into your application without any code. SplitBar XT handles hosting, auto resizing and splitting in a smart and effective way thus providing full customization using advanced properties and events. SplitBar XT is the easiest solution to build complex and professional user interfaces. Features: -Requires absolutely no code -You can nest split bars within each other to develop very complex interfaces -Provides hosting, sizing and positioning of unlimited number of controls -Each hosted control can be precisely moved and resized independently -Moving, resizing and splitting is done in a smart way. SplitBar XT does not use basic proportional resizing scheme. It positions and resizes controls by memorizing the initial look of your form. Then, resizing or moving is made with respect to anchoring rules you set -Very easy to to learn in less than 2 minutes -Implemented in no time with WYSIWYG concept: the look of your interface at design-time is maintained at run-time -You retain full control over the process: over 10 Properties to set its look and behavior, events are raised after the resizing or moving the splitter for a complete programmatic control -No complicated design-time constructors or resource consuming wizards and property pages Professionally authored, Context sensitive Help, including a quick starting guide and Two VB6 sample projects -can be easily added or removed from your project at any stage -Memory efficient and fast -The ocx is very small (only 104k) -Royalty free distribution: you are free to distribute any number of programs you develop using our SplitBar XT activeX |
|
Shareware | $89.00 | 1886 kb | 2003-11-24 | Development Other | |||||||||||||||||
| #36 xDiskSpy |
Alessandro Valenti | xDiskSpy is an ActiveX control that you can use in your Visual Basic, C++, VBA, Delphi applications. xDiskSpy Monitor folder and file activity. is an ActiveX DLL that allows you to monitor folders and files, by setting filters you want to be notified about. You can monitor file reads and writes; attributes, security, file name and file size changes, and folder changes (delete, rename, move, etc..). xDiskSpy Automatically perform backup operations only on modified files. with xDiskSpy any kind of file activity performed by any application is caught by the component. xDiskSpy isRuntime royalty free. xDiskSpy can be used to detect situations where viruses modify your system files, or web sites add cookies and other files to your system. It can also be used to notify you that a shared file has been updated and the changes need to be reviewed. It was designed to be as programmer-friendly as possible, by providing features such as no user input to run in the background and event-driven notification. xDiskSpy is the leading component for monitoring disk activities on your application . |
|
Shareware | $39.00 | 84 kb | 2004-01-05 | Development Other | |||||||||||||||||
| #37 Block Attribute Modifier |
Frank Kusluski | With Block Attribute Modifier (BAM) you can easily automate the process of modifying block attribute values in AutoCAD drawing files. Use BAM to delete attributes clear attribute values replace attribute values |
Shareware | $99.95 | ? kb | 2004-01-12 | Business Other | ||||||||||||||||||
| #38 VeCAD DLL/OCX |
Kolbasoft | VeCAD is a 3D vector graphics library. It serves as a foundation for your own customized drawing applications (CAD/GIS). The library is furnished in two discreet formats; as a run-time Windows 32 bit DLL; and, as an OCX (ActiveX control). Both are included. These components can be used with applications written in the popular Visual IDE languages such as Visual Basic, Delphi, C++ Builder and Visual C++. The VeCAD package also includes a powerful CAD editor in executable form, based entirely on the VeCAD engine. Use this application to visualize your own project's possibilities! VeCAD features: - Supported formats: AutoCAD DWG/ DXF, Native VEC format. - Save/Read drawing to/from memory (BLOB fields). - Pages, Layers, Linetypes, Blocks, TextStyles, PointStyles, Multi-line Styles (parallel lines), Selection Sets. - Graphics objects: Points, Lines, Sub-classed Polylines, Circles, Arcs, Ellipses, Rectangles, Text, Block Insertions, Raster Images, Hatches. - A unique identifier for each drawing object facilitates external database referencing. - Access to all the properties of any object, either programmatically or via dialogs. - Zoom capabilities allowing you to view the entire drawing or any desired part of it. - Mouse Wheel supports real-time Zoom and Pan. - Print Preview. - Edit operations: Copy, Move, Rotate, Scale, Mirror, Explode, Erase, Join. Single objects can be edited by moving their control points (grips). - Event-driven mechanism that allows for application control of the user's actions with a drawing. - Supports Windows TTF fonts and AutoCAD SHP fonts. - Supports AutoCAD hatch patterns (PAT) and linetypes (LIN). - Undo-Redo buffer saves 100 commands. - Easy localization to any language. |
|
Shareware | $499.00 | 3634 kb | 2004-01-15 | Development Components and Libraries | |||||||||||||||||
| #39 MFader ActiveX control |
Ancient Software | Add multimedia capabilities to your Visual Basic application with this easy to use yet powerful ActiveX control. This OCX control has more than 115 dazzling and splendid effects to make your multimedia application looks professional and some of these cool effects are pushing, pulling, rolling, stretching, squeezing, revealing... and many more. It is Runtime royalty free. This OCX control features : - 115 amazing effects. - The ability to set the graphics width of the effect. - You have total control over the speed of the effect. - You can stop the running effect with a simple call to the method StopIt. - You can set a delay timer to make it wait for a specific time before applying the next effect. - You can run one effect at a time, sequential or random effects. What can you do with MFader? - Multimedia application. - Presentations. - Screen savers. - Slideshow and many more. Compatible containers : - Microsoft Visual Studio 6.0 - Microsoft Visual Studio 97 - Microsoft Office 2000 - Microsoft Office 97 - Microsoft FrontPage - Microsoft Internet Explorer 5.0 - Microsoft Internet Explorer 4.0 - Microsoft Internet Explorer 3.0 |
|
Shareware | $79.95 | 526 kb | 2004-02-06 | Development Active X | |||||||||||||||||
| #40 LabelBar(Pro) |
RKD Software | Barcode and Labels Printing Software. LabelBar(Pro) is designed for creating, editing and printing of labels. The program has a simple and convenient interface, preview of labels location on the page, barcodes adaptation for the current printer resolution, connection to various Data Sources. LabelBar(Pro) has the following features: Object properties The properties of all label objects are edited in one window which makes the work with the program and the label editing easier. Besides, due to this you have the opportunity of group editing of different objects, various types of objects included (e.g. barcode, picture, etc.). Data Source One of the most powerful program features is the data import. And this feature is not limited with a text or a barcode, you can use any parameters from the database, such as color, size, text, etc. Besides, you can specify the data for each object from your data source, i.e. either from different databases or from a series or a stamp in any combination. You can also print a series of labels. A series is a text or a barcode with the ascending numbers sequence. You can see how the printed label will look considering the connected data sources in the preview. Besides, you can print any number of pages. Printers The program is able to print on any printer installed in Windows. It may be a common printer or a specialized one, for example a barcode or a CD printer. Grid and Rulers The program has the grid and the rulers tools to make the label editing easier. Undo If the action is wrong you can undo it. The number of undoes is practically unlimited. Cutting The program has the feature to set different ways to cut a page. Alignment The program has a big number of different ways to align objects. ActiveX You can place different Active-X objects on the label. Due to this you are not limited by a standard objects set distributed with the program. |
|
Shareware | $179.00 | 613 kb | 2004-02-12 | Business Other | |||||||||||||||||
| #41 Active XL Report |
Afalina Co., Ltd. | An ActiveX component to create EXCELlent reports with minimal coding. Save your time. Get impressive results! - Conditional formatting; subtotaling and outline view; autofilter - all Excel features are supported on the template level - Pivot tables and Pivot charts - Master-detail and multiple-sheet reports - ADO, DAO, and RDO - Fast data transfer - Compatibility with all European localizations of Excel - Thorough Demo and documentation - Royalty-free Pro version great features: - Data grouping without subtotals - Advanced subtotals - Direct support of all Excel chart types ONLY 3 minutes and EXACTLY ONE LINE of code and multiple sheet report with a pivot table and a pivot chart on every worksheet is ready! See http://www.ActiveReport.com |
|
Shareware | $89.00 | 2888 kb | 2004-02-18 | Development Other | |||||||||||||||||
| #42 AfalinaSoft XL Report.NET |
Afalina Co., Ltd. | A .NET component to create EXCELlent reports with minimal coding. Save your time. Get impressive results! - Conditional formatting; subtotaling and outline view; autofilter - all Excel features are supported on the template level - Pivot tables and Pivot charts - Master-detail and multiple-sheet reports - ADO.NET - Fast data transfer - Compatibility with all European localizations of Excel - Thorough Demo and documentation - Royalty-free Pro version great features: - Data grouping without subtotals - Advanced subtotals - Direct support of all Excel chart types ONLY 3 minutes and EXACTLY ONE LINE of code and multiple sheet report with a pivot table and a pivot chart on every worksheet is ready! See http://www.ExcelReport.com/net/ |
|
Shareware | $89.00 | 2100 kb | 2004-02-18 | Development Other | |||||||||||||||||
| #43 PEBundle |
Bitsum Technologies | PEBundle combines an executable and the modules it depends on into a seamless binary that runs just as before. If the modules do not already exist on the client machine, they are extracted to disk or emulated in memory. Modules can even be downloaded at runtime from an internet site. With PEBundle DLL version problems are reduced, the application is better protected from reverse engineering, there is no need to distribute the modules separately, and your application can run instantly in any environment. Using the remote bundling technology, you need not even distribute runtime dependencies to systems that already have them. PEBundle even compresses the files it bundles with a high performance algorithm so that the application's size is minimized and reverse engineering is made more difficult. Additionally, PEBundle can be used to bundle a script with its interpreter so that it appears to be a compiled executable. |
|
Shareware | $29.95 | 319 kb | 2004-02-26 | Development Other | |||||||||||||||||
| #44 RSP Tar Gzip OCX |
RSP Software | ActiveX OCX to list , test , and extract tar , tar-gzip and tar-bzip2 files , ability to pause , resume and cancel the execution , the code is optimized for new AMD and Intel processors , the decompression engine is loaded dynamically in the process |
|
Shareware | $25.00 | 376 kb | 2004-02-27 | Development Other | |||||||||||||||||
| #45 wodWebServer |
WeOnlyDo Software | ActiveX Component that implements server side of HTTP and HTTPS protocols (HTTPServer). It's main purpose is to serve HTML pages, GIF/JPG/PNG images, documents, and other resources that are accessible through Browser clients (such as Internet Explorer, Mozilla Firefox, Netscape etc..) It is robust, easy to use, fast, and can be used in all environments that support COM technology. It serves both static pages, as well as dynamically created ones. No need to learn ASP/PHP/Coldfusion to make your own WEB server when wodWebServer ActiveX is used. wodWebServer runs through Request/Response objects - whatever client sends is parsed and stored to Request object. When you're ready to deliver response, you just need to populate Response object - such as Body property, StatusCode, and that's it. If you're fast and can do it from within RequestDone event, then you don't even have to call any Send methods - it's delivered automaticaly. Features include: - support for HTTP and HTTPS protocols - complete information on connected users - get their originating IP address, originating port, total connected time... - Choose either Automatic content delivery (sit back and enjoy) or manual - in which case you define virtually everything that is sent - CGI script support by running external executables - Parsing of query variables, posted data, form-uploaded data for easy access - Can be used as standalone, or together with other WEB server (such as Apache, IIS...) by running on another port - control bandwidth usage for each user separately Shipped in two variations - as COM object, and as an ActiveX control. Besides this, wodWebServer package also includes wodCertificate object for managing certificates and private keys (for HTT It will work with all environments that support COM objects and ActiveX controls - VB, VC, Delphi, and it will even work in .NET environments. IDE will generate appropriate wrappers for wodWebServer in that case. |
|
Shareware | $229.00 | 2721 kb | 2004-05-01 | Development Active X | |||||||||||||||||
| #46 VB-PowerWrap |
Moonlight Software | Distribute your apps without worrying about runtime dependencies. VB-PowerWrap scans a VB project, wraps all dll's & ocx's, and creates a self-contained file for distribution. Also lets you embed all dependent/non-dependant files, including graphics, databases & more. No setup/installation to run. Powerful compression creates the smallest .exe possible. Registers appropriate controls on end user's machine if needed. Visual Basic 4, 5 or 6 required. |
|
Demo | $99.00 | 1451 kb | 2004-06-10 | Development Other | |||||||||||||||||
| #47 ClipManagerX |
Ciansoft | Ciansoft ClipManagerX is an ActiveX control that collects data from the Windows Clipboard and makes the data available to your application. Using ClipManagerX you can: retain all items that are copied to the clipboard (with the Windows Clipboard only the last item to be copied is available), collect data from any application running on the user's computer, configure ClipManagerX to collect only the specific data types that you require, e.g., collect text that is copied, but not images. Supports all possible clipboard formats including custom formats. Several choices are available to retrieve the collected data from the control. These include: copy the data back to the clipboard for pasting, export of an OLE variant array or obtaining a handle to a memory object containing the data. |
|
Shareware | $75.00 | 680 kb | 2004-07-02 | Development Other | |||||||||||||||||
| #48 csXPostUpload |
Chestysoft | This ActiveX / OCX control allows an end user to upload batches of files to a server by an HTTP post. The entire contents of a folder can be uploaded with a single click. Paths, destinations and form variables can be set by the developer or the end user. Files can be filtered by extension and / or size. This control can be used in a web page or a COM enabled environment. It allows a more useful interface to be built than a web form with a Browse button when a user is regularly uploading multiple files to the same location. It shows a progress bar, has an abort and continue facility and stores settings in an inifile to avoid making the user enter paths every time. The control can also be hidden or reduced to just a progress bar and operated from the calling application where files for upload can be specified by name. There is a fully functional free trial available. |
|
Demo | $80.00 | 818 kb | 2004-09-24 | Development Active X | |||||||||||||||||
| #49 BarCode-ActiveX |
RKD Software | There are many barcode label generation code libraries available for software developers to use in their applications. There are two main problems, though. Integrating such libraries with your existing projects may take much time and require help from developers that are familiar with barcode technologies. How does Barcode ActiveX differ? Barcode ActiveX is a visual ActiveX control that does not require any programming skills or knowledge of barcode technologies to use it in your projects. It can be easily utilized using virtually any environment that supports ActiveX. You can insert it into Microsoft Office documents with the click of a mouse. The built-in database binding capabilities allow you to define relationships between Barcode ActiveX and a database and thus easily add individual barcode label printing to each database field. By inserting Barcode ActiveX into your web page, you provide your visitors with their very own client-side barcode label printer. Barcode ActiveX smoothly integrates into software projects written in all modern high-level programming languages, such as Visual C++, Visual Basic, Delphi and others (and including their .NET appliances.) The Barcode Activex is a pure ATL application written in C++ with speed and fault-tolerance in mind. Barcode ActiveX works well as a server-side component if used in a CGI or an ASP.NET application. It was tested for industry performance and reliability standards compliance using the MS web server stress utilities. The component perform very well in high-load multitasking environments and shows no memory leaks or stability problems. But, is it really good enough to print barcode labels? Barcode ActiveX can generate barcode labels in all industry standard formats and render them into a wide range of supported image formats. The internal image representation is vector-based and thus can be rendered without distortions even by low-resolution displays and printers. |
|
Shareware | $179.00 | 968 kb | 2004-10-10 | Education Other | |||||||||||||||||
| #50 Chameleon Frame |
gonchuki | Are you bored of that old plain frames? Is your GUI looking too cluttered? Then, this is the solution!!! The Chameleon Frame is able to reproduce the styles that everyone knows from various environments, plus it adds some useful others. They are all reproduced in a very accurate way, and best of all, they are drawn VERY FAST!!! The Chameleon Frame includes 7 different styles, and has many advanced features that makes it an ideal control to enhance the user interface. Forget those cluttered grey interfaces! The Chameleon Frame is for you! |
|
Demo | $25.00 | 103 kb | 2004-10-15 | Development Active X | |||||||||||||||||