Stories recently tagged with 'WindowsClient'

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

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