winforms

GOA WinForms for Flash 2.0.0.1480
GOA WinForms for Flash provides you with a useful implementation of the standard System.Windows.Form .NET library for both Adobe Flash. more>>
GOA WinForms for Flash 2.0.0.1480 provides you with a useful implementation of the standard System.Windows.Form .NET library for both Adobe Flash. It allows .NET developers to write standard WinForms applications that will run on this RIA platform. GOA WinForms contains the full-featured System.Windows. Forms core library, enabling you to freely develop and deploy Flash & Silverlight RIA applications using Microsoft Visual Studio.
Requirements:
- Visual Studio 2005, Flash Player

GOA WinForms for Silverlight 2.0.0.1480
GOA WinForms for Silverlight is regarded as a simple and salutary implementation of the standard System.Windows.Form .NET library which is designed for Silverlight. more>>
GOA WinForms for Silverlight 2.0.0.1480 is regarded as a simple and salutary implementation of the standard System.Windows.Form .NET library which is designed for Silverlight.
It allows .NET developers to write standard WinForms applications that will run on this RIA platform. GOA WinForms contains the full-featured System.Windows.Forms core library, enabling you to freely develop and deploy Flash & Silverlight RIA applications using Microsoft Visual Studio.
Enhancements:
- Version 2.0.0.1408 adds updates to target Silverlight 1.1 Alpha Refresh and Visual Studio 2008 Beta 2.

