 |
Secure and managed .net component that executes DOS and console commands. Each command executes asynchronously and raises events containing current output, completion status, and DOS ERRORLEVEL. Users can also set timeouts, abort commands, and simulate user input. Includes binaries, merge module, sample solution, documentation and technical support.
dos ms-dos msdos command vb visual basic c sharp console dotnet
|
 |
Aspose.Chart is a .Net charting component. With it, you can:
Draw 21 basic charts types including Area, Bar, Bubble, Contour, Candlestick, Cube, Curve, CurveArea, Doughnut, Gantt, HighLowClose, Line, OpenHighLowClose, Pareto, Pie, Pyramid, Point, Radar, Scatter, Step, Surface, as well as many variants of these basic types.
Create charts with effects including 3D, frame border, anti-alias, transparency, grandient, custom drawing, chart combination, custom attributes, etc.
Create charts via API, XML or combined API and XML.
Create charts for Windows Forms applications and Web Forms applications.
Customize your charting application in minutes from fully-featured demos both in C# and Visual Basic .Net.
aspose-chart documentation aspose free download area bar bubble contour cube curve
|
 |
CodeAssets is an advanced code librarian and repository for the Windows desktop. It can accommodate nearly any type of programming asset from snippets up to multiple projects. Each asset in the repository can contain its own HTML documentation as well as links to any file or website. You can create your own asset and documentation templates for quickly entering new assets. There is also a built-in programmers editor and HTML editor for editing the source code and documentation of the asset. Each asset can be classified using multiple categories from 14 major category groups. These include algorithm, asset type, application, framework, origin, pattern, programming language, price range, task and topic. You can then browse your assets by these categories using intuitive directory style browsing, similar to Yahoo (tm) and SourceForge (tm). There are also catalogs for keywords, people, organizations, websites, CDs, books, magazines and other references. Catalog items can be associated with any asset or used as a separate reference. Assets can also be included in asset hierarchies to better reflect class or project dependencies. You can also manage multiple repositories with back up, XML import, XML export, and templating capabilities. A built in wizard allows importing of one or more assets from the standard shareware PAD format. The free version has no limit on the number of assets that can be viewed in a repository, so it makes it easy to exchange repositories with others. Other repositories are available on the CodeAssets website.
code librarian organizer source code c java vb delphi programming tool advanced
|
 |
File encryption for Windows 95/98/ME/NT/2K/XP using the AES algorithm with 128-bit keys.
It combines strong symmetric encryption with compression and double-click editing/viewing.
Encrypted files have a '.AXX' extension added to their names, and are shown with a new icon.
To encrypt a file, right-click it in Windows Explorer and select 'AxCrypt | Encrypt'.
To edit or view an encrypted file - just double-click it.
To decrypt, right-click and select 'AxCrypt | Decrypt' instead.
No configuration is necessary. Run the installer, and AxCrypt is ready to use.
English, German, French, Spanish, Italian or Swedish will be used for messages and dialogues depending on the language of the system. Documentation and installation scripts are in English.
UNIQUE FEATURES
The following are features that really set it apart from other file encryption tools, commercial as well as free:
- Double-click to edit/view with any application, with automatic re-encryption when done.
- Extensive optional command-line interface for scripting and programming.
- Integrated shredder.
- Use a regular passphrase and/or a strong key-file.
- Self-decrypting files supported.
- 6 languages in one executable distribution.
- No options or user interface - easy to install and use.
- Absolutely no configuration needed - just use it.
- Secure memory handling - no keys or data in the paging file
- Private branding support for commercial or corporate versions.
- Open source under GNU GPL.
file encryption free aes shell extension windows encrypt multiple backup api server script
|
 |
The BKAudio v2.0 class library allows you to visually add sounds to your .NET applications!
The current version includes:
1. Fully commented class libraries developed in 100% CLS compliant C# code.
2. Thorough documentation in .CHM (Compiled HTML Help File) format for the BKAudio and
BKSystem class libraries.
3. Examples detailing methods of use, written in both C# and VB.NET using Microsoft Visual Studio .NET 2003.
4. During runtime and design-time, BKAudio uses Managed DirectX 9b where available or the Microsoft® Windows® Multimedia Audio interface as a fallback. if neither DirectSound OR Microsoft Windows Multimedia audio is available due to the absence of a sound card, then BKAudio gracefully disables itself without any nasty exceptions being thrown.
5. Sounds are automatically serialized when added during the design phase and compiled with the application; ready to be played during runtime.
6. The Sound class allows playback of any PCM encoded waveform-audio files (usually with the .WAV file extension).
7. Sounds are played while being selected in the Visual Studio IDE making sounds easier to identify.
8. Adding sounds to the SoundList component in BKAudio is as easy as adding images to an ImageList in Microsoft Visual Studio .NET 2003.
9. The Sounder component in BKAudio adds the final processing needed so that ANY event
in a control (Windows Form, User Control, Button Control etc) can play a sound when fired using only 1 (one) line of code in the event procedure:
C#: Sounder.PlaySound();
VB.NET: Sounder.PlaySound()
10. Per Developer and Source Code Licensing are available. In both cases, there are no runtime royalties or other fees!
11. Updates for the current version are free.
audio sound play pcm wav wave net class collection bkaudio class
|
 |
