Projects tagged ‘winforms’ and ‘wpf’


Jump to tag:

Projects tagged ‘winforms’ and ‘wpf’

Filtered by Project Tags winforms wpf

Refine results Project Tags .net (4) csharp (2) forms (2) windows (2) controls (2) custom (2) renderer (1) reflection (1) 3d (1) bsd (1) msbuild (1) tcltk (1)

[10 total ]

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.

0 Users

Eagle (Extensible Adaptable Generalized Logic Engine) is an implementation of the Tcl scripting language for the Common Language Runtime (CLR). It is designed to be a universal scripting solution for ... [More] any CLR based language. Eagle was the subject of a paper at the 15th Annual Tcl/Tk Conference, see "Tcl 2008 Conference Proceedings", ISBN 978-0-578-00296-5. Eagle was presented at the 2009 Lang.NET Symposium. [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

The WPF Toolbelt is an open source library of WPF controls, styles, and utility classes designed to enhance the WPF framework. The primary goal of the library is to accelerate market penetration of WPF in corporate development environments.
Created 10 months ago.

0 Users

The objective of this project is to share our's components used in our company with the open source world. There you will find controls and utilities for both windows forms and WPF
Created 10 months ago.

0 Users

Breath new WPF life into those legacy Win32 controls. Win32HostRenderer is a WPF control that will host a Win32 control and render it onto a WPF bitmap buffer allowing you to interact with the ... [More] control and apply anchors and other sweet WPF trickery and magic. It works with 2D and 3D viewports (WPF 3DTools 1.01). [Less]
Created 10 months ago.

0 Users

ShadeTree is a collection of WPF & WinForms utilities
Created 12 months ago.

0 Users

Small project management tool demonstrating the use of prism, see http://compositewpf.codeplex.com/
Created 4 months ago.

0 Users

This project is a small library that extends Windows Forms with ability to customize the windows's non-client area. This allows you to create custom skins for any window and give your ... [More] application consistent and unique look. The project includes also an interactive editor to easily create own skins. [Less]
Created 10 months ago.

0 Users

Send property change notifications without specifying property name as a string. Instead, write properties like this public int Foo { get { return _foo; } ... [More] set { SetValue(ref _foo, value); } parameter. (This apporach is much faster and more reliable than inspecting call stacks, which is a commonly-quoted, but flawed, alternative). It is implemented as a number of independent classes which you can mix and match for your own purposes (e.g. you could use the MSIL inspection engine for your own purposes, quite separately from the property change stuff. Or you could detect property changes for your own purposes, without necessarily raising change notification events). Requires .NET 2.0 or later. [Less]
Created 7 months ago.