EasyQuery.NET (WebForms) 2.4
EasyQuery.NET (WebForms) is a free tool that lets your users to get the data they want without any assistance from the developer or site administrator. more>>
EasyQuery.NET (WebForms) 2.4 is a free tool that lets your users to get the data they want without any assistance from the developer or site administrator. This outstanding solution allows to create queries to your database using friendly graphical interface which looks for end-user as just a statement in his(her) native language.
EasyQuery.NET library is a set of native .NET classes, components and controls that allows you to include end-user-oriented query builder into your ASP.NET web-site.
EasyQuery.NET WebForms fully supports ASP.NET AJAX (former ATLAS) components so you can get all power of AJAX technology with ad-hoc query building and reporting.
The most wonderful thing about EasyQuery.NET WebForms is that its demo version is totally FREE for using on any ASP.NET web-site! Demo version works exactly like full version of the product but shows a watermark on panel's background and contains a link to EasyQuery web page at the bottom of QueryPanel and QueryColumnsPanel controls.
Another good thing about EasyQuery.NET is that you do not need to install it to see how it works.
Major Features:
- Natural language user interface for query building;
- Programming language: C#;
- Distributed as 100% pure .NET assemblies;
- Supported .NET framework versions: 1.1 (only WinForms editions), 2.0, 3.5;
- Supported databases: MS Access, MS SQL Server, Oracle, MySQL, PostgreSQL as well as any other database which can be used through ADO.NET;
- Added: An ability to define sorting columns separately from the main column list;
- Added: BuildParamSQL() method in Query class which allows to build parametrized SQL statements;
- Added: Params property in Query.Result give an access to list of parameters in case of using BuildParamSQL method;
- Added: AllowSorting property in QueryColumnsPanel control;
- Added: "Aggregate" property for virtual entity attributes;
- Added: Automatical generation of HAVING clause for conditions with entity attributes marked as "aggregate";
- Added: Now QueryColumnsPanel and SortColumnsPanel can show Up and Down buttons: see Appearance.ShowUpDownButtons property;
- Added: Appearance.ScriptMenuStyle.ItemMaxWidth property allows to specify maximum width of menu items. If some item is wider then it will be wrapped.
- Added: The top position of sub-menus is adjusted automatically according to the current window height.
- Added: An ability to specify class for 'over' menu items: Appearance.ScriptMenuStyle.CssClassOver property;
- Added: An ability to specify background color for 'over' menu items: Appearance.ScriptMenuStyle.BackColorOver property;
- Added: EditMode property in QueryPanel and QueryColumPanel controls: An ability to fix some panel elements;
- Added: ReadOnly property for Query.Condition objects;
- Changed: Appearance.ScriptMenuStule.ItemWidth property was renamed to ItemMinWidth;
- Fixed: The problem with unnecessary horizontal scroll bars in script menu.
Pivo Ping Component 1.01
Pivo.Ping allows you to effortless enable your applications to send Internet Control Message Protocol (Ping/ICMP) packets in .NET. Programmatically ping a remote server, host, route, or any network de more>>
Pivo.Ping is a server component. It requires the Microsoft .NET runtime in order to function properly. Pivo.Ping is used to programmatically ping hosts on a network.
A Ping is a technique for sending an ICMP (Internet Control Message Protocol) packet(s) to a remote host. If the remote host is up, and supports ICMP, a control message, or packet, will be sent back to the sender. This technique provides a mechanism for feedback about communication problems in a networked environment. Pivo.Ping abstracts this mechanism in an easy to use manner for the programmer. For more information about ICMP, check out the RFC 792 at http://www.faqs.org/rfcs/rfc792.html.
Pivo.Ping can only be used programmatically from a .NET environment, including, but not limited to, ASP.NET, winforms, console applications, and web services. Here are two brief examples for using Pivo.Ping from C# and Visual Basic. The following example pings www.pivo.com. [C#] Private void Page_Load (object sender, System.EventArgs e) { if ( Page.IsPostBack ) { Pivo.Ping.Icmp icmp = new Pivo.Ping.Icmp("www.pivo.com"); for (int i = 0; i < 4; i++) { Console.WriteLine(icmp.Ping().TotalMilliseconds); } } }.
Pivo.Ping is a low overhead, highly optimized assembly that needs the Microsoft .NET (or equivalent) framework to run. Any system that can support the Microsoft.NET framework will be able to use Pivo.Ping. Pivo.Ping can be used from any environment supported by .NET, which can include winforms, ASP.NET, console applications, components, or web services.
Aurora 8.1
XAML designer for WinFX more>> Aurora is more than a drawing or painting program. Aurora works with the Avalon object model and the Visual Tree. Aurora allows you to visually create and edit various levels in the Avalon document. In addition to creating user interfaces and drawings, Aurora allows you to apply attached dependency properties to visual objects; you can also define custom content for content controls. Using Aurora you can use or create libraries of objects and reuse them in your applications.
The Aurora authoring engine is built as an Avalon DockPanel that can be dropped into an Avalon application or can be embedded in a WinForms application providing instant XAML/Avalon authoring capabilities. The DesignerPanel is the main class for the authoring engine. It is derived from a DockPanel and implements the AuroraDesigner interface which is the main interface for the Aurora Object Model. The DesigerPanel lives in the AuroraDesigner.dll.
The Aurora Designer has a plug-in architecture that allows third-parties to create their own plug-ins. The plug-in has complete access to the toolbars, tabs, Property Panel and Solution Explorer in Aurora through the Aurora Object Model. The Plug-in can create custom toolbars, create custom Avalon based controls and even launch custom editors.
Using the various events and interfaces in the Aurora Object Model and the flexibility inherent to Avalon, the behavior of the Aurora Designer can be customized to the application being developed by the host program.<<less

