博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Windows Controls and WPF UserControls Inside an Xna Game Project
阅读量:4879 次
发布时间:2019-06-11

本文共 472 字,大约阅读时间需要 1 分钟。

In this article we will be working on using Windows Controls and WPF UserControls inside an XNA Game Project.

They tell Windows Controls cant be used inside an XNA game let alone WPF. Well, that has been proved in this article.

Components:

#### Windows Controls we’ll be using ####

  • Button
  • TextBox
  • CheckBox
  • ElementHost

Tools

XNA GS 3.1 veya Visual Studio 2008(SP1) .NET Framework 3.5(SP1)

We are creating a new project:

转载于:https://www.cnblogs.com/xiebaochun/p/3329626.html

你可能感兴趣的文章
状态栏与导航栏的隐藏问题
查看>>
Java的时间空间复杂度详解
查看>>
有效防止SQL注入漏洞
查看>>
Linux chown命令
查看>>
十、I/O流——4-输入、输出流体系
查看>>
十二、网络编程——4-基于UDP协议的网络编程
查看>>
异常处理与调试6 - 零基础入门学习Delphi55(完)
查看>>
if语句三种形式
查看>>
“取反”运算符
查看>>
进位标志位
查看>>
Redis配置集群二(window)
查看>>
团队模式
查看>>
springboot-定时任务-单线程
查看>>
数据库原理实验指导书
查看>>
正射影像(转载)
查看>>
C#基础积累(三)值类型和引用类型
查看>>
ADB使用笔记 (基础篇) - 2018年2月24日15:44:10
查看>>
2013杭州现场赛B题-Rabbit Kingdom
查看>>
正则表达式之字符串验证
查看>>
python与图灵机器人交互(ITCHAT版本)
查看>>