资源简介
Windows API Code Pack 1.1.zip
Direct2D 运行库
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Microsoft.WindowsAPICodePack.Shell;
namespace WindowsFormsGlassDemo
{
public partial class Form1 : GlassForm
{
public Form1( )
{
InitializeComponent( );
explorerBrowser1.Navigate( (Shellobject)KnownFolders.Desktop );
AeroGlassCompositionchanged += new EventHandlerchangedEventArgs>( Form1_AeroGlassCompositionchanged );
if( AeroGlassCompositionEnabled )
{
ExcludeControlFromAeroGlass( panel1 );
}
else
{
this.BackColor = Color.Teal;
}
// set the state of the Desktop Composition check box.
compositionEnabled.Checked = AeroGlassCompositionEnabled;
}
void Form1_AeroGlassCompositionchanged( object sender AeroGlassCompositionchangedEventArgs e )
{
// When the desktop composition mode changes the window exclusion must be changed appropriately.
if( e.GlassAvailable )
{
compositionEnabled.Checked = true;
ExcludeControlFromAeroGlass( panel1 );
Invalidate( );
}
else
{
compositionEnabled.Checked = false;
this.BackColor = Color.Teal;
}
}
private void Form1_Resize( object sender EventArgs e )
{
Rectangle panelRect = ClientRectangle;
panelRect.Inflate( -30 -30 );
panel1.Bounds = panelRect;
ExcludeControlFromAeroGlass( panel1 );
}
private void compositionEnabled_CheckedChanged(object sender EventArgs e)
{
// Toggles the desktop composition mode.
AeroGlassCompositionEnabled = compositionEnabled.Checked;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2010-08-04 16:00 Windows API Code Pack 1.1\binaries\
目录 0 2010-08-04 16:00 Windows API Code Pack 1.1\binaries\DirectX\
目录 0 2010-08-04 16:50 Windows API Code Pack 1.1\binaries\DirectX\x64\
文件 2400768 2010-08-04 16:12 Windows API Code Pack 1.1\binaries\DirectX\x64\Microsoft.WindowsAPICodePack.DirectX.dll
文件 11881472 2010-08-04 16:04 Windows API Code Pack 1.1\binaries\DirectX\x64\Microsoft.WindowsAPICodePack.DirectX.pdb
目录 0 2010-08-04 16:00 Windows API Code Pack 1.1\binaries\DirectX\x86\
文件 1724416 2010-08-03 22:49 Windows API Code Pack 1.1\binaries\DirectX\x86\Microsoft.WindowsAPICodePack.DirectX.dll
文件 11021312 2010-08-03 15:05 Windows API Code Pack 1.1\binaries\DirectX\x86\Microsoft.WindowsAPICodePack.DirectX.pdb
文件 105984 2010-08-02 21:05 Windows API Code Pack 1.1\binaries\Microsoft.WindowsAPICodePack.dll
文件 27136 2010-08-02 21:05 Windows API Code Pack 1.1\binaries\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll
文件 81408 2010-08-02 20:51 Windows API Code Pack 1.1\binaries\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.pdb
文件 243200 2010-08-02 20:51 Windows API Code Pack 1.1\binaries\Microsoft.WindowsAPICodePack.pdb
文件 46080 2010-08-05 13:45 Windows API Code Pack 1.1\binaries\Microsoft.WindowsAPICodePack.Sensors.dll
文件 87552 2010-08-05 13:03 Windows API Code Pack 1.1\binaries\Microsoft.WindowsAPICodePack.Sensors.pdb
文件 542720 2010-08-02 21:05 Windows API Code Pack 1.1\binaries\Microsoft.WindowsAPICodePack.Shell.dll
文件 1336832 2010-08-02 20:51 Windows API Code Pack 1.1\binaries\Microsoft.WindowsAPICodePack.Shell.pdb
文件 35840 2010-08-02 21:05 Windows API Code Pack 1.1\binaries\Microsoft.WindowsAPICodePack.ShellExtensions.dll
文件 67072 2010-08-02 20:51 Windows API Code Pack 1.1\binaries\Microsoft.WindowsAPICodePack.ShellExtensions.pdb
目录 0 2010-08-05 16:23 Windows API Code Pack 1.1\documentation\
文件 288 2010-08-03 15:21 Windows API Code Pack 1.1\documentation\API Changes README.txt
文件 72766 2010-08-03 15:18 Windows API Code Pack 1.1\documentation\Windows API Code Pack API Changes.html
文件 837904 2010-08-03 15:18 Windows API Code Pack 1.1\documentation\Windows API Code Pack DirectX API Changes.html
文件 6464994 2010-07-30 19:16 Windows API Code Pack 1.1\documentation\Windows API Code Pack DirectX Help.chm
文件 5403997 2010-08-05 16:19 Windows API Code Pack 1.1\documentation\Windows API Code Pack Help.chm
文件 134992 2010-08-04 19:12 Windows API Code Pack 1.1\documentation\Windows API Code Pack Release Notes.htm
目录 0 2010-08-04 17:26 Windows API Code Pack 1.1\documentation\Windows API Code Pack Release Notes_files\
文件 314 2010-08-04 17:24 Windows API Code Pack 1.1\documentation\Windows API Code Pack Release Notes_files\colorschememapping.xm
文件 504 2010-08-04 17:24 Windows API Code Pack 1.1\documentation\Windows API Code Pack Release Notes_files\filelist.xm
文件 108122 2010-08-04 17:24 Windows API Code Pack 1.1\documentation\Windows API Code Pack Release Notes_files\image001.png
文件 10598 2010-08-04 17:24 Windows API Code Pack 1.1\documentation\Windows API Code Pack Release Notes_files\image002.jpg
文件 195809 2010-08-04 17:24 Windows API Code Pack 1.1\documentation\Windows API Code Pack Release Notes_files\image003.png
............此处省略2675个文件信息
- 上一篇:Kuby immunology
- 下一篇:机器学习算法PPT.rar
评论
共有 条评论