Stories recently tagged with 'CustomControls'

ASP.NET Controls for amCharts Released(marcelionis.com)

submitted by ailonailon(1335) 4 years, 2 months ago

AmCharts are very customizable and flexible Adobe Flash charts. However generating data and modifying settings on the fly requires a substantial amount of data transformations and XML generation. This is where "ASP.NET Controls for amCharts" step in. This set of ASP.NET controls allows .NET developers to work with amCharts as they would normally do with any native data-bound ASP.NET controls. read more...

1 comment |category: |Views: 96

tags: another

DataGridView Extension(devintelligence.com)

submitted by adventureradventurer(2244) 4 years, 3 months ago

DataGridView Extension is a free component that extends the standard DataGridView control, provided with .NET 2.0 Framework. read more...

add a comment |category: |Views: 117

tags: another

ASP.NET AJAX ComboBox(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 4 years, 3 months ago

Blog Post moved to my new blog host read more...

add a comment |category: |Views: 51

tags: another

Creating a transparent Panel in .NET(saftsack.fs.uni-bayreuth.de)

submitted by mister_tmister_t(90) 4 years, 3 months ago

Today I wanted to create a transparent Panel-Control in .NET in order to superimpose it on the WebBrowser Control in order to record click events. The goal was to code a simple macro recorder for websites. Unfortunatelly the .NET framework does not allow (in an easy way) to make a control fully transparent. So it was back to the good ol' winuser.h and the extended window styles. Namely 0x00000020L or as it is better known WS_EX_TRANSPARENT. read more...

add a comment |category: |Views: 647

tags: another

Creating a transparent Panel in .NET(saftsack.fs.uni-bayreuth.de)

submitted by mister_tmister_t(90) 4 years, 3 months ago

Today I wanted to create a transparent Panel-Control in .NET in order to superimpose it on the WebBrowser Control in order to record click events. The goal was to code a simple macro recorder for websites. Unfortunatelly the .NET framework does not allow (in an easy way) to make a control fully transparent. So it was back to the good ol' winuser.h and the extended window styles. Namely 0x00000020L or as it is better known WS_EX_TRANSPARENT. read more...

add a comment |category: |Views: 647

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

asp.net themes and custom controls(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 4 months ago

How to skin your custom control. Two tips about prefix and properties of your control. read more...

add a comment |category: |Views: 32

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

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

Making Your Custom ASP.NET Controls Appear In The Toolbox(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 4 months ago

How to make controls defined in a separate assembly to appear in the Visual Studio's Toolbox. The standard way and the better way. read more...

add a comment |category: |Views: 7

tags: another

TRULY Understanding Dynamic Controls (Part 2)(weblogs.asp.net)

submitted by wwb_99wwb_99(870) 5 years, 8 months ago

Part 2 of Dave Reed's excellent series on how to understand, and therefore create, dynamic controls. Its kicking awesome. read more...

add a comment |category: |Views: 26

tags: another