Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Windows 7 API like Aero Glass, Jump List, etc

How can I take advantage of the Windows 7 features like Aero Glass, Jump Lists, ect. And minor changes like the icon on the jump list, the color of the jump list. Any good articles?

like image 720
Mohit Deshpande Avatar asked Feb 01 '10 22:02

Mohit Deshpande


People also ask

How do I enable Jump lists in Windows 7?

In Control Panel, select the Taskbar and Start Menu item. On the Start Menu tab, click Customize. Configure the value of the Number of recent items to display in Jump Lists option, and then click OK.

What is the use of jump list feature of Windows 7?

Jump Lists —available in Windows 7— are lists of recently opened items, such as files, folders, or websites, organized by the program that you use to open them. Jump Lists don't just show shortcuts to files.

What are the two methods in which you can view the Jump List?

You access a Jump List by right-clicking a taskbar button or by clicking the arrow next to a program in the Start menu.

How do you use a jump list?

These lists serve as quick access points for pinned programs. To open a Jump List, right-click on any pinned program in the taskbar or the Start Menu. The list of recently opened files that shows up is a Jump List. In addition to files, Jump Lists may also show program-specific tasks and functions.


1 Answers

Check out the Windows API Code Pack:
http://code.msdn.microsoft.com/WindowsAPICodePack

Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code. These Windows features are not available to developers today in the .NET Framework.

The individual features supported in this version (v1.0.1) of the library are:

  • Windows 7 Taskbar
    o Jump Lists, Icon Overlay, Progress Bar, Tabbed Thumbnails, and Thumbnail Toolbars
    • Windows Shell
      o Windows 7 Libraries
      o Windows Shell Search API support
      o Explorer Browser Control
      o A hierarchy of Shell Namespace entities
      o Windows Shell property system
      o Drag and Drop for Shell Objects
      o Windows Vista and Windows 7 Common File Dialogs, including custom controls
      o Known Folders and non-file system containers
    • DirectX
      o Direct3D 11.0, Direct3D 10.1/10.0, DXGI 1.0/1.1,
      Direct2D 1.0, DirectWrite, Windows Imaging Component (WIC) APIs
    • Windows Vista and Windows 7 Task Dialogs
    • 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
like image 99
Zyphrax Avatar answered Sep 30 '22 19:09

Zyphrax