2012年2月20日

【转】C#写的170行俄罗斯方块

摘要: usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;namespace俄罗斯方方块{publicpartialclassForm1:Form{publicForm1(){this.Load+=newSystem.EventHandler(load);InitializeComponent();}Point[,]ai 阅读全文

posted @ 2012-02-20 12:49 LT 阅读(537) 评论(0) 推荐(0) 编辑

[转]C#获取窗口进程ID与句柄还有读写内存类

摘要: using System; using System.Text; using System.Diagnostics; using System.Runtime.InteropServices; namespace PlantsVsZombiesTool { public abstract class Helper { [DllImportAttribute("kernel32.dll", EntryPoint = "ReadProcessMemory")] public static extern bool ReadProcessMemory ( Int 阅读全文

posted @ 2012-02-20 12:44 LT 阅读(1577) 评论(0) 推荐(0) 编辑

导航

直角体Web动力