.NET news » Search results

Search results for query "Vista" (10):

A Programmer's Exploration of Vista's User Account Control

Vista's User Account Control (UAC) improves security, but making it work smoothly requires a little more developer work. Find out what you need to know to code Vista UAC-aware applications.
2007-03-01 15:47:24   Source: A Programmer's Exploration of   Tags: Security

Vista Core Audio API Master Volume Control

A managed wrapper for accessing the Vista Core Audio API
2012-05-03 05:04:00   Source: Vista Core Audio API Master Volume...   Tags: Components

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...   Tags: GUI VB.NET

Create a Vista Gadget Using Visual Studio IDE (updated)

This article describes how to use Visual Studio for developing a Vista Gadget.
2010-11-23 14:11:00   Source: Create a Vista Gadget Using Visual...   Tags: Visual Studio

Drawing smooth text and pictures on the extended 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.

Developing Windows Vista Applications for the Ultra-Mobile PC (UMPC)

Growing up in the 80s, two of the concepts that drew me in to computer science were computers that were small enough to take with you (called "Luggables" then) and displays that were thin enough to hang on a wall. Technology has come a long way in that time-and the Ultra-Mobile class of personal computers that run the Windows Vista operating system is a great example of that progress. So what is a UMPC and why would I be interested in writing an application that is optimized for it?
2007-03-29 19:00:00   Source: Developing Windows Vista...   Tags: Mobile

Applying Cryptography Using The CNG API In Windows Vista

Windows Vista introduces a new cryptography API to replace the old CryptoAPI, which has its roots in the early versions of Windows NT and Windows 95. Cryptography Next Generation (CNG) is meant to be a long-term replacement for the CryptoAPI, providing substitutes for all of the cryptographic primitives it offered. CNG supports all of the algorithms provided by the CryptoAPI, but goes much further and includes many new algorithms and a much more flexible design, providing developers with greater control over how cryptographic operations are performed and how algorithms work together to perform various operations.

The Proper Developer Environments for Mobile PC, Tablet PC, and Ultra-Mobile PC Applications

When Microsoft Windows XP Tablet PC Edition appeared in 2002, developers were sometimes confused about whether to write code on a Tablet PC or if it were possible to develop Tablet PC applications on existing desktop computers.The solution turned out to be fairly straightforward, if less than intuitive. However, with the addition of Ultra-Mobile PCs (UMPCs), multiple releases of the Tablet and Touch Technology API, and now the Windows Vista operating system, this question arises again: What do you need to do to set up your developer environment and create applications for these form factors?

Exploring Ink Analysis

The Tablet PC SDK makes it easy to incorporate digital ink and handwriting analysis into applications; and now the InkAnalysis API (available in Windows Vista as well as downlevel to the Microsoft Windows XP operating system through a redistributable) takes it one step further. Actually, the InkAnalysis API exposes some of the lower-level functions that make handwriting recognition possible. It also exposes some functionality that can improve recognition results, support shapes, alternative recognition results, and spatial analysis. In this article, I will take a deeper look into what goes on behind the scenes and how to take advantage of the tablet team's hard work.
2007-03-29 19:00:00   Source: Exploring Ink Analysis   Tags: Tablet PC

.NET Cross AppDomain Communication

This article demonstrates a quick and easy-to-use implementation for cross-AppDomain communication in .NET by leveraging Windows native messaging. The XDMessaging library is based on code developed to aid rapid development for a recent Vista project that required a lot of cross-AppDomain communication in a locked-down environment. It proved to be extremely useful in a number of scenarios where .NET Remoting would have been impractical, if not impossible, and actually solved more problems than I could have imagined due to its simplicity. The library is intended to send messages between multiple applications in a same-box scenario. For example, a task-tray application might want to communicate with or monitor a separate desktop application. The library does not implement cross-domain communication across a network, for which case .NET Remoting is sufficient.
2008-06-04 06:25:00   Source: .NET Cross AppDomain Communication   Tags: Other
1