Projects tagged ‘csharp’ and ‘winforms’


Jump to tag:

Projects tagged ‘csharp’ and ‘winforms’

Filtered by Project Tags csharp winforms

Refine results Project Tags .net (15) windows (9) dotnet (5) gui (3) mono (3) forms (3) databinding (2) framework (2) cs (2) library (2) wpf (2) .net3.5 (2)

[23 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 12 months ago.

0 Users

Twain Dot NetTwain Dot Net is a TWAIN library for the .net platform. It is based off the code from Thomas Scheidegger's excellent article on The Code Project: .NET TWAIN image scanner Support for ... [More] both Win-Forms and WPF applications. See the list of tested scanners. [Less]
Created 4 months ago.

0 Users

C# framework for easy web/windows development
Created 12 months ago.

0 Users

An Automatic Update Library for .net ApplicationsThe library provides a simple secure means for checking a remote web server for application updates. Details of the available updates can be displayed ... [More] to the user. An installer program is then downloaded, verified and run. See the Getting Started guide for details. Below is the signing and configuration tool: [Less]
Created 4 months ago.

0 Users

Proyecto que busca cumplir las necesidades de los profesionales de la contabilidad, especialmente en Chile.
Created 12 months ago.

0 Users

This program allows one to host several open Windows in one parent window so that you can easily access and navigate between them, as well as clean up space in the taskbar.
Created 10 months ago.

0 Users

Hello, This project is written in c# and is in the early stages. I hope it will be usefull to anyone wishing to intergate the Api in to their own application - by using the controls directly or ... [More] any of the code or ideas behind them. The basis of the control library interaction is the COM Google Earth Plugin Type Library (plugin_ax.dll) converted into the equivalent definitions in a common language runtime assembly. As this library uses the Google Earth Plug-in so you should read the Google Earth APIs Terms of Service before downloading or using any of the code on this site. http://code.google.com/apis/maps/terms.html Fraser 03/09 Latest ChangesRebuilt for the Google Earth version 5 enhancements Changed target platform from AnyCpu to x86 Added an embedded html resource to host th [Less]
Created 11 months ago.

0 Users

Mighty: The Managed/Mini IDEMighty has suffered bitrot from long neglect. Will be rewriting from scratch, shortlyUseful StuffFAQ License RoadMap IntroductionThe original use case for Mighty is best ... [More] illustrated by the following user story: As a programmer who happens to own an Asus Eee PC, I want a lightweight code editor (e.g. low real-estate grabbing ala scribes or notepad++) with intellisense-style code completion and discoverability/exploratory functionality so that I can do some meaningful .Net h4xing in a loonix environment. One of the most liberating things for me, as a .Net programmer, is the fact that modern .Net IDEs (VS2005+, #dev, MonoDevelop) have decent code-completion/intellisense via reflection/real-time code parsing. How much less time do you spend not having to look at API documentation since starting to program in this environment? Don't you wish there was a code editor with this functionality but without the resource/screen-size requirements of these environments (for me, a multi-monitor setup is a must because these IDEs have so much crap in them) existed? Mono's WinForms implementation has finally matured to the point that it is feasible to implement a real, useful and cross-platform managed code editor so that, finally, .Net programmers won't be chained to a handful of screen-real-estate-hungry IDEs in order to be able to do useful (read: has intellisense/code completion capabilities) development. Mighty aims to be that editor. [Less]
Created 12 months ago.

0 Users

Winforms application that allows the user to search for image files (incl camera raw files) and copy these files to another location. The files will be stored in a subfolder based on the creation date ... [More] of the file. The reason for writing this application is that I am an amateur photographer and I find it very tedious to handle the file copying/folder creation manually. [Less]
Created 3 months ago.

0 Users

Generates XAML from WinForms Form classes. Building over Rob Relyea idea. Using .NET Reflection to load all forms from a given assembly and generate XAML from it. Should be a interesting starting point for a migration.
Created 8 months ago.