.NET news » Search results

Search results for query "Vista" (26):

Vista Controls

Vista Controls is a class library that provides the ability to use the new style controls on Microsoft Windows Vista.

.NET 2.0 applications that use the Treeview, Listview, OpenFileDialog, SaveFileDialog and FolderBrowserDialog classes provided in the System.Windows.Forms assembly will find that when they run on Windows Vista, they do not use the new, Vista-style look and feel, but instead continue to use the old, XP-style look and feel.

In Vista Controls you will find five replacement classes, that will use the Vista look and feel when running on Windows Vista, and the old style on older versions of Windows. This allows you to target both Windows Vista and other versions of Windows without any additional effort on your part.

Additionally, Vista Controls includes a new control added to Vista, the Command Link. Because this control doesn't exist in previous versions of Windows, an emulated version that mimics Vista look and feel is used on those Windows versions.

2007-04-18 16:41:00   Source: Vista Controls   Tags: GUI Components

Fully themed Windows Vista Controls

This article is about getting controls found in Windows Vista to make use of the new Windows Vista user interface. Included in the project are some components (Commandlinks, ImageButton, SplitButton) that work just like the Windows Vista themed controls. The article would aim to achieve most of the interface effects (like the fade-in/out) effects seen throughout Windows Vista.
2007-05-20 02:04:00   Source: Fully themed Windows Vista Controls   Tags: Examples GUI

Vista Core Audio API Master volume control

Managed wrapper for accessing the Vista Core Audio API
2007-04-23 10:09:00   Source: Vista Core Audio API Master volume control   Tags: Multimedia

Security Briefs: Events in Windows Vista

This month Keith Brown digs into the new eventing system in Windows Vista, Windows Eventing 6.0.
2007-04-10 19:00:00   Source: Security Briefs: Events in Windows Vista   Tags: Security

VDialog (Vista TaskDialog for Windows XP)

Vista-like TaskDialog control for .NET Framework 2.0, compatible with Windows XP
2008-04-08 12:56:00   Source: VDialog (Vista TaskDialog for Windows XP)   Tags: GUI VB.NET

Vista Style Progress Bar in C#

A Vista style Progress Bar complete with color property and animation
2007-06-22 19:01:00   Source: Vista Style Progress Bar in C#   Tags: GUI Graphics

Next Generation of Cryptography for Microsoft Windows Vista

The Cryptography API: Next Generation(CNG) is a new and agile framework in Windows Vista, which implements an extensible provider model that allows you to load a provider by specifying the required cryptographic algorithm rather than having to hardcode a specific provider.

The advantage is that an algorithm provider can be replaced or upgraded and you will not have to change your code in any way to use the new provider. Also, if some algorithm is determined to be unsafe in the future, a more secure version of that algorithm can be installed with no effect to your code. To facilitate this, you load a CNG provider by identifying the cryptographic algorithm that you require, not the specific provider. Most of the CNG APIs require a provider or an object created by a provider.

In this article, I try to describe the new security feature Cryptography API: Next Generation(CNG) and compare it with an RSA and AES samples, both managed and unmanaged, using "Crypto API" (CAPI before Vista) and how it can be implemented using CNG in Windows Vista. Managed version of CNG is yet to come, if you feel like you want more, wait for the next release of Visual Studio "Orcas".

Vista Application Crash Recovery in C#

A demonstration class for adding Application Recovery to your Windows Vista C# application.
2007-03-04 13:35:00   Source: Vista Application Crash Recovery in C#   Tags: Examples

SophiaBot: creating a talking artificial personality with Vista Speech Recognition API

The included Sophia project is intended to be both instructive and fun. It is, at the most basic level, a chatterbox application with speech synthesis and speech recognition tacked on to it.

This article provides an overview of the various features of the GrammarBuilder class, including how to build increasingly sophisticated recognition rules. I will go over some tricks for making the bot personality appear more lifelike. I will also try to unravel some of the issues involving deploying an SR application to Windows XP rather than deploying to Vista. This article will also highlight some of the other gotchas you might encounter while working with the Vista managed Speech API. Finally, it will demonstrate an extensible design that allows multiple speech recognition applications to run together at the same time.

Drawing smooth text and pictures on the extend glass area of your WinForm in Windows Vista

This article tells you how to draw text and pictures correctly on your vista form's extended glass area
« Previous123Next »