DotNetShoutout - Stories tagged with Control
5
Shouts

Display Events in Calendars from database in Aspnet | DevelopersCode|A Technology Blog For .Net and Android Developers

posted by taanu51taanu51 654 days, 15 hours, 4 minutes ago
Thursday, August 04, 2011 8:53:35 AM GMT
Hi friends,In this article i am going to explain the procedure of display evens in calendar from database in aspnet.Here we need to create two forms ,one for adding events in the form and another one for displaying that events in the calendar and gridview.so lets start how to do this First,we need to create a Entry form where we are going to enter the events For this,Select a new Web form and change the name as per your requirment.Here i am using the default name as Default.aspx NextAdd t... (more)
category: Web Dev | clicked: 30 | comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, Control, ASPNETMVC, SqlServer 2008, ASP .NET, Database, Calendar, C# .NET, aspnetajax
3
Shouts

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

posted by jmix90jmix90 706 days, 11 hours, 48 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: 23 | 1 comment | | source: blog.lexique-du-net.com
tags: Update, Theme, Control, WPF, CodePlex, fix, controls
9
Shouts

A Customizable WPF MessageBox - Arik Poznanski's Blog

published 720 days, 6 hours, 39 minutes ago posted by arikarik 725 days, 2 hours, 50 minutes ago
Monday, May 30, 2011 5:18:29 PM GMT Wednesday, May 25, 2011 9:07:44 PM GMT
A Customizable WPF MessageBox Recently I came across the need to customize the look of the standard message box in the application. To do this I’ve decided to create a new class named WPFMessageBox, which will have the same interface as the standard one, will behave the same way and finally would be fully customizable, the WPF way, using control templates. Following is the result of this effort. Note: In the image you can see an example for a message box customization. Of course you are limited only... (more)
category: Smart Client | clicked: 17 | 1 comment | | source: blogs.microsoft.co.il
tags: Control, WPF
2
Shouts

Advanced Dotnet Tutorial: Pop Search Form Control in Silverlight