dotConnect for SQLite Standard Edition 2.50
dotConnect for SQLite Standard Edition is a free of charge database connectivity solution built over ADO.NET architecture. It offers basic functionality for developing database-related applications, web sites. more>>
dotConnect for SQLite Standard Edition is a free of charge database connectivity solution built over ADO.NET architecture and a development framework with number of innovative technologies. It offers basic functionality for developing database-related applications and web sites. It introduces new approaches for designing applications and boosts productivity of database application development.
Key Features:
- Direct access to SQLite database
- 100% managed code
- High performance
- Easy to deploy
- Supports the latest versions of SQLite database
- All SQLite data types support
- Operates in both connected and disconnected models
- Extra data binding capabilities
- Cross-form components cooperation
- Licensed royalty-free per developer, per team, or per site
- Free of charge
dotConnect for SQLite supports SQLite engine version 3 and higher. The provider works with .NET Framework 2.0, 3.0, and 3.5. dotConnect for SQLite Standard Edition can be used with the following integrated development environments:
- Microsoft Visual Studio 2010
- Microsoft Visual Studio 2008
- Microsoft Visual Studio 2005
- Delphi 2007
Delphi for .NET and RAD Studio 2007 are supported in run time only as these environments have no WinForms designers.
System Requirements: .NET Framework
Enhancements: Added support for user-defined finctions LINQ to SQLite: Suported DeleteOnNull attribute of association and changed default behaviour (DeleteOnNull=false now) Entity Developer: Added support for EF Precision and Scale facets; Improved MS EDM Designer compatibility
<<less
NET and RAD Studio 2007 are supported in run time only as these environments have no WinForms designers. System Requirements: .NET Framework. Enhancements: # Visual Studio 2010 Beta supportedLicense:Freeware
License:Freeware

