DotNetShoutout - Stories tagged with controls
4
Shouts

Simple steps to create Custom Video Control in Asp.net | DevelopersCode

published 457 days, 14 hours, 46 minutes ago posted by taanu51taanu51 462 days, 13 hours, 9 minutes ago
Monday, March 19, 2012 7:49:15 AM GMT Wednesday, March 14, 2012 9:26:24 AM GMT
Hi Friends,In this article i would like to explain How to create a Custom Video Control using Asp.net and c#.I have already explained how to create customs in previous articles.once again I would like to explain the procedure of Creating Custom video control in simple steps.. Lets Start. First create a New Project and choose One Asp.net server control (see the below picture) Next,Enter a name Ex: Videocontrol,VideoPlayer etc... Next,OPen the VideoControl.cs file Next,Add the Pro... (more)
category: Web Dev | clicked: 67 | comment | | source: www.developerscode.com
tags: custom, asp, controls, ASP.NET
6
Shouts

WPF MVVM Dashboard Sample

published 526 days, 2 hours, 9 minutes ago posted by traskjdtraskjd 526 days, 22 hours, 11 minutes ago
Tuesday, January 10, 2012 8:26:19 PM GMT Tuesday, January 10, 2012 12:24:41 AM GMT
Mindscape have released a new WPF sample as part of WPF Elements which shows how to build a beautiful, highly interactive and super responsive dashboard when working with Caliburn Micro and WPF Elements. The sample includes how to do data drill down, user friendly date selection and much more. (more)
category: UX | clicked: 103 | comment | | source: www.mindscapehq.com
tags: dashboard, Caliburn Micro, WPF, Caliburn, XAML, controls, Mindscape
2
Shouts

How to list items in custom format within ListBox and how to customize the ItemsPanel of the ListBox control?

published 543 days, 2 hours, 9 minutes ago posted by dotnetfundadotnetfunda 544 days, 15 hours, 39 minutes ago
Saturday, December 24, 2011 8:26:37 PM GMT Friday, December 23, 2011 6:56:53 AM GMT
In this article, we are going to learn the usage of Listbox controls in Silverlight. ListBox How to list items in custom format within ListBox? In case we want to customize the items in the ListBox, we can follow this approach. (more)
category: Metro | clicked: 7 | comment | | source: www.dotnetfunda.com
tags: ListBox, controls
3
Shouts

Jonathan ANTOINE's blog - Amazing WPF Controls / JetPack Theme updated ! - Yet another blog about WPF, Surface, SL, MVVM, NUI....

posted by jmix90jmix90 737 days, 10 hours, 26 minutes ago
Monday, June 13, 2011 12:09:21 PM GMT
The amazing wpf controls library has been updated on codeplex. Check what's new ! (more)
category: UX | clicked: 24 | 1 comment | | source: blog.lexique-du-net.com
tags: Update, Theme, Control, WPF, CodePlex, fix, controls
2
Shouts

New Studio version released

posted by EinatsmEinatsm 825 days, 7 hours, 59 minutes ago
Thursday, March 17, 2011 2:36:21 PM GMT
The new version released today (6.4.0b) adds a couple of interesting enhancements with the following new controls: VirtualGridView, MaskedCombobox, MaskedTextbox DataGridView Cell (more)
category: Web Dev | clicked: 3 | comment | | source: www.visualwebgui.com
tags: Release, controls, version
5
Shouts

Mindscape releases Free Silverlight controls

published 867 days, 1 hour, 14 minutes ago posted by traskjdtraskjd 868 days, 16 hours, 25 minutes ago
Thursday, February 03, 2011 9:21:07 PM GMT Wednesday, February 02, 2011 6:10:49 AM GMT
Mindscape has released three Silverlight controls free of charge for developers to work with! The Book control which allows for beautifully animated page turning, virtualized pages, pagination and custom content. Their Coveflow control for representing visual data in an elegant manner for end users and their Expander control for making it easier to free up valuable UI space by collapsing elements away. This post digs into the controls more and gives a link to download them now. (more)
category: Architecture | clicked: 3 | 1 comment | | source: www.mindscapehq.com
tags: Silverlight, Book, Coverflow, Expander, Free, controls, Mindscape
6
Shouts

Working with the Silverlight Rich Text Box control