The BKPing v3.0 .NET class collection contains Ping (ICMP Echo) and associated utility classes
for pinging one or more remote hosts either synchronously or asynchronously.
The current version includes:
1. Both synchronous (blocking) and asynchronous (non-blocking) methods for pinging remote
hosts.
2. Fully commented class libraries developed in 100% CLS compliant C# code.
3. Thorough documentation in .CHM (Compiled HTML Help File) format for the BKPing and
BKSystem class libraries.
4. Windows Forms and Console examples detailing both synchronous and asynchronous methods of Pinging a remote host, written in both C# and VB.NET using Microsoft Visual Studio
.NET 2003.
5. Per Developer and Source Code Licensing are available. In both cases, there are no
runtime royalties or other fees!
6. Updates for the current version are free.
ping net icmp echo synchronous asynchronous class collection net ping class
|
 |
BKResizer gives your .NET Windows applications and controls resolution independence.
BKResizer changes the size, location, and font size, scales the background and foreground images of controls as they are resized, without requiring you to write ANY code. It handles controls added at runtime, docked controls, anchored controls and any control nested in a container; docked or otherwise. Control developers can use BKResizer to add resolution independence to their own controls!
BKResizer enables you to change the size, location; font size, scale the background and foreground images of controls at runtime and it will keep everything in proportion. BKResizer will even remember the last size and location of any Windows Form.
BKResizer enhances each control's capabilities by allowing you to select how it will be resized through the control's very own properties without requiring you to write ANY code. For instance, increasing rendering speeds and reducing flicker through double-buffering, is now just a click away!
BKResizer's Test Mode enables you to modify your enhanced controls using the familiar property grid in a runtime environment. This is done without having to modify your code. You can then choose one or more of the design changes made in Test Mode, apply them in the Visual Studio designer and compile just once!
BKResizer enables you to manage control alignment, by introducing you to Virtual Bounds and Anchors. Combining Virtual Bounds and Anchors with Test Mode enables you to quickly handle your resized layouts without requiring re-design of your current user interfaces!
These are just SOME of the capabilities offered by this powerful feature rich .NET resizing component.
BKResizer was developed in 100% CLS compliant C# code. It contains thorough documentation in .CHM (Compiled HTML Help) format with tutorials and examples written in both C# and VB.NET for your convenience. Enjoy!
net child class component contain control custom dotnet font form graphic
|
 |
The BKTraceRoute v3.0 .NET class collection contains TraceRoute and associated utility
classes for tracing the route to one or more remote hosts either synchronously or
asynchronously.
The current version includes:
1. Both synchronous (blocking) and asynchronous (non-blocking) methods for tracing routes
to remote hosts.
2. Fully commented class libraries developed in 100% CLS compliant C# code.
3. Thorough documentation in .CHM (Compiled HTML Help File) format for the BKTraceRoute
and BKSystem class libraries.
4. Windows Forms and Console examples detailing both synchronous and asynchronous methods of tracing the route to remote hosts, written in both C# and VB.NET using Microsoft
Visual Studio .NET 2003.
5. Per Developer and Source Code Licensing are available. In both cases, there are no
runtime royalties or other fees!
6. Updates for the current version are free.
traceroute trace route net icmp echo synchronous asynchronous class collection net
|
 |
Restorator is a tool to work with windows resources of applications and application components (PE files).
Restorator allows modifying, adding, and removing resources such as text, images, icons, sounds, videos, dialogs and menus in almost all applications.
Restorator is used for translation, customization, design improvement and development.
This resource editor comes with an intuitive user-interface, complete documentation with many examples and prompt user support via email.
Feature List
With Restorator 2004 you can
+ Translate existing applications (localization)
+ Customize the look and feel of programs
+ Replace logos and icons (branding)
+ Enhance control over resource files in software development
+ Hack into the inner workings of applications on your computer
+ and much more
see website for details
A powerful find dialog lets you find any resource in files on your disk.
You can distribute your modifications in a small, self-executing file - the ResPatcher.
The Grab Resources dialog allows for extracting many resources (images, sounds, etc.) at once.
Furthermore, you can create small self-executing patch-programs, that redo the modifications to a program. You can distribute these ResPatchers freely.
localization localisation pe files resources development language windows skins translation customization customisation
|
 |
Complete ebook tutorial and reference on shell scripting with Bash in Linux/UNIX/BSD. This is the equivalent of a 600-page printed book. It is an official Linux Documentation Project (http://www.tldp.org) Guide.
bash shell scripting linux complete ebook tutorial reference shell scripting bash linux
|
|
|