存档
标签为 ‘CSharp’ 的文章

XNA in VS2010

七月 25th, 2010 {5 条评论}

This is the way for VS2010 to use XNA but first u must install VS2008 , XNA 3.1, VS2010 in ur machine.

there are some notes that the main chunk of what you won’t have:

1) You won’t have the content pipeline. If you want to build content, you’ll have to use VS2008 or an external tool.

2) You won’t have deploy for Xbox 360 or Zune. If you want to build an Xbox or Zune game, use VS2008.

Ok,Lets begin:

1) Create a new C# Console Application in VS2010.

&raquo 继续阅读;

[转]手工用DataGridView进行数据库修改完整代码 — C#

七月 21st, 2009 {3 条评论}
一、在窗口中放置一个DataGridview控件,名称为dv
 
二、为DataGridView在设计器中添加两列:
 
列1:Name="sph_sph",HeaderText="编号",ColumnType=DataGridViewTextBoxColumn
列2:Name="sph_zt",HeaderText="状态",ColumnType=DataGridViewComboBoxColumn
  &raquo 继续阅读;

个人开源小项目 — 车辆费用统计程序(C# Winform)

六月 19th, 2009 {111 条评论}

花费了2天半写完了一个统计程序,自认非常的失败,现在写完了

就在这里写一下文章,开放全部源代码,欢迎大家来交流

car3

&raquo 继续阅读;