摘要: IntroductionAs there was no text box in the XNA environment I was forced to create a text box by myself, and wanted to share the solution here for programmers.Using the CodeFirst think that we need to draw our text, so what do we need to wrap text in a rectangle? Below is my source code to wrap text 阅读全文
posted @ 2013-09-19 12:22 _Geink 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 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 ####ButtonTextBoxCheckBoxE 阅读全文
posted @ 2013-09-19 12:21 _Geink 阅读(179) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using System.Diagnostics;using System.IO;//Add MySql Libraryusing MySql.Data.MySqlClient;namespace ConnectCsharpToMysql{class DBConnect{ private MySqlConnection connection; private string server; priv... 阅读全文
posted @ 2013-09-19 12:17 _Geink 阅读(10086) 评论(0) 推荐(0) 编辑