published 755 days, 5 hours, 44 minutes ago posted by learndotnet123learndotnet123 755 days, 19 hours, 11 minutes ago
Monday, April 25, 2011 6:14:04 PM GMT Monday, April 25, 2011 4:46:36 AM GMT
Silverlight is a new and powerful browser plug-in that works with Mac OS, Windows and Linux. It helps you create rich web application that is safe, secure and scalable cross-platform. This article will use Visual Studio 2008 to create Silverlight pop search form control. System Requirement This application requires the user to have copy of Visual Studio 2008 Microsoft Silverlight 2 Tools for Visual Studio 2008 SP1 (http://www.microsoft.com/downloads/details.aspx?FamilyId=c22d6a7b-546f-4407-8ef6-d60... (more)
category: Metro | clicked: 5 | comment | | source: advanceddotnettutorial.blogspot.com
tags: Silverlight, Control, popup search
2
Shouts

Advanced Dotnet Tutorial: Busy Indicator Control In Silverlight 3

posted by learndotnet123learndotnet123 775 days, 19 hours, 27 minutes ago
Tuesday, April 05, 2011 4:30:50 AM GMT
Busy Indicator is a control that is added in Silverlight 3 Toolkit November 2009 Release. In this article we will see how to use it. Creating the Silverlight Application Fire up Visual Studio 2008 and create a Silverlight Application, name it as BusyIndicatorSample. Open your application in Blend 3. Add some controls to your application. I have added one Button and a TextBox control. Now add a Busy Indicator Control to your application. Before adding it your application you need ... (more)
category: Metro | clicked: 11 | comment | | source: advanceddotnettutorial.blogspot.com
tags: Control, Silverlight 3, busy indicator
2
Shouts

CryptoLicensing Tips and Tricks To Eliminate Piracy And Cracking Of Your Software

posted by LogicNPLogicNP 898 days, 18 hours, 54 minutes ago
Friday, December 03, 2010 5:03:28 AM GMT
This article shows how to use CryptoLicensing - a licensing and copy-protection system form LogicNP Software - to implement effective defenses against hackers and crackers and to reduce software piracy. (more)
category: Web Dev | clicked: 5 | comment | | source: www.dotnetcurry.com
tags: .NET, activation, CryptoLicensing, hardware-locked, Control, Application, license-management, network, Encryption, Server, Licensing, evaluation, serial, floating, component, Cryptography, trial, copy-protection
6
Shouts

Introducing the amazing WPF controls library on Codeplex !

published 934 days, 5 hours, 23 minutes ago posted by jmix90jmix90 935 days, 11 hours, 50 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 937 days, 11 hours, 33 minutes ago posted by jmix90jmix90 937 days, 16 hours, 8 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 958 days, 8 hours, 16 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 969 days, 5 hours, 9 minutes ago posted by jmix90jmix90 971 days, 11 hours, 3 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 977 days, 15 hours, 11 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

Step-by-Step Guide to Silverlight Shape Controls

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 979 days, 20 hours, 7 minutes ago
Monday, September 13, 2010 3:51:07 AM GMT
In my previous post “Introduction to Shapes in Silverlight 4” I introduced you with various types of Shapes available in Silverlight 4 and informed you that, I will post an article describing each one of them and here it is. In this article, I am going to describe you about each shapes and the process to add them in our application (whenever you need). This article is for the Beginners, who don’t know much about the shape controls. If you have any suggestions/concerns please use the feedback section ... (more)
category: Metro | clicked: 0 | comment | | source: www.kunal-chowdhury.com
tags: Silverlight, Control, Silverlight 4, Blend, Expression Blend, Silverlight4
4
Shouts

http://jalpesh.blogspot.com/2010/06/aspnet40-compatibility-settings-for.html

published 1072 days, 6 hours, 24 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1072 days, 17 hours, 13 minutes ago
Saturday, June 12, 2010 5:33:15 PM GMT Saturday, June 12, 2010 6:44:17 AM GMT
With asp.net 4.0 Microsoft has taken a great step for rendering controls. Now it will have more cleaner html there are lots of enhancement for rendering html controls in asp.net 4.0 now all controls like Menu, List View and other controls renders more cleaner html. But recently i have faced strange problem in rendering controls I have my site in asp.net 3.5 and i want to convert it in asp.net 4.0. I have applied my style as per 3.5 rendering and some of items are obsolete in asp.net 4.0. Modifying style ... (more)
category: Web Dev | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: ASP.Net 4.0 Features, Control
2
Shouts

How to implement Visual WebGui custom control

posted by webguiwebgui 1204 days, 9 hours, 8 minutes ago
Sunday, January 31, 2010 2:49:39 PM GMT
Visual WebGui allows fast and simple development of Web/Cloud applications while providing flexibility and extensibility to leverage existing 3rd party components. This article shows how to implement a custom control by integration of Aurigma Image Uploader for further usage in Visual WebGui projects. The implementation will be done by demonstrating of key concept of new skin designer introduced in version 6.4. (more)
category: Web Dev | clicked: 2 | comment | | source: www.visualwebgui.com
tags: .NET, Web applications, Programming, Control, developers, Web, AJAX Control Toolkit, UI Design, ASP .NET, Visual Studio, .NET 3.5, 3rd party, Ajax, Custom Controls, applications, WinForms, .NET 2.0
5
Shouts

Visual WebGui 6.4 beta 1 released w/ jQuery integration

posted by webguiwebgui 1214 days, 10 hours ago
Thursday, January 21, 2010 1:57:37 PM GMT
The new Ajax applications platform's version which was released today offers upgraded performance, scalability and complete developer and designer freedom to design and customize Web 2.0 UIs. Visual WebGui 6.4 beta 1 incorporates about 1,000 complete features either added or fixed from 6.3, including increased customizability with the new control level designer, theme designer and jQuery integration. The new version also includes 4 out-of-the-box skins for simple personalization of the UI look and fe... (more)
category: Web Dev | clicked: 2 | comment | | source: www.visualwebgui.com
tags: .NET, Web application, Framework, Development, Control, developers, Web, UI Design, UI, ASP .NET, Visual Studio, VB6, jQuery, .NET 3.5, Ajax, WinForms, .NET 2.0, platform