弹来弹去跑马灯!

随笔分类 -  UWP

UWP开发
摘要:WindowsCommunityToolkit: https://github.com/CommunityToolkit/WindowsCommunityToolkit You can also preview the capabilities of the toolkit by downloadi 阅读全文
posted @ 2021-09-29 15:17 wgscd 阅读(97) 评论(0) 推荐(0) 编辑
摘要:<InkCanvas Name="inkCanvas"></InkCanvas> <Button Name="btnRecognize" Content="RecognizeAsync" HorizontalAlignment="Left" Height="104" Margin="0,0,0,0" 阅读全文
posted @ 2021-06-22 17:28 wgscd 阅读(240) 评论(0) 推荐(0) 编辑
摘要:public static Size ScreenSize { get { //screen resolution var height = DisplayInformation.GetForCurrentView().ScreenHeightInRawPixels; var width = Dis 阅读全文
posted @ 2021-06-07 14:23 wgscd 阅读(109) 评论(0) 推荐(0) 编辑
摘要:<Page x:Class="Win2DDemo.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/ 阅读全文
posted @ 2021-04-09 16:58 wgscd 阅读(132) 评论(0) 推荐(0) 编辑
摘要:public async void BitmapTransformAndSaveTest() { var uncroppedfile = await Windows.Storage.ApplicationData.Current.LocalFolder.GetFileAsync("uncropped 阅读全文
posted @ 2021-02-26 10:07 wgscd 阅读(61) 评论(1) 推荐(0) 编辑
摘要:主要是利用 Pp_ProgressChanged 报告进度; private void BtnDownload_Click(object sender, RoutedEventArgs e) { var pp = new Progress<string>();// or 直接传入参数 action: 阅读全文
posted @ 2021-02-24 15:59 wgscd 阅读(77) 评论(0) 推荐(0) 编辑
摘要:1. 在项目根目录创建Strings文件夹,再Strings文件夹创建需要的语言名子目录,再添加资源文件Resources.resw,目录构如: Strings\en-US\Resources.resw ,Strings\zh-CN\Resources.resw 2. 在各语言的Resources. 阅读全文
posted @ 2020-09-22 14:12 wgscd 阅读(287) 评论(2) 推荐(1) 编辑
摘要:List<Pics> pics = new List<Pics>(); for (int i = 0; i < 2000; i++) { pics.Add(new Pics() { cat="滴滴滴", catid="2", cover="333333333333333333333333333333 阅读全文
posted @ 2020-09-17 09:51 wgscd 阅读(279) 评论(0) 推荐(0) 编辑
摘要:参考文字: https://mtaulty.com/2016/08/10/windows-10-uwp-and-composition-light-and-shade/ <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBr 阅读全文
posted @ 2020-09-15 18:06 wgscd 阅读(354) 评论(0) 推荐(0) 编辑
摘要:uwp 下载文件显示进度并解压文件 阅读全文
posted @ 2020-09-08 15:53 wgscd 阅读(411) 评论(0) 推荐(0) 编辑
摘要:async void test() { Color replaceBlack = Color.FromArgb(224,233,55,6); Color replaceWhite = Color.FromArgb(224, 233, 222, 222); // BitmapImage bmpimg 阅读全文
posted @ 2020-09-04 17:34 wgscd 阅读(274) 评论(0) 推荐(0) 编辑
摘要:refer: https://www.cnblogs.com/lonelyxmas/p/7650259.html using System; using System.Collections.Generic; using System.Collections.ObjectModel; using S 阅读全文
posted @ 2018-09-11 17:38 wgscd 阅读(601) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Li... 阅读全文
posted @ 2018-08-13 17:24 wgscd 阅读(617) 评论(1) 推荐(0) 编辑
摘要:UWP 播放直播流 3MU8 参考:http://www.c-sharpcorner.com/UploadFile/2b876a/http-live-streaming-in-windows-10-uwp/ Create new Windows 10 project and go to MainPa 阅读全文
posted @ 2017-10-31 17:29 wgscd 阅读(4888) 评论(0) 推荐(0) 编辑
摘要:Internet Explorer Internet Explorer 在Windows 10 升级为Edge模式,是一种交互性和兼容性都很强的新型浏览器,该浏览器相比以前的版本更新了超过2000个操作性问题,支持20个新平台特性来促进交互性和兼容性。详情: http://blogs.msdn.co 阅读全文
posted @ 2016-03-16 15:41 wgscd 阅读(457) 评论(0) 推荐(0) 编辑
摘要:UWP 阅读全文
posted @ 2016-03-06 21:06 wgscd 阅读(493) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示