
WPF
IT-wanghanghang
我若不努力,谁替我坚强...
展开
-
WPF翻盘连连看(二)
WPF翻盘连连看(二)设计界面:window1.XAML代码:<Window x:Class="开心连连看.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/200...原创 2020-01-27 14:37:04 · 379 阅读 · 0 评论 -
WPF翻牌连连看(一)
WPF翻牌连连看设计界面:Mybutton.cs代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Controls;using System.Windows.M...原创 2020-01-16 18:24:34 · 736 阅读 · 0 评论 -
WPF灌水游戏
WPF灌水游戏Xaml代码:<Window x:Class="WPF灌水.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x...原创 2020-01-11 16:13:21 · 383 阅读 · 0 评论 -
WPF音乐播放器(一)
WPF音乐播放器XAML源码:<Window x:Class="音乐.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xml...原创 2019-12-26 14:07:58 · 1253 阅读 · 1 评论 -
WPF---2048小游戏
WPF—2048小游戏XAML源码:<Window x:Class="game2048.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ...原创 2019-12-19 21:13:05 · 797 阅读 · 0 评论 -
WPF--扫雷游戏源码
WPF–扫雷游戏源码:XAML源码:<Window x:Class="WPF编程.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ...原创 2019-12-18 13:06:01 · 600 阅读 · 1 评论 -
WPF--贪吃蛇
WPF贪吃蛇using System;using System.Collections.Generic;using System.Linq;using System.Media;using System.Text;using System.Threading.Tasks;using System.Windows;using System.Windows.Controls;usin...原创 2019-12-16 22:31:58 · 368 阅读 · 0 评论 -
WPF
WPF1.1 WPF概念WPF(Windows Presentation Foundation)是微软推出的基于Windows 的用户界面框架,属于.NET Framework 3.0的一部分。它提供了统一的编程模型、语言和框架,真正做到了分离[界面设计]人员与开发人员的工作;同时它提供了全新的多媒体交互用户图形界面。1.2 文件1.xaml文件:可扩展应用程序标记语言2. xml文件:...原创 2019-12-12 08:46:07 · 283 阅读 · 0 评论