IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Vous êtes nouveau sur Developpez.com ? Créez votre compte ou connectez-vous afin de pouvoir participer !

Vous devez avoir un compte Developpez.com et être connecté pour pouvoir participer aux discussions.

Vous n'avez pas encore de compte Developpez.com ? Créez-en un en quelques instants, c'est entièrement gratuit !

Si vous disposez déjà d'un compte et qu'il est bien activé, connectez-vous à l'aide du formulaire ci-dessous.

Identifiez-vous
Identifiant
Mot de passe
Mot de passe oublié ?
Créer un compte

L'inscription est gratuite et ne vous prendra que quelques instants !

Je m'inscris !

Microsoft vient de publier la version 0.90 du code pack APi pour .NET Framework pour Windows 7

Le , par Rémy d'Aprilli

6PARTAGES

1  0 
Microsoft vient de publier la version 0.90 du code pack APi pour .NET Framework pour Windows 7.

Parmi les fonctions et éléments supportés citons: la barre des tâches, barre de progression et autres barres d'outils de Windows 7, les contrôles du Windows 7 Explorer, Direct 3D 11, les API de gestion de l'énergie, les propriétés du Shell, les Direct3D, DXGI, les services linguistiques étendus, etc.
Parmi les nouveautés, on notera le support Direct2D, Direct Write, Command Link, ainsi que divers bugs fixés.

Téléchargements et détails


The Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some new Windows 7 features (and some existing features of older versions of Windows operating system) from managed code. These Windows features are not available to developers today in the .NET Framework.

The individual features supported in this version (v0.90) of the library are:

* Windows 7 Taskbar Jump Lists, Icon Overlay, Progress Bar, Tabbed Thumbnails, and Thumbnail Toolbars.
* Known Folders, Windows 7 Libraries, non-file system containers, and a hierarchy of Shell Namespace entities.
* Windows 7 Explorer Browser Control.
* Shell property system.
* Windows Vista and Windows 7 Common File Dialogs, including custom controls.
* Windows Vista and Windows 7 Task Dialogs.
* Direct3D 11.0, Direct3D 10.1/10.0, DXGI 1.0/1.1, Direct2D 1.0, DirectWrite, Windows Imaging Component (WIC) APIs. (DirectWrite and WIC have partial support)
* Sensor Platform APIs
* Extended Linguistic Services APIs
* Power Management APIs
* Application Restart and Recovery APIs
* Network List Manager APIs
* Command Link control and System defined Shell icons.

What’s New in this update (v0.90):
The new features added in this update of code pack are:

* Tabbed Thumbnail and Thumbnail Toolbar features in Taskbar area.
* Direct3D 10.1/10.0, Direct2D 1.0, DirectWrite and WIC APIs in the DirectX area
* Power Management
* Application Restart and Recovery
* Command Link
* System defined Shell icons
* Network List Manager APIs

Other enhancements done in this update are:

* Bug fixes in all areas.
* Many new and improved samples.
* Addition of VB.NET samples in some areas.

Requirements:

* Minimum .NET Framework version required to use this library is 3.5.
* This library targets the Windows 7 RC version, though some of the features will work on the older versions of Windows operating system.
* DirectX features have dependency on Windows SDK for Windows 7 RC and March 2009 release of DirectX SDK.

Building the Library:

* To build the library (except the DirectX related features) in Visual Studio 2008, please extract the contents of the ‘WindowsAPICodePack.zip’ file in a new folder and build the included ‘WindowsAPICodePack.sln’ file.
* To build the DirectX features, build the 'DirectX.sln' file inside the DirectX directory. Please read the DirectX Readme file (DirectXReadme.mht - available as separate download and also included in the help files) for additional information about building and using DirectX features.

Samples:
The Code Pack also contains sample applications built using this library. Most of the samples are written in C# and have their own solution files. Some VB.NET samples are also included.

Please note that the VB.NET samples currently do not have individual solution files (they have only project files). You can add these .vbproj files to a solution created by you or can use the default solution file generated by Visual Studio. To build the VB.NET samples, please add the .csproj files for the needed Code Pack assemblies in the solution (right click the solution Add | Existing Project, and then browse to the needed .csproj files like core.csproj, shell.csproj, sensors.csproj etc.)

Documentation:
The Code Pack also includes API reference and some conceptual documents. Help files can be found in two separate .chm files 'WindowsAPICodePack.chm' and ‘DirectXHelp.chm’. Overview document and DirectX Readme documents are also available as separate downloads for quick reference.

Please note that this library is currently a work-in-progress and this release is version 0.90 of the Code Pack. The final version of the Code Pack will be available around the time of the Windows 7 RTM release. Various features in the library could change between now and final release.
Qu'en pensez-vous ?

Une erreur dans cette actualité ? Signalez-nous-la !

Avatar de ijk-ref
Membre éclairé https://www.developpez.com
Le 01/05/2010 à 22:35
Faudrait p'être le faire vivre ce topic car j'ai bien l'impression que WindowsAPICodePack est passé complètement inaperçu !

Par exemple pour faire du DirectX 10 ou du Direct3D 11 sous C# personne ne propose cette solution.

Etonnant !
1  0