.NET news » Search results

Search results for query "Control" (291):

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 >
A WPF Pie Chart with Data Binding support
This article describes the development of a pie chart user control for WPF that uses data binding. The pie chart is not backed by its own model, rather, it binds directly to your data objects. This has the big advantage that the WPF framework takes care of handling events that relate to changes in the bound data, updating the pie chart view accordingly.
2008-07-25 02:25:00   Source: A WPF Pie Chart with Data Binding support   Tags: Graphics Components
CueProvider
CueProvider is a lightweight class that lets you set a cue banner (the grey prompt text that automatically disappears when you begin to type) in a TextBox control.
2008-07-24 16:54:00   Source: CueProvider   Tags: Components GUI
Password Strength Control
This article is about a Password Strength control, which can be used in password dialogs and login windows in Windows based .NET applications. If you want, you can use it as a progress bar control as well. This control can be shaped to different styles and can be extended, if needed.
2008-07-22 01:28:00   Source: Password Strength Control   Tags: ASP.NET Components
Using the New ListView Control in ASP.NET 3.5
ASP.NET's new ListView control provides template-based layout for both display and CRUD database operations, making it an extremely way to build data-centric Web applications.
2008-07-17 16:48:15   Source: Using the New ListView Control in ASP.NET 3.5   Tags: ASP.NET
Mouse Events for WebBrowser control in .NET CF
Expanding .NET CF's 2.0 WebBrowser to handle mouse events.
2008-07-13 03:52:00   Source: Mouse Events for WebBrowser control in .NET CF   Tags: Mobile Examples
Create a image cropping control
Create a custom asp.net 3.5 control with WebResources, client side JS and httphandlers
2008-07-09 02:04:00   Source: Create a image cropping control   Tags: ASP.NET
Developing an Autofilter ListView
Microsoft Excel has a very useful auto-filter function. With this function enabled on a column, the user is able to select filters from a drop-down list, which when selected, are applied to the column. This article describes how to add similar filter functionality to the WPF ListView control.
2008-07-08 07:50:00   Source: Developing an Autofilter ListView   Tags: Components GUI
Signature User Control: Graphics Programming in Smart Phones, PocketPCs, and PDAs
In this article we are going to see the use of graphics in Smart Phones and PDA applications.
2008-07-02 15:40:00   Source: Signature User Control: Graphics Programming in Smart...   Tags: Mobile
PropertyGridCE - Mobile version of PropertyGrid
Useful control that reproduces most of PropertyGrid functionality in Compact Framework.
2008-06-23 09:31:00   Source: PropertyGridCE - Mobile version of PropertyGrid   Tags: Mobile Components
Programmatically Setting Control Adapters for URL Rewriting and AJAX
Anyone who has spent time developing URL rewriters will know that these do not always play nicely with AJAX components. This is because the HtmlForm element written out by .NET uses the actual URL for post-backs, and not the page's virtual URL that you are trying to preserve. This article discusses how this can be resolved cleanly, and also shows how control adapters may be set programmatically using Reflection. This is useful for creating plug & play components such as URL rewriters in order to minimise the amount of configuration required.
2008-06-23 09:02:00   Source: Programmatically Setting Control Adapters for URL...   Tags: ASP.NET
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 >