Search results for query "Control" (238):
A Synchronized Volume Control for your Application
In a forthcoming article I will be describing a DirectSound based Wave Player-Recorder, with some unusual features.
The GUI will include a simple volume control for playback. Since I wanted that control to be synchronized with the system Volume Control utility, I needed to use WinMM.DLL functions and I thought this interim article outlining how those functions are used, and showing in particular how such a control can be synchronized with the system Volume Control, might be of general interest.
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.
Building a User Control that Displays RSS Feeds Using a DataList and an XmlDataSource Control
In this article we will see just how easy it is to display XML data in an ASP.NET 2.0 page. In particular, we will build a User Control that
will display the contents of an RSS feed. Once created, this User Control can be
dragged onto the Design surface of any ASP.NET page in your project and configured to display the contents of a particular RSS feed by simply
setting the control's Url property to the URL of the RSS feed.
Numeric UpDown Control for hardware control applications or yet another SpinEdit
An article on numeric Up/Down
control with some unique features useful for hardware
control applications
PSAM Control Library
PSAM
Control Library is a WinForms library containing the IncipitViewer
control for drawing musical notes which can be read from MusicXml file or added programmatically. The library was initially a component of larger software Polish System for Archivising Music but I thought it could be useful for other software developers so I decided to distribute it under BSD licence. PSAM
Control Library is written in C# under Microsoft Visual Studio Express.
Advanced ClientSide TreeView v1.5
This article explains the use of TreeView
control developed in JavaScript. As you all may be familiar with the existing ASP.net TreeView provided with .Net framework, this
control actually tries to mimic the same in coding style. So, developers who have worked on ASP.Net TreeView
control would find it much easier to implement.
Google Maps Control for ASP.NET - Part 2
This is second part in two part series of my article Google Maps User
Control for ASP.Net. In the first part I have explained how to use this
control in your ASP.Net application. In this part, I am going to explain source code of this user
control so that you can modify it for your own use.
ScrollBar Control with Different Visual Style using VB.NET 2008
Why another Scroll Bar? The standard ScrollBar is too limited in functionality and I couldn't find a custom
control written that did all that I wanted. This is a User
Control with Microsoft Office 2007 Visual Style.
How To Control Robots (and Other Devices) with Your Voice
Learn how to build speech recognition applications that let you
control devices using voice commands. This article shows how you can
control a robot's movement with spoken commands.
A WPF custom control for zooming and panning.
This article examines the use and implementation of a reusable WPF custom
control that is used to zoom and pan its content. The article and the sample code show how to use the
control from XAML and from C# code.