elmon

Stories kicked by elmon

Custom Controls Design Time Support Part 11: Designer Verbs(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post describes how to use a control designer to add custom menu items on the custom controls by adding Designer Verbs. read more...

add a comment |category: |Views: 27

tags: another

Custom Controls Design Time Support Part 10: Filtering Control Members(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post shows how to filter metadata in the design time environment using designers and implementing PostFilter and PreFilter methods. read more...

add a comment |category: |Views: 8

tags: another

Custom Controls Design Time Support Part 9: Introducing the Designer(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

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. read more...

add a comment |category: |Views: 3

tags: another

Custom Controls Design Time Support Part 8: Implementing UITypeEditor(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

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. read more...

add a comment |category: |Views: 54

tags: another

Custom Controls Design Time Support Part 7: UITypeEditor Introduction(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

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. read more...

add a comment |category: |Views: 58

tags: another

Custom Controls Design Time Support Part 6: Custom TypeConverter 2(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post shows how to implement a custom TypeConverter for Enums and how to use the SupportedValues to show a custom values list . read more...

add a comment |category: |Views: 33

tags: another

Custom Controls Design Time Support Part 5: Custom TypeConverters(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post shows how to implement a custom TypeCoverter for a Point3D structure. read more...

add a comment |category: |Views: 25

tags: another

Custom Controls Design Time Support Part 4: TypeConverters Introductio(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

Part 4 on Custom Controls Design Time Support, An Introduction on TypeConverters read more...

add a comment |category: |Views: 15

tags: another

Custom Controls Design Time Support Part 3: Adding Image in the Toolbo(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This part is how to make Custom Controls have a custom image in the toolbox using the ToolboxBitmapAttribute read more...

1 comment |category: |Views: 21

tags: another

Asp.Net Ajax Combobox using Script#(mosessaur.blogspot.com)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

ASP.NET AJAX Combobox using Script# read more...

1 comment |category: |Views: 108

tags: another

C# SuperToolTip(dotnetslackers.com)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 11 months ago

Office 2007 offers great new features, one of them is the SuperTooltip which provides much more information about controls than standard old style tooltips. This article shows how to build tooltips in such a way. read more...

add a comment |category: |Views: 267

tags: another