上一页 1 2 3 4 5 6 7 8 9 ··· 94 下一页
摘要: The basic roadmap is to download web image at first , second convert it into memeorystream, third assign the memorystream to bitmapimage as StreamSour 阅读全文
posted @ 2024-10-02 23:43 FredGrit 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1.Install Microsoft.Xaml.Behaviors.Wpf 2. <behavior:Interaction.Triggers> <behavior:EventTrigger EventName="MouseDown"> <behavior:InvokeCommandAction 阅读全文
posted @ 2024-10-02 21:12 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1.Install Microsoft.Xaml.Behaviors.Wpf 2. xmlns:behavior="http://schemas.microsoft.com/xaml/behaviors" <behavior:Interaction.Triggers> <behavior:Event 阅读全文
posted @ 2024-10-02 20:53 FredGrit 阅读(18) 评论(1) 推荐(0) 编辑
摘要: Right click project/Properties/Publish Then click Publish Wizard step by step,then will create a setup.exe file in publish folder Click the setup.exe 阅读全文
posted @ 2024-09-30 21:43 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <Image Grid.Column="0" Source="pack://application:,,,/WpfApp431;component/Images/1.jpg" RenderOptions.BitmapScalingMode="Fant"/> <Image Grid.Column="1 阅读全文
posted @ 2024-09-30 20:53 FredGrit 阅读(4) 评论(0) 推荐(0) 编辑
摘要: private static Mutex mtx = null; public MainWindow() { bool isCreateNew; string appName = System.IO.Path.GetFileName(System.Reflection.Assembly.GetExe 阅读全文
posted @ 2024-09-30 20:29 FredGrit 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <Window x:Class="WpfApp428.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-30 19:00 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑
摘要: //xaml <Window x:Class="WpfApp427.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-09-30 18:51 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <Window x:Class="WpfApp426.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-30 18:25 FredGrit 阅读(5) 评论(0) 推荐(0) 编辑
摘要: //xaml <Window x:Class="WpfApp425.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-09-30 16:38 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 94 下一页