Projects tagged ‘cs’ and ‘windows’


Jump to tag:

Projects tagged ‘cs’ and ‘windows’

Filtered by Project Tags cs windows

Refine results Project Tags csharp (5) .net (4) databinding (2) gui (2) forms (2) dotnet (2) winforms (2) image (1) files (1) .net3.5 (1) strongbind (1) rad (1)

[6 total ]

1 Users

Overview.NET Assemblies that integrate and expands on various advanced solutions for DataBinding, Reflection, UI Wrapping and more. Fuel your .NET applications with RAD techniques and ready-to-use ... [More] code that picks up where the .NET framework left off. DevFuel.Core.dll FeaturesGeneric Tuple class for use in Collections "Lookup" Properties system. I.e. A DataRow uses its foreign key relationship to determine what values a field can have (in a PropertyGrid) Support for sorting and filtering collections of standard objects (As opposed to only DataRow objects) in DataGridView controls XML helper routines Validate (with or without error/warning logging) XML using an XSD file Transform XML using an XSLT scripts (with or without warning/error logging) ClickOnce deployment support classes Hash and symmetric encryption support classes/wrappers CredUI PInvoke Wrapper Threading Task object for use with asynchronous UI System.Version matching class for verifying and matching version strings of the form "A.B.C.D" DevFuel.Core.V3_5.dll Features.NET Framework v3.5 Support Advanced strongly-typed Data Support through extension methods DataTable Merging Generalized TableAdapter handling of Fill, Update, Transactions, etc. DataRow "wrappers" for customizable use of DataRows in a PropertyGrid control or other data binding scenario. DevFuel.Core.UI.dll FeaturesAn augmentation of the System.Windows.Forms Namespace UITypeEditors for PropertyGrid designer support Lookup Property Support (DataTable and DataRelation awareness) Open file dialog editor for string type Save file dialog editor for string type Generic Modal Dialog editor using ellipsis button and launching designer generated form Generic drop down style editor displaying designer generated UserControl Double-buffered TableLayoutPanel ExceptionBox for displaying exceptions in a user-friendly format (better than MessageBox) InputBox for collecting user input in a customizable way MessagesBox for displaying multiple messages in a coherent manner PropertyGridBox to allow display and edit of the public properties of any object in a dialog PropertyGridEx to workaround some of the shortcomings of the PropertyGrid control ReportViewer to nicely display XML+XSLT=HTML style reports (Beats Crystal Reports all to heck!) RichTextBox to add formatting enhancements and time-savers TaskProgressBox for displaying the progress and status of asynchronous tasks Theming support for assemblies called from native applications DevFuel.Core.Net.dll FeaturesAn augmentation of the System.Net namespace PInvoke wrapper for Querying Network Adapter details (Such as MAC address) DevFuel.NAnt.Tasks.dll FeaturesCustom NAnt Tasks Google Code Upload VersionFile task to read and optionally increment a file containing a version of the form "A.B.C.D" YuiCompressor task to utilize a .NET port of the YUI Compressor to minify CSS and Javascript files to reduce size Custom NAnt Functions file::read-all-text(path) to allow for templating files using filtersets file::read-all-xml-escaped-text(path) which does the same as the previous function, but uses XML escaping to sanitize any special XML characters in the file [Less]
Created 11 months ago.

0 Users

communication project c/s architecture.
Created 3 months ago.

0 Users

NewsVersion 0.92 is out! Read/Write available. Bugfixes in 0.91. PreIf you ever had a need to send multiple files to a client using your C# code. If want your client to be able to extract those ... [More] files with some kind of widely recognized application. If you did not want to make your code dependencies much much much bigger. If yes then you had the same requirement I do. ResultI came out with this small library. This library compatible with mono and .NET framework 2.0 and higher. You can use it to create regular ".tar" files or to create "tar.gz" archives that are widely used across Linux/Unix world and recognized by shell extensions like "WinZip" or "WinRar". BenefitsThis is the library enables your to read and write tar archives from your .NET/mono code. Here are the Exa [Less]
Created 8 months ago.

0 Users

StrongbindStrongbind is a library that enables strongly typed data binding for Windows Forms, making data binding much more declarative, reducing the risk of runtime errors, and enhancing the ... [More] development of data bound applications. Read more about Features, Usage, Advantages, and Drawbacks for an introduction to various aspects of Strongbind. For more detailed information on Strongbind, please see Documentation. MotivationOne of the main issues with Windows Forms data binding is the lack of strong typing when declaring bindings. The properties that are bound are specified as strings, due to the lack of a facility for sending "property references" as an integral part of the platform and language. This makes the declaration of data bindings unnecessarily slow and error prone, since no IntelliSense support can be offered, and a mistyped property name will not be detected at compile time. SolutionStrongbind solves this problem by providing a declarative, strongly typed manner of declaring data bindings, where you declare a bindable source and target, and bind the two together. Strongbind also declaratively supports binding behavior specification, event hooking, and so on. Strongbind also implicitly enables IntelliSense support for data binding, since the declaration of bindings is strongly typed. The project is still in an early stage, so both the API and the inner workings are subject to change. Please test it and report bugs and/or feature requests. [Less]
Created about 1 year ago.

0 Users

Massive/Buck Image Resizer initially developed by Immensetech is a FREE, green, tiny tool handy for generating thumbnails from ALL of your digital camera photos in a few clicks.All JPG/JPEG, GIF, PNG ... [More] , and BMP files can be converted to smaller edition under one folder in seconds (depends on the size of photo). Very useful when email photos, upload to gallery, and save disk spaces. [Less]
Created about 1 month ago.

0 Users

Windows interface to http://alt.org/nethack/
Created 8 months ago.