.NET news » Search results

Search results for query "Control" (238):

Animated Eye Candy for Programmers

A class library that allows (almost) any control to show animations.

2010-04-06 08:53:00   Source: Animated Eye Candy for Programmers   Tags: Graphics

Use Transformations to Draw Your Own Great Graphs

Visual Studio comes with a huge number of pre-built components and controls, including controls for entering and displaying text, letting the user pick options and make choices, displaying values graphically, interacting with databases, displaying dialogs, and containing and arranging other controls. But it comes with surprisingly few controls for displaying graphical data. If you don't want to shell out big bucks for a third-party graphing control, you're pretty much stuck drawing your own pictures on a PictureBox.

Fortunately, drawing graphs isn't all that hard. Mostly it's a matter of drawing lines or boxes to connect some data points. The only really tricky details involve translating data values to and from the pixel coordinate system used to draw on the control..

2007-05-11 15:07:35   Source: Use Transformations to Draw Your Own Great Graphs   Tags: Graphics

Centering Text on a WPF Shape Using a User Control

WPF excels at creating great looking applications.

WPF TextBox with PreviewTextChanged event for filtering

A WPF control, PreviewTextBox, used to filter/validate user input.
2011-08-02 07:45:00   Source: WPF TextBox with PreviewTextChanged event for filtering   Tags: WPF

Making the CMFCLinkCtrl Class More Developer-Friendly

Enabling font and formatting changes in the MFC hyperlink control
2010-10-12 13:36:00   Source: Making the CMFCLinkCtrl Class More Developer-Friendly   Tags: Components

Online Article: Get Control and Performance with the Real Time Stylus API

Standard Ink collection is incredibly easy using the Tablet PC SDK.For scenarios that require more control or non-default behavior, default Ink collection may not be the best choice. The Real Time Stylus API provides lower-level, higher performance access to stylus input, making this the API of choice for power-developers.Standard Ink collection is incredibly easy using the Tablet PC SDK.For scenarios that require more control or non-default behavior, default Ink collection may not be the best choice. The Real Time Stylus API provides lower-level, higher performance access to stylus input, making this the API of choice for power-developers.
2005-12-18 02:00:00   Source: Online Article: Get Control and...   Tags: Tablet PC

Karamasoft UltimateSpell

UltimateSpell is an ASP.NET control to spell check editable content on your web pages. * AJAX Enabled - Spell check very long text without compromising on speed. Sends small blocks of text to server using AJAX techniques without refreshing the page. * Auto Find - Drag-and-drop the control onto your page, and you're done. It automatically finds and spell checks all editable controls. * Cache Dictionary - Automatically caches dictionaries for fast interaction and data retrieval. * Lots of Dictionaries - Currently 34 dictionaries available on our website. If not enough you can use your own dictionary as well. * Show Options - Change the spelling options either on the server-side, or on the client-side inside the spell check dialog box at runtime.
2005-12-21 07:13:53   Source: Karamasoft UltimateSpell   Tags: Components ASP.NET

Motor Primer and the L293D Quad Half-H Driver

Learn to control DC and Stepper motors using a Micro Controller
2011-01-29 22:41:00   Source: Motor Primer and the L293D Quad Half-H Driver   Tags: Components

A TimeLineControl In WPF

I have created what I think is a pretty re-usable TimeLine control for WPF. Note it is for WPF only, and I doubt it will ever work in Silverlight due to a Dll dependency on a 3rd party library it has.
2010-04-14 09:20:00   Source: A TimeLineControl In WPF   Tags: WPF Components

RC car control programming

high level design of RC car with programming the microcontroller and user interface on a PC
2010-11-13 01:01:00   Source: RC car control programming   Tags: Components