.NET news » Search results

Search results for query "ani" (23):

Authenticate Users Across Organizations Using ADFS

Active Directory Federation Services (ADFS) was introduced in Windows Server 2003 for organizations that need to participate in standards-based identity federation. With ADFS, you can more easily validate identity data from other organizations, leading to greater interoperability with your partners. In this article, I'll take you on a guided tour of ADFS in action, using the experiences of a fictitious online service provider (A. Datum Corporation) that uses ADFS to interact with a real online service provider (UnderMyControl.com) and a fictitious customer (Tailspin Toys).
2007-10-23 19:00:00   Source: Authenticate Users Across Organizations Using ADFS   Tags: Security

Assembly Manipulation and C#/VB.NET Code Injection

Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder's Reflector. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports "on-the-fly" C#/VB.NET code injection.
2007-10-22 14:28:00   Source: Assembly Manipulation and C#/VB.NET Code Injection   Tags: Addins

Exploring Secrets of the .NET DataGridView and Dynamic Data Manipulation

Find out how to use a single DataGridView to display dynamic queries, adjusting columns automatically, and how to format individual cells exactly the way you want users to see them.

SharePoint 2007 Flash Animation Web Part

SharePoint 2007 Flash Animation Web Part
2007-06-11 13:29:00   Source: SharePoint 2007 Flash Animation Web Part   Tags: SharePoint

Manipulating colors in .net - Part 1

The fact is, in .net, there are only two color formats that can be used : the RGB color model and the HSB color model. Those two are encapsulated in the Color structure of the System.Drawing namespace. It is largely sufficient for simple uses, like changing the background color of a component, but insufficient if we want to develop graphic tools (or something which implies conversion between color formats).

I've started looking for other formats, like CMYK, when I was learning how to add cool design-time support to my custom controls.

2007-06-03 18:22:00   Source: Manipulating colors in .net - Part 1   Tags: Graphics

101 Ways to Manipulate the DataGridView Control

The DataGridView control, new in Windows Forms 2.0, is so versatile and powerful that beginners can easily be overwhelmed by the options. Here's an at-your-fingertips reference to some of the most common and useful things you can do with it. (OK there aren't really 101 ways but there are a lot!)
2007-02-14 18:37:15   Source: 101 Ways to Manipulate the DataGridView Control   Tags: Components

C# DateTime Manipulation

The twenty-seventh part of the C# Fundamentals tutorial completes the examination of the DateTime data type provided by C# and the .NET Framework. This article considers manipulation of DateTime data and formatting date and time information as a string.
2007-01-20 05:40:26   Source: C# DateTime Manipulation   Tags: C#

An Extended/Animated Header Control

Animated, docking header control
2007-01-12 18:47:00   Source: An Extended/Animated Header Control   Tags: GUI Components

A Small GDI+ Sprite animation library

Animate and control sprites using GDI+
2006-09-08 17:36:00   Source: A Small GDI+ Sprite animation library   Tags: Graphics Components

How to write a loading circle animation in .NET?

A new kind of progress bar for .NET 2.0.
2006-07-17 12:33:00   Source: How to write a loading circle animation in .NET?   Tags: GUI Examples