Ahd_Mohamed

Stories kicked by Ahd_Mohamed

Adding Auto Format for ASP.NET Custom Controls Design Time(amrelsehemy.net)

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

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

add a comment |category: |Views: 98

tags: another

Extracting Icons from Files(amrelsehemy.net)

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

Extracting the icon of any file including executable ones. read more...

1 comment |category: |Views: 5

tags: another

Exploring GDI+ : Using The Brush(amrelsehemy.net)

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

This post shows the different types of brushes built in GDI+, how to work with them and how they look. read more...

add a comment |category: |Views: 28

tags: another

The ASP.NET Configuration Model(amrelsehemy.net)

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

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

add a comment |category: |Views: 2

tags: another

Custom Controls Design Time Support Part 15: Debugging Design Time(amrelsehemy.net)

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

The final part in the series describing how to debug design time support. read more...

add a comment |category: |Views: 81

tags: another

Custom Controls Design Time Support Part 14: Extra Property Tab(amrelsehemy.net)

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

This post shows how to let your custom controls to have an extra tab in the property window by building a new PropertyTab. read more...

add a comment |category: |Views: 16

tags: another

Custom Controls Design Time Support Part 13: Adding Snaplines(amrelsehemy.net)

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

This post shows how to add custom Snaplines for your custom windows controls. Includes a sample and source code. read more...

add a comment |category: |Views: 42

tags: another

Custom Controls Design Time Support Part 12: Adding SmartTag(amrelsehemy.net)

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

This post describes how to add a smart tag panel to your custom control. read more...

add a comment |category: |Views: 39

tags: another

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 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