资源简介
代码片段和文件信息
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;
using System.Runtime.InteropServices;
namespace Game
{
public partial class ActiveWindowFrm : Form
{
public ActiveWindowFrm()
{
InitializeComponent();
}
internal struct RECT
{
public int left;
public int top;
public int right;
public int bottom;
}
[DllImport(“user32.dll“ ExactSpelling = true SetLastError = true)]
internal static extern IntPtr GetForegroundWindow();
[DllImport(“user32.dll“ CharSet = CharSet.Auto CallingConvention = Calli
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1803 2016-08-14 22:13 Game\Game\ActiveWindowFrm.cs
文件 1893 2016-08-14 22:13 Game\Game\ActiveWindowFrm.Designer.cs
文件 6011 2016-08-14 22:13 Game\Game\ActiveWindowFrm.resx
文件 19456 2016-08-15 06:47 Game\Game\bin\Debug\Game.exe
文件 48640 2016-08-15 06:47 Game\Game\bin\Debug\Game.pdb
文件 11600 2016-08-15 07:52 Game\Game\bin\Debug\Game.vshost.exe
文件 18944 2016-08-15 06:47 Game\Game\bin\Release\Game.exe
文件 46592 2016-08-15 06:47 Game\Game\bin\Release\Game.pdb
文件 11600 2016-08-15 07:52 Game\Game\bin\Release\Game.vshost.exe
文件 490 2012-06-06 02:06 Game\Game\bin\Release\Game.vshost.exe.manifest
文件 3826 2016-08-15 07:58 Game\Game\ComputerStatusFrm.cs
文件 3517 2016-08-15 07:58 Game\Game\ComputerStatusFrm.Designer.cs
文件 5817 2016-08-15 07:58 Game\Game\ComputerStatusFrm.resx
文件 5342 2016-08-15 06:40 Game\Game\Game.csproj
文件 3545 2016-08-15 06:40 Game\Game\MainForm.cs
文件 7764 2016-08-15 06:40 Game\Game\MainForm.Designer.cs
文件 5817 2016-08-15 06:40 Game\Game\MainForm.resx
文件 2867 2016-08-13 18:28 Game\Game\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6284 2016-08-15 06:47 Game\Game\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 180 2016-08-15 06:47 Game\Game\obj\x86\Debug\Game.ActiveWindowFrm.resources
文件 180 2016-08-15 06:47 Game\Game\obj\x86\Debug\Game.ComputerStatusFrm.resources
文件 819 2016-08-15 07:52 Game\Game\obj\x86\Debug\Game.csproj.FileListAbsolute.txt
文件 1296 2016-08-15 06:47 Game\Game\obj\x86\Debug\Game.csproj.GenerateResource.Cache
文件 19456 2016-08-15 06:47 Game\Game\obj\x86\Debug\Game.exe
文件 180 2016-08-15 06:47 Game\Game\obj\x86\Debug\Game.MainFrm.resources
文件 48640 2016-08-15 06:47 Game\Game\obj\x86\Debug\Game.pdb
文件 180 2016-08-15 06:47 Game\Game\obj\x86\Debug\Game.Properties.Resources.resources
文件 180 2016-08-15 06:47 Game\Game\obj\x86\Debug\Game.SBFrm.resources
文件 180 2016-08-15 06:47 Game\Game\obj\x86\Debug\Game.SBMainFrm.resources
文件 180 2016-08-15 06:47 Game\Game\obj\x86\Debug\Game.ShowPic.resources
............此处省略44个文件信息
- 上一篇:C#基础:简易拼图小游戏源码
- 下一篇:C#各种类型TCPUDP服务器代码 .rar
相关资源
- 将图片复制到剪贴板以及将剪贴板中
- wince引脚控制程序
- C# pop3 邮件接收程序
- 数据同步服务程序源码(附数据库脚
- Prodave6联接程序源码
- C# 播放器屏幕保护程序
- C#批量解压缩桌面程序源码(ICSharpC
- 生成8位密码程序
- log4net 记录web application程序 全局错误
- C# 算二十四(算24)解题器 程序
- C# 启动屏幕保护程序
- WinCE6.0模拟器 (支持Win7、WIN8) [电脑
- C#飞行棋 游戏
- 推出网搜索小偷程序源码-v30623
- C# 检查代理IP是否可用 程序源码
- 浏览器唤起本地应用程序(自定义协
- winform程序默认以管理员身份运行 (
- C#关机长老程序+源码免费
- 构建WCF面向服务的应用程序系列课程
- C#抽签小程序(可用于随机抽奖)
- C# 仿window 记事本程序
- UDP server 控制台程序
- C#Webservice+微信小程序上传多个文件笔
- 产品参数管理小程序
- CSharp-USB C#编写的usb控制程序demo
- QQCSharp 一套模仿QQ的实时语音以及视频
- 1252056375_ddvip_2352 C#下基于WCF的聊天程
- SplashScreen C#程序的启动画面制作方法
- speechstt c#写的语音识别程序
- 2dcode QRCODE二维码的编码生成以解码程
评论
共有 条评论