published 917 days, 9 hours, 49 minutes ago posted by KMilKMil 918 days, 9 hours, 43 minutes ago
Wednesday, December 15, 2010 12:46:35 PM GMT Tuesday, December 14, 2010 12:52:22 PM GMT
In this article, Kevin Dockx takes a look at the Silverlight Rich Text Box control. The Rich Text Box was one of the new, and highly requested controls introduced in Silverlight 4. This article is accompanied by a Visual Studio solution. (more)
category: Metro | clicked: 2 | comment | | source: www.silverlightshow.net
tags: Rich Text Box, controls
2
Shouts

Using Dundas Charts library to render charts in Visual WebGui - Itzik Spitzen

published 938 days, 1 hour, 35 minutes ago posted by webguiwebgui 939 days, 7 hours, 19 minutes ago
Wednesday, November 24, 2010 9:00:16 PM GMT Tuesday, November 23, 2010 3:16:03 PM GMT
It is a very common requirement to have charts in our applications. No doubt that Dundas Charts is a common choice and a very good one too I believe… I guess that is due to the large verity of chart types and the common, very convenient, Chart component that is used to create many types of charts. (more)
category: Web Dev | clicked: 5 | comment | | source: blogs.microsoft.co.il
tags: .NET, dundas, Programming, Development, Web, how to, Charts, Ajax, applications, controls, ASP.NET
6
Shouts

Introducing the amazing WPF controls library on Codeplex !

published 965 days, 4 hours, 1 minute ago posted by jmix90jmix90 966 days, 10 hours, 27 minutes ago
Thursday, October 28, 2010 6:34:36 PM GMT Wednesday, October 27, 2010 12:08:13 PM GMT
I am pleased to announce you the creation of the Amazing WPF controls library on Codeplex ! It will contains the differents controls I describe and/or peel on this blog. I will try to make an article for each control added to the library. (more)
category: How To | clicked: 7 | comment | | source: blog.lexique-du-net.com
tags: Control, WPF, windows presentation foundation, controls
3
Shouts

How to create an hand writing to text control (ink recognizer)

published 968 days, 10 hours, 11 minutes ago posted by jmix90jmix90 968 days, 14 hours, 46 minutes ago
Monday, October 25, 2010 12:24:46 PM GMT Monday, October 25, 2010 7:49:34 AM GMT
When building a (multi)touch application you may need one nice feature : translate hand-written text to real words. This open a whole new world full of possibilities like starting some actions when keywords are recognized or simply allow the users to write some text for later use. In this post we'll see all the step to create an hand writing to text control and how to tune it. (more)
category: How To | clicked: 4 | comment | | source: blog.lexique-du-net.com
tags: hand writing, ink, Control, WPF, how to, inkanalyzer, drawing, controls
2
Shouts

How to create your own control library (how-to + tips)

posted by jmix90jmix90 989 days, 6 hours, 54 minutes ago
Monday, October 04, 2010 3:41:33 PM GMT
Reusability and factorizing are maybe the most commons things you want and use when you are developing applications. In WPF it often means creating controls library (i don’t mean UserControl) that will be easy to use in multiple applications. In this post we'll see all the step to create a control library useable in differents projects. (more)
category: How To | clicked: 7 | comment | | source: blog.lexique-du-net.com
tags: library, Resources, Control, How-To, Test, WPF, Tests, custom, windows presentation foundation, resource, How, Tips, ContentControl, controls
5
Shouts

Create an animated expander

published 1000 days, 3 hours, 47 minutes ago posted by jmix90jmix90 1002 days, 9 hours, 41 minutes ago
Thursday, September 23, 2010 6:48:59 PM GMT Tuesday, September 21, 2010 12:54:57 PM GMT
The expander control can be used in a lot of situations but the one proposed by default is quite "rigid". In this post we will discover how to animate it quite simply just via XAML ! The WPF engine lets us redefine the template of the controls and we'll just do that. (more)
category: How To | clicked: 7 | comment | | source: blog.lexique-du-net.com
tags: UserControl, UserControls, Control, How-To, WPF, findName, windows presentation foundation, Template, Expander, How, Tips, controls
3
Shouts

UserControl/Control : how to get a reference to an element of the template

posted by jmix90jmix90 1008 days, 13 hours, 49 minutes ago
Wednesday, September 15, 2010 8:46:24 AM GMT
When you want to create your own custom control you have two choices : creates an UserControl or inherits from one of the "Control's classes" (ContentControl, ItemsControls or Control itself). When doing so you'll surely need to access to the visual parts of your template from the code to add it a nice behavior. *In this post we'll discover how to access the template children by using the FindName method even on UserControl. * (more)
category: How To | clicked: 2 | comment | | source: blog.lexique-du-net.com
tags: UserControl, UserControls, Control, How-To, WPF, findName, windows presentation foundation, Template, How, Tips, controls
3
Shouts

