- Editor.NET 1.42, Edit Like Professional One of the most common, «recursive» tasks for any programmer is a hand-made code editor. Sometimes, it is only a challenge for training skills and playing with components. Sometimes, it is an experimental or hobbyish attempt to Do Better (create an editor with features nobody else has invented). And in many cases self-made code editor is business necessity: when you really invent something great for existing
- VBto 2.30, Visual Basic No More For its time, Visual Basic 6 was an excellent tool. It was easy to learn, write and read, had reasonably good visual forms designer, allowed easy usage of ActiveX controls... Unfortunately, those times have gone. Now, there is .NET, there is VC++ MFC, there are other IDE with form designers, like Delphi. There is no place for good old VB6. Old projects are to be translated to new environments, but it is not an easy
- HtmlCapture ActiveX Control, Web Snapshot In A Few Lines Of Code Taking shots (images) of web-pages is an often and highly usable programming task. There are scores of possible usages, from large web-archiving suits to small one-time testing scripts; but the general purpose snapshot tools (either PrintScreen or specialized software) arent very good for the task. If you want one powerful yet compact solution for the problem which can be used virtually with any programming language, take a look
- Easy Duplicate File Finder – highly efficient duplicate files removal The good thing about todays hard drives is their size. Having up to a terabyte of free disk space silently spinning in your PC case makes you forget about saving space and paying attention to copies of folder and files scattered across the drive. However, the abundance of copies may become quite confusing, especially if you try to keep your archive of program distributives more or less up to date. Finding
- Managed Extensions for VCL - a great solution of the Delphi Win32/.NET communication problem Anyone familiar with software development knows how different the .NET framework is compared with older development platforms. The problem of framework interoperability has been vexing many developers who wanted to use .NET components in their Delphi and C++ applications. Finally, there is a solution for the problem. Managed Extensions for VCL enables you to interact with any .NET languages (C#, Visual Basic.Net, JScript.Net, Delphi .Net and others) from your
- File Security Manager - full control over file and folder access permissions (even in Windows XP Home) Being an overall excellent operating system, Windows XP does have some versions that limit users control capabilities to a bare minimum. For instance, Windows XP Home offers a great set of multimedia and general features, but lacks the degree of flexibility that many advanced users would definitely appreciate. For instance, the Home version will not allow you to set file and folder access right, which is a common method
- Duplicate File Finder .NET - a jolt of fresh air for a clogged hard drive Since the majority of todays hard drives are measured in hundreds of gigabytes or even in terabytes, we rarely pay attention to how we keep our data organized, if at all. A visit of a friend with a portable hard drive full of movies, photos and music or a LAN party leaves chaos on your data storage and you may be quite surprised to find several copies of the same folders and files
- 3D Button Visual Editor - create awesome-looking 3D buttons for your site in seconds! Clear, unambiguous and intuitive navigation is one of the key elements of a high-quality website. No matter if you are developing a brand new site or redesigning an existing one, you must take navigation seriously. If, however, you feel much more confident coding than creating your site graphics, there seems to be only two options: either outsource this part of the work or learn to use professional graphic editors, such
- CRC .NET Control - a native .NET component for fast CRC calculation Cyclic Redundancy Check (CRC) calculations are used by the majority of developers to validate the integrity of files and binary streams, which makes them an important part of applications working with multiple input and output files. Despite the great number of available CRC algorithms utilizing various initial polynomials, CRC32 is by far the most popular one. If you are a .NET programmer and want to use a CRC library
|