自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (7)
  • 收藏
  • 关注

空空如也

iis iis

Hero hero = new Hero(); TurtleMonster monster = new TurtleMonster(); TurtleMonster turtleMonster = new TurtleMonster(); private void LevelForm_Load(object sender, EventArgs e) { try { this.lblHeroBlood.Size = new Size(0, 20); this.lblMonsterBlood.Size = new Size(0, 20); this.lblHeroCurBlood.Size = new Size(0, 20); this.lblMonsterCurBlood.Size = new Size(0, 20);

2009-03-31

c#指导学习2,ACCP5.0

sbFriends.AddGroup("我的好友"); sbFriends.AddGroup("陌生人"); try { string sql = "select NickName ,FaceID from Users select FriendID from Friends"; SqlCommand command = new SqlCommand(sql, DBHelper.connection); DBHelper.connection.Open(); SqlDataReader dataReader = command.ExecuteReader(); while (dataReader.Read()) {

2009-01-19

上机5图片,贯穿图片

stxzform.MdiParent = this; stxzform.Show(); } private void 退出ToolStripMenuItem_Click(object sender, EventArgs e) { Application.Exit(); }

2009-01-13

MYSchool数据库

数据库。做项目要用到 public zhuchuangtiForm() { InitializeComponent(); } private void tsmiNewStudent_Click(object sender, EventArgs e) { shitixuanzeForm stxzform = new shitixuanzeForm(); stxzform.MdiParent = this; stxzform.Show(); } private void toolStripButton2_Click(object sender, EventArgs e) {

2009-01-13

C#上机6代码,答案

} else { MessageBox.Show("没有信息显示", "操作提示", MessageBoxButtons.OK, MessageBoxIcon.Information); } dataReader.Close(); } catch (Exception ex) { MessageBox.Show("查询数据库错误", "操作提示", MessageBoxButtons.OK, MessageBoxIcon.Information); Console.WriteLine(ex.Message); } finally { DBHelper.connection.Close(); }

2009-01-12

C#上机4答案 整个程序代码

private bool ValidateInput() { if (textBox1.Text.Trim() == "") { MessageBox.Show("请输入卡号", "输入提示", MessageBoxButtons.OK, MessageBoxIcon.Information); textBox1.Focus(); return false; } else { return true; }

2009-01-01

北大青鸟C#上机5作业

绝对正确! 包括VS 整个程序 代码 private bool ValidateInput() { if (textBox1.Text.Trim() == "") { MessageBox.Show("请输入卡号", "输入提示", MessageBoxButtons.OK, MessageBoxIcon.Information); textBox1.Focus(); return false; } else { return true; } }

2009-01-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除
手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部