登录
首页 » C# » wpf 仿win8系统 效果实例源码 Immersive_Explorer

wpf 仿win8系统 效果实例源码 Immersive_Explorer

于 2014-07-21 发布
0 56
下载积分: 1 下载次数: 0

代码说明:

最后更新时间是2018-04-05 因个别用户没有语言包导致运行报错,现在已补充上语言包,可以运行了。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C++| 匠心之作 从0到1入门学编程文档资料(黑马程序员)
    这份文档资料是黑马程序员C/C 的视频课程资料,内部包含《C 基础入门》、《C 提高编程》、《C 核心编程》、《通讯录管理系统》、《基于STL的演讲比赛流程管理系统》、《职工管理系统》、《机房预约系统》文档资料,很适合新手入门!
    2019-05-07下载
    积分:1
  • QQ自动登录
    QQ自动登录
    2014-11-15下载
    积分:1
  • 图片的zoom显示
    利用c#和pictureBox实现图片的ZOOM显示。
    2013-12-23下载
    积分:1
  • CJSON解析(Exjson)
    C语言JSON解析库:Exjson什么是Exjson?Exjson是一款高性能的基于Flex & Bison的 JSON 解析器,Xserver引擎自带 Exjson解析器,其他需要使用的只需要引入几个头文件和源文件即可
    2021-03-04 12:39:32下载
    积分:1
  • C# 套打Demo
    套打Demo 【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Drawing.Printing;namespace Print_Demo{ public partial class Form1 : Form { public PrintDocument printDt = new PrintDocument(); //打印文档对象 Font printFont; //打印使用的字体 public Form1() { InitializeComponent(); } void printDt_PrintPage(object sender, PrintPageEventArgs e) { float pointX = 10; float pointY = 10; e.Graphics.DrawString("打印内容", new Font("宋体", 16F), Brushes.Black, pointX 60, pointY); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 26,pointX 300,pointY 26); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 35); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 56, pointX 300, pointY 56); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 65); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 86, pointX 300, pointY 86); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 95); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 116, pointX 300, pointY 116); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 125); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 146, pointX 300, pointY 146); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 155); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 176, pointX 300, pointY 176); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 185); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 206, pointX 300, pointY 206); e.Graphics.DrawString("检测结果", printFont, Brushes.Black, pointX, pointY 233); e.Graphics.DrawString("通过", new Font("宋体",22F,FontStyle.Bold), Brushes.Black, pointX 90, pointY 225); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 265, pointX 300, pointY 265); e.Graphics.DrawString("单位名称", printFont, Brushes.Black, pointX, pointY 275); } private void Form1_Load(object sender, EventArgs e) { printDt.PrintPage = new PrintPageEventHandler(printDt_PrintPage); printFont = new Font("宋体", 12F); } private void btnPrint_Click(object sender, EventArgs e) { //PrintDialog printDlg = new PrintDialog(); //printDlg.Document = printDt; //printDlg.AllowPrintToFile = true; //printDlg.AllowCurrentPage = true; //printDlg.AllowSelection = true; //printDlg.ShowDialog(); //printDlg.ShowDialog(); printDt.Print(); } private void btnLook_Click(object sender, EventArgs e) { PrintPreviewDialog printPreview = new PrintPreviewDialog(); printPreview.PrintPreviewControl.Document = printDt; printPreview.ShowDialog(this); } }}
    2021-05-06下载
    积分:1
  • C#+Unity3d休闲跳跃游戏
    基于unity3d引擎的创意休闲跳跃游戏
    2019-07-19下载
    积分:1
  • winform 缩小到托盘 实例
      这是一个小的日志提示程序,一运行,就会出现首页,按alt f4隐藏首页,该图标会在显示在右下角托盘上。4当到一定的时间,就会自动运行别外一个页面,打开你的主页,主页上写上你的要做的事情就OK,我设定的是17:55:18分,大家可以根据需要,我加几个窗口,来提示某时做什么。 可以通过这个程序学会托盘程序的编写方法。文件中有源文件和安装文件,安装前请先安装.netFramework运行环境。vs2008制作
    2013-06-24下载
    积分:1
  • NeatUpload-1.2.32 实例+源码下载
    NeatUpload-1.2.32 实例+源码下载
    2015-04-10下载
    积分:1
  • facebook OAuth 2.0 asp.net
    facebook OAuth 2.0 asp.net
    2013-05-23下载
    积分:1
  • SwfUpload在MVC4下多文件上传缩略图水印例子 示例源码下载
    SwfUpload在MVC4下多文件上传缩略图水印例子 示例源码下载
    2014-03-23下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载