By tag: AmrElsehemy
0
kicks
Exploring GDI+ : Using the Pen
This post describes how to use the Pen object in drawing and using sepcial characteristics of the pen like DashStyle and LineCaps.
0
kicks
Adding Auto Format for ASP.NET Custom Controls Design Time
This post shows how to add Auto Format.. link in the Smart Tag of the ASP.NET web controls, to give the user of the control a variety of different styles in the design time.
0
kicks
Exploring GDI+ : Using The Brush
This post shows the different types of brushes built in GDI+, how to work with them and how they look.
0
kicks
The ASP.NET Configuration Model
This post describes the ASP.NET configuration model, shows the all the config files that are used when running an ASP.NET application, describes the merging process and shows some Tools for editing web.config.
0
kicks
Custom Controls Design Time Support Part 15: Debugging Design Time
The final part in the series describing how to debug design time support.
0
kicks
Custom Controls Design Time Support Part 14: Extra Property Tab
This post shows how to let your custom controls to have an extra tab in the property window by building a new PropertyTab.
0
kicks
Custom Controls Design Time Support Part 13: Adding Snaplines
This post shows how to add custom Snaplines for your custom windows controls. Includes a sample and source code.
0
kicks
Custom Controls Design Time Support Part 12: Adding SmartTag
This post describes how to add a smart tag panel to your custom control.
0
kicks
Custom Controls Design Time Support Part 11: Designer Verbs
This post describes how to use a control designer to add custom menu items on the custom controls by adding Designer Verbs.
0
kicks
Custom Controls Design Time Support Part 10: Filtering Control Members
This post shows how to filter metadata in the design time environment using designers and implementing PostFilter and PreFilter methods.
0
kicks
Custom Controls Design Time Support Part 9: Introducing the Designer
This post gives an introduction to designers and show what designers can do during the design time, and compares between web and windows controls designers.
0
kicks
Custom Controls Design Time Support Part 8: Implementing UITypeEditor
This post describes by steps how to implement a custom UITypeEditor and gives a brief introduction on the IWindowFormsEditorService, the sample introduced is a ColorEditor that uses the ColorWheel to pick from it colors from the drop down.
0
kicks
Custom Controls Design Time Support Part 7: UITypeEditor Introduction
This post gives a brief introduction on what is an UITypeEditor and what enhancements it gives for the design time environment, and some built in examples.
0
kicks
Custom Controls Design Time Support Part 1: Design Time Attributes
Design Time Attributes for custom controls
0
kicks
Custom Controls Design Time Support Part 6: Custom TypeConverter 2
This post shows how to implement a custom TypeConverter for Enums and how to use the SupportedValues to show a custom values list .