Stories recently tagged with 'Control'

VIBlend WPF Controls ver. 4.0(viblend.com)

submitted by viblendviblend(160) 1 year, 1 month ago

The new release of VIBlend Controls for WPF brings highly optimized and feature-rich ListBox and ComboBox Controls. read more...

add a comment |category: |Views: 14

tags: another

VIBlend WinForms Controls v5.0 - Released(www.viblend.com)

submitted by viblendviblend(160) 1 year, 6 months ago

Key benefits of the new release are: - 2 new themes for all VIBlend WinForms Controls - Pivot Design panel - DataGrid Localization Provider - Improved Ribbon Bar performance and rendering - Quick Start projects now have a full support for VS 2010 which will decrease development time read more...

add a comment |category: |Views: 33

tags: another

Silverlight TextBox Control that immediately updates Text field(blog.roboblob.com)

submitted by spavkovspavkov(1718) 1 year, 10 months ago

Standard Silverlight TextBox control is very useful but has one strange behavior: if you use TwoWay data binding and bind some property to controls Text property, when users type text into the control, this change is not propagated to the bound property until the control loses its focus. Lets see how to solve that problem easily... read more...

1 comment |category: |Views: 162

tags: another

Open Source Interactive WPF image cropper control released(teamdistinction.com)

submitted by akosfakeakosfake(65) 1 year, 10 months ago

Although there are already some good articles on how to crop an image in WPF, the ones We tried out did not fit out requirements, so we decided to write our own control. Our control extends the regular Image control, so you can use the all of the features you are used to have. That’s it in a nutshell. It’s a simple interactive image cropping control written in WPF and C#. read more...

add a comment |category: |Views: 335

tags: another

An ASP.NET Color Picker Control based on YUI Color picker(codeproject.com)

submitted by alexgrossalexgross(258) 2 years, 7 months ago

YuiColorPicker is an ASP.NET control that can be used in various ways within a page or control. As the name suggests, it uses the handy YUI Color picker control. For those of you who are not familiar with YUI, it is a set of Javascript utilities and controls for building richly interactive web applications. Its files are provided via a CDN, which makes it faster and eases the load on your server. The picker control offers features such as animation, inline or modal popup behavior, dynamic loading of the YUI Library and client/server events. I originally wrote this control for a friend that was impressed with the color picker control, but did not want to get messy with all the plumbing involved with javascript-based (non-server) control. read more...

add a comment |category: |Views: 37

tags: another

Easily enable databindings on a ToolStripButton(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 3 months ago

I was developping an application lately and I needed to bind the "Enabled" property of a ToolStripButton to my Presenter. I failed to find any "DataSource" or "DataBindings" property. I then decided to make my own button without reinventing the wheel to enable this capability. read more...

add a comment |category: |Views: 70

tags: another

Free Microsoft Chart Control for .NET 3.5 and .NET 4.0(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 3 years, 4 months ago

Finally, Microsoft decided to provide a charting component for .NET Framework! It is called Microsoft Chart Control and it is based on Dundas Chart Control version 5.5. The Microsoft Chart Control is available as separate installation for .NET Framework 3.5 and will be included in .NET Framework 4.0. read more...

add a comment |category: |Views: 280

tags: another

Introducing TextBox Limiter Control Ajax Control Toolkit Extender(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 11 months ago

An extender that overcomes the inability to limit the multiline textboxes read more...

add a comment |category: |Views: 286

tags: another

.NET Chart(chartingcontrol.net)

submitted by floresflores(15) 4 years, 1 month ago

ExpertChart offers the most affordable ASP.NET charting control, built with 100% managed code and the C# language. Perfect for your C# or VB.NET applications. read more...

add a comment |category: |Views: 32

tags: another

Ajax Control Toolkit Installation in Visual Web Developer - Nannette T(weblogs.asp.net)

submitted by MoondustMoondust(55) 4 years, 3 months ago

Step by step instructions for Ajax Control Toolkit Installation in Visual Web Developer read more...

add a comment |category: |Views: 12

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

Yet another asp.net DropDown Control(sakuraui.com)

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

Every web developer knows the problem in IE with z-Index and SELECT element. This control works good with z-order. And even more - you can define you skin, with border and image for "arrow". And give your forms a professional look. read more...

add a comment |category: |Views: 17

tags: another

Another Asp.Net Control for Google Charts(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 5 months ago

I realize that I am not the first or only one to get the idea to create a Google chart Asp.Net control, but since my approach is so different, I figured I would go ahead and submit my own. Plus, this has many more features. read more...

add a comment |category: |Views: 100

tags: another

Creating and Using User Control Libraries(webproject.scottgu.com)

submitted by georgejrgeorgejr(15) 4 years, 6 months ago

The below tutorial demonstrates how to create and use separate user-control library projects with VS 2005 Web Application Projects. read more...

add a comment |category: |Views: 15

tags: another

Version Control With Subversion Quick Refrence(viratics.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

Quick guide to Subversion for impatients. Get started quickly without going through much theory. read more...

add a comment |category: |Views: 6

tags: another