Pivo FTP Component 1.02
Easily transfer large files online with Pivo FTP component. more>> The Pivo FTP component is a fully featured, easy to use implementation of the FTP protocol for .NET, ASP.NET and COM based applications. Fully compliant with RFC 959 and related RFCs, the component has been thoroughly tested with all popular FTP servers. The component is written in 100% managed C# code.
Pivo FTP is a Server component completely written using .NET technology. It can be used with any window, web based .NET applications and COM clients to programmatically add FTP functionality.
Pivo FTP is a low overhead, highly optimized assembly that only needs the Microsoft .NET (or equivalent) framework to run. Any system that can support the Microsoft.NET framework will be able to use Pivo FTP. Pivo FTP can be used from any environment supported by .NET. These environments include winforms, ASP.NET, console applications, components, or web services.
Pivo FTP supports a list of Asynchronous functions. See Documentation for more details.<<less
Aurora XAML Designer for WinFX Beta 6.0
Aurora is a visual designer that produces XAML documents from the Microsoft Windows Presentation Foundation Object Model. more>>
The Aurora authoring engine is built as a WPF DockPanel that can be dropped into a WPF application or can be embedded in a WinForms application providing instant XAML/WPF authoring capabilities. The DesignerPanel is the main class for the authoring engine. It is derived from a DockPanel and implements the AuroraDesigner interface which is the main interface for the Aurora Object Model. The DesigerPanel lives in the AuroraDesigner.dll.
The Aurora Designer has a plug-in architecture that allows third-parties to create their own plug-ins. The plug-in has complete access to the toolbars, tabs, Property Panel and Solution Explorer in Aurora through the Aurora Object Model. The Plug-in can create custom toolbars, create custom WPF based controls and even launch custom editors.
Using the various events and interfaces in the Aurora Object Model and the flexibility inherent to WPF, the behavior of the Aurora Designer can be customized to the application being developed by the host program.
File Watchers Utilities 0.7.0.0
This is a collection of XML configurable file watcher utilities with loggin and task processing support. more>>
Main features:
- Library for building File Watcher Utilities.
- Provides easy to use XML configurable file watchers. (See File Watcher XML Configuration Files)
- Provides many configuration options including task processing.
- Provides control for running multiple file watchers at the same time.
System requirements:
- .NET Framework 2.0
Report Sharp-Shooter Express 3.5
Free reporting engine for designing professional reports in Windows Forms apps. more>> Report Sharp-Shooter Express is a free reporting engine for .NET Framework 1.1 and 2.0 that supports all .NET data sources. It allows you to create complex parameterized and side-by-side reports, reports with unlimited number of master-detail relations, columns, etc. It is possible to design a large number of reports with the unified layout in minutes. A document can be viewed and printed at any time. The component can be used for WinForms apps.<<less
Devolutions Utils 1.0
Devolutions Utils is a small library written in .Net and usefull for any developer more>>
By using this library you will be able to leverage your investment in .Net and you will find many function that will simplify common task. The goal was to enhance the rich .Net Framework libraries with some missing classes.
Main features:
- File utils
- Serialization utils
- WinForms utils
- String utils
- WinAPI
- System utils
Lumisoft UI Controls 1.1.1384.0b
12+ flat controls for Winforms. Lack WYSIWYG design-time support, databinding. more>>
The library includes the following controls:
- Label
- Button
- ToolBar
- EditBox
- SpinEdit
- ComboBox
- CheckBox
- PictureBox
- TabControl
- OutlookBar
- DateTimePicker
With this library, developers can quickly add controls to their applications that would normally involve much more work. For example, developers can take advantage of ButtonEdit, which is the combination of an EditBox and a Button. Other examples of controls this library offers to developers include SpinEdit and OutlookBar controls.
However, the library seems somewhat buggy. For example, the code generated when dragging a control (specifically, the wFrame type) onto a Form will not compile: it inserts obsolete code that contains a typographical error.
The controls can be configured using the Property tab in Visual Studio .NET, but lack the more advanced WYSIWYG design-time support offered by other control libraries.
The code of the library is written in C#. The controls lack databinding capabilities. Some properties dont seem to have any effect. Limited to one style, unlike other libraries. The toolbar cannot float in applications; namely, it is not dockable.
Garbe.Sound Audio DSP Beta 1
A C# .NET digital audio processing class library for creating filters. more>>
The author has provided over a half dozen filters, including Gain, Delay, and Reverberation. The library also has the ability to read and write .WAV files, but only in mono.
The filters are designed to act like a signal box, with a signal input and output. The library has been written to be as systematic as possible: most classes inherit from the SoundObj class. It is not a strong-named assembly so it cant be registered in the Global Assembly Cache.
Furthermore, the class is not marked as CLS compliant, so developers may encounter problems when using it in languages other than C#.
The class library can be used in .NET Framework Windows Forms and Web Forms applications.
digital_audio_processing digital_audio_processing_library Audio_DSP_C# C# J# VB.NET .NET dotnet winforms Filters
VSS.net 2.0
Access Visual SourceSafe(tm) over the Internet more>> Vss.net will allow you to use Visual SourceSafe? over the Internet by implementing a Web Service on the server side and a dotNet WinForms client on the client side.
1) Checkin, CheckOut, Get, and Undo CheckOut
2) Interface is similar to Microsofts Visual SourceSafe?
3) Works using either http or https protocols
4) Virtually no firewalling issues. No ports to open.
5) Date and Time display relative to Client side clock<<less
License:Freeware

AceView 1.0
Integrate print preview and report generator into your .NET applications. more>> AceView is written in fully managed .NET C#. The control allows you to integrate print preview and report generator into your .NET applications. AceView lets you use an x-y coordinate system to freely placing predefined objects or drawing your own objects at arbitrary x-y location. After creating your report, you can go back to change the report by adding, removing, modifying or drawing new objects. You can also create report templates and fill them out at runtime. AceView is also a report designers designer. You can use AceView to create your own report designer and distribute it royalties free.
Application Areas
AceView can be used as a powerful report engine and print preview control for a wide variety of printing and reporting applications. The following is just a partial list.
----Produce text or graphics reports
----Produce technical drawings
----Produce charts, diagrams or graphs
----Perform for publication automation
----Visually fill out virtually pre-printed forms such as bank checks, air flight tickets, medical bills, state and federal government forms etc.
----Print .NET WinForms in vector or bitmap format
----Produce mailing labels
----and a lot more.<<less
- Page: 1 of 2
- 1
- 2