ClientID Mode in ASP.NET 4.0 AND JAVASCRIPT OR JQUERY

posted by codegaincodegain 1038 days, 16 hours, 37 minutes ago
Monday, August 16, 2010 5:58:12 AM GMT
ASP.NET 4.0 new properties ClientIDMode, which can be used to force controls to generate clean Client IDs that don’t follow ASP. Net’s Naming Container ID conventions. Now it is possible to set ClientIDMode Property so developer can set control name in better way but this one create a problem for new developer which are new and switch to asp.net 4.0 (more)
category: Web Dev | clicked: 0 | comment | | source: www.codegain.com
tags: ClientID, jQuery, controls
5
Shouts

Display directory structure in TreeView Just In Time in C#

published 1060 days, 7 hours, 26 minutes ago posted by codegaincodegain 1061 days, 6 hours, 35 minutes ago
Sunday, July 25, 2010 3:10:01 PM GMT Saturday, July 24, 2010 4:00:46 PM GMT
Display directory structure in TreeView Just In Time in C# (more)
category: How To | clicked: 1 | comment | | source: codegain.com
tags: Windows Forms, TreeView, controls
3
Shouts

GridView Enhancements and fixes in ASP.NET

published 1066 days, 12 hours, 11 minutes ago posted by codegaincodegain 1070 days, 6 hours, 50 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Thursday, July 15, 2010 3:45:56 PM GMT
Enhancements and fixes that add features: more control over column widths, preventing text wrapping, formatting auto-generated columns. (more)
category: Web Dev | clicked: 4 | comment | | source: codegain.com
tags: ASP.NET Controls, GridView, Rows, Columns, controls
5
Shouts

Mahhala – FluidKit - Rudi Grobler in the Cloud

published 1072 days, 12 hours, 21 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 1073 days, 12 hours, 55 minutes ago
Tuesday, July 13, 2010 10:14:50 AM GMT Monday, July 12, 2010 9:40:18 AM GMT
This week we chat with pavan podila, the author of WPF Custom Control Development and also FluidKit (more)
category: Smart Client | clicked: 0 | comment | | source: www.rudigrobler.net
tags: Mahhala, WPF, controls
7
Shouts

Autosuggest Textbox for WPF

published 1081 days, 8 hours ago posted by ioannisioannis 1084 days, 5 hours, 34 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Thursday, July 01, 2010 5:01:24 PM GMT
Here is an implementation of a nice Textbox in WPF that suggests possible values based on the current user’s input. It is different from WPF’s native editable Combobox since it does not load all possible values at initialization (saving time and memory). The Textbox calls a method that returns the suggested values as soon as it detects a specific amount of idle time in the user’s typing. (more)
category: How To | clicked: 6 | comment | | source: www.progware.org
tags: WPF, AutoCompleteBox, controls
8
Shouts

Import Art from Photoshop and Make into Silverlight Controls | Creative Developer – Adam Kinney

published 1081 days, 8 hours ago posted by faisalhossainfaisalhossain 1084 days, 23 hours, 6 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Wednesday, June 30, 2010 11:29:46 PM GMT
One of my favorite features of Silverlight is the ability to completely redefine the visual elements of a control. By editing templates and visual states you can reuse the functionality of controls without having to write any custom classes or logic. In this tutorial, we’ll take graphics created in Adobe Photoshop and Illustrator, import them into Expression Blend and t... (more)
category: Metro | clicked: 2 | comment | | source: adamkinney.com
tags: Silverlight, illustrator, Templates, Photoshop, Expression Blend, controls
5
Shouts

Silverlight PivotViewer Now Available | LarryLarsen | Channel 9

published 1083 days, 9 hours, 28 minutes ago posted by faisalhossainfaisalhossain 1084 days, 23 hours, 12 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Wednesday, June 30, 2010 11:23:16 PM GMT
In this video, Brian Goldfarb and Brett Brewer stop by to discuss the new Silverlight PivotViewer control release. In addition to discussing its immediate availability, they talk about tech transfers between labs and product groups like Silverlight. For those of you who haven’t heard of it... (more)
category: Screencast | clicked: 1 | comment | | source: channel9.msdn.com
tags: Silverlight, pivot, controls
Previous 1 2 Next