自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(16)
  • 资源 (3)
  • 收藏
  • 关注

原创 从 datatemplate 得到 listitem control

YOu have to traversee the visual tree of the element. Here is your initial steps.privatevoid btnSelect_Click(object sender, RoutedEventArgs e){ Button btn = sender as Button; if (btn != nul

2012-12-19 14:45:17 346

转载 VS2012 Update 1後如果遇到XAML Parsing Fail請看這邊

VS2012 Update 1後如果遇到XAML Parsing Fail請看這邊 發問2012年12月5日 上午 01:53FatJohn245 Points 1登入以投票原先的問題是:如果你的class

2012-12-13 16:21:33 403

转载 Windows8/Visual Studio 2012 开发笔记(一) VS2012的ApplicationViewState支持问题

Windows8/Visual Studio 2012 开发笔记(一) VS2012的ApplicationViewState支持问题Visual Studio 2012针对不同的ViewState在IDE进行了支持。打开Device工具条,选择特定的视图状态,点选Enable State recording后就可以录制动画了,大大增加了开发效率。不过今天在使用Blank Pa

2012-12-12 15:25:46 744

转载 Being productive in the background – background tasks

Being productive in the background – background tasksFriday, May 25, 2012 2:40 AM16In my previous post (Being productive in the background), I explained the Windows 8 background

2012-12-10 15:56:36 604

原创 C++/Cx FileOpenPicker 操作

//// MainPage.xaml.cpp// Implementation of the MainPage class.//#include "pch.h"#include "MainPage.xaml.h"#include using namespace App1;using namespace Platform;using nam

2012-12-10 14:30:42 440

转载 Windows8开发】异步编程进阶篇之 create_async, create_task, make_task区别与联系

Windows8开发】异步编程进阶篇之 create_async, create_task, make_task区别与联系分类: window8 App开发2012-09-18 12:06 842人阅读 评论(3) 收藏 举报create_async, create_task, make_task都是WinRT下为异步编程服务的API,它们之间有何联系,又有何区别呢?

2012-12-07 11:05:47 500

转载 【Windows8开发】异步编程进阶篇之 单线程套间(STA)及如何控制task执行上下文

【Windows8开发】异步编程进阶篇之 单线程套间(STA)及如何控制task执行上下文分类: window8 App开发2012-09-19 22:58 711人阅读 评论(6) 收藏 举报(请大家注意了,本文涉及的概念相当重要,开发中相当管用)开始就先来看一段代码:[cpp] view plaincopyvoid

2012-12-07 11:04:43 684

转载 【windows8开发】异步编程入门篇之 Concurrency::create_async(C++)

【windows8开发】异步编程入门篇之 Concurrency::create_async(C++)分类: window8 App开发2012-04-24 11:36 1191人阅读 评论(5) 收藏 举报       前文中提到过,Concurrency::task支持异步处理,但是由于它不支持跟其他语言的交互,所以如果希望开发的组件能在其他语言,比如C#,Javasc

2012-12-07 11:04:25 462

转载 windows8开发】C++开发WinRT组件和JS调用

windows8开发】C++开发WinRT组件和JS调用分类: window8 App开发2012-04-21 15:30 2213人阅读 评论(7) 收藏 举报      通过Windows Runtime(以下简称WinRT),可以用C++或C#或VB很方便的开发组件(dll),并且这些组件在用Javascript开发的Metro app中可以几乎无缝的被(javasc

2012-12-07 11:01:35 423

转载 【windows8开发】异步编程入门篇之 Concurrency::task(C++)

【windows8开发】异步编程入门篇之 Concurrency::task(C++)分类: window8 App开发2012-04-23 17:44 1779人阅读 评论(5) 收藏 举报      从以前的windows应用程序开发转变到Windows8 Metro App开发,如果非要说最需要改变的观念有哪些,显而易见的Metro UI风格大家肯定都认同,而另外一个

2012-12-07 11:01:12 387

转载 C++ 0x/11学习笔记

C++ 0x/11学习笔记分类: 又爱又恨的C++2012-04-19 14:59 886人阅读 评论(5) 收藏 举报今天在看微软提供的windows8的相关开发文档和Sample程序,发现有个C++程序的表达方式完全象天书,查了下,原来是C++0x/11新支持的Lambda表达式,本来一直懒得去看C++0x/11的说明,想等用到再去研究,今天趁这个机会稍微浏览了下,大概

2012-12-07 11:00:51 318

转载 如何:编写 parallel_for 循环

如何:编写 parallel_for 循环Visual Studio 2012其他版本此主题尚未评级 - 评价此主题本示例演示如何使用 concurrency::parallel_for 来计算两个矩阵的产品。示例下面的示例演示 matrix_multiply 函数,该函

2012-12-07 10:17:25 997

转载 【windows8开发】深入浅出C++/CX

【windows8开发】深入浅出C++/CX分类: window8 App开发 又爱又恨的C++2012-04-25 11:51 3584人阅读 评论(14) 收藏 举报什么是C++ /CX? 首先要明白它跟C++ 0x/11以及C++ /CLR是完全不同的东西。C++ 0x/11是目前最新的C++标准库,而C++ /CX其实是微软在Win8开发平台下,对C++语言的一种扩

2012-12-06 16:03:11 419

转载 借助 Live SDK 将单一登录和 SkyDrive 引入您的 Windows 8 应用程序

借助 Live SDK 将单一登录和 SkyDrive 引入您的 Windows 8 应用程序 2012年3月21日 7:300借助云,Windows 8 的客户可在多个设备间无缝地开展工作和娱乐活动。通过使用 Microsoft 帐户登录 PC 和利用 SkyDrive 中的免费个人存储(详情请参阅博文借助 SkyDrive 和 Windows 8

2012-12-05 17:23:03 580

转载 Creating a WinRT component using C++/CX: DeForm, a Direct2D effect toolkit

Creating a WinRT component using C++/CX: DeForm, a Direct2D effect toolkitDavid Catuhe 13 Aug 2012 3:59 AM 5Back to my first love, I’m thrilled to present you DeForm which is a

2012-12-05 13:18:00 1509

转载 Creating DirectX Interop Libraries for XAML Metro Style Apps – Part 1

MAY, TUE 29TH, 2012 POSTED IN : Programming, Technical BY : Filip Skakun 8CommentsThe XAML-based UI stack for Metro Style Apps is quite rich for the youngest member of the XAML UI framew

2012-12-05 13:16:45 1122

Android 4高级编程(第3版) 源代码

Android 4高级编程(第3版) 源代码

2014-07-22

Microsoft.Press.Microsoft.ASP.dot.NET.2.0.Step.By.Step.Aug.2005Softii.com.chm

Microsoft.Press.Microsoft.ASP.dot.NET.2.0.Step.By.Step.Aug.2005Softii.com.chm

2009-02-20

C# 大全C# 大全

C# 大全C# 大全C# 大全C# 大全C# 大全

2008-11-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除