Browse by Tags
All Tags »
Designer (
RSS)
One of the questions I get most often from designers and almost never from developers is: How can I get drop shadows into my application without killing my performance? It is, of course, easy as punch and pie to get drop shadows into your application. You can just use the Bitmaps Effects panel in the Appearance section.
This article walks through the creation of a simple IExtenderProvider component.
This article discusses the control designer infrastructure in the .NET Framework and contains a sample highlighting parts of the designer functionality.
This article and the accompanying source code shows you how to intercept the ENTER and ESC keys in your own UITypeEditor implementation.
This article outlines the code necesary to host a Windows Forms designer in a stand alone app.
The Shape Library provides a comprehensive example of writing a designer in the .NET Framework. It starts with a very simple set of runtime vector drawing components: the shape library, and adds design-time support for these components. The design-time...