摘要: win8学习--------File 阅读全文
posted @ 2012-08-21 16:01 win_and_first 阅读(381) 评论(0) 推荐(0) 编辑
摘要: //计时器1---ThreadPoolTimerauto timerDelegate = [this](Windows::System::Threading::ThreadPoolTimer^ timer){ auto uiDelegate = [this]() { //设置时间到了所要做的事情 }; Dispatcher->RunAsync(Windows::UI::Core::CoreDispatcherPriority::Normal, ... 阅读全文
posted @ 2012-08-21 15:14 win_and_first 阅读(718) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2012-08-21 15:09 win_and_first 阅读(0) 评论(0) 推荐(0) 编辑
摘要: using namespace Windows::UI::Xaml::Media;using namespace Windows::UI::Xaml::Media::Imaging; Image图像处理 //Image property ImageSource^ Image { ImageSource^ get() { return _Image; } voi... 阅读全文
posted @ 2012-08-21 15:07 win_and_first 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 很久没写win8知识学习了感觉有好多不同win8的定义1、定义静态变量和静态方法 static property ResourceContext^ mContext ; static String^ GetProperty(String^ name); static property int highLight;2、弹出MessageDialog Windows::UI::Popups::MessageDialog^ _mes=ref new Windows::UI::Popups::MessageDialog("hello alert");_mes->showas. 阅读全文
posted @ 2012-08-21 15:02 win_and_first 阅读(259) 评论(0) 推荐(0) 编辑