摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace WindowsFormsApplication1{ public partial class Form1 : Form { //Use this Random object to choose random icons for. 阅读全文
posted @ 2012-04-17 22:04 |▍花舞花落泪 ╮ 阅读(159) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using kareltherobot;namespace KarelCS{/// <summary>/// Summary description for Form1./// </summary>public class Form1 : System.Windows.Forms.Form{/// <su 阅读全文
posted @ 2012-04-17 22:01 |▍花舞花落泪 ╮ 阅读(145) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Media;using System.Windows.Forms;namespace Maze迷宫{ public partial class Form1 : Form { //当鼠标指针碰到墙壁时,播放出声音 SoundPlayer startSoundplayer = n 阅读全文
posted @ 2012-04-17 21:58 |▍花舞花落泪 ╮ 阅读(157) 评论(0) 推荐(0